MyFlag Step 10: Background Code Decoupling and Client Specific Function Design
Introduction
This week happens to be the mid-term of the development cycle. We are developing in an orderly manner according to the original plan. At this stage, our main tasks are as follows:
Code Rewriting and Decoupling in DAO Layer
Comment + My News
DAO Layer Code Rewriting and Decoupling
In the last stage of this week, we successfull ...
Posted by Ryyo on Tue, 25 Jun 2019 21:05:37 +0200
Introduction to Android Hook Framework Xposed
To: http://chendd.com/blog/2016/05/15/learn_xposed/
I. Basic knowledge
Xposed is Android A well-known open source framework on the platform. In this framework, we can load many plug-ins App, which can directly or indirectly manipulate ordinary applications and even things on the system. Xposed is, in principle, Hook
Zygot ...
Posted by saariko on Tue, 25 Jun 2019 20:18:35 +0200
Android Bluetooth Development (II)
Preface
In the previous two blogs, I briefly introduced some Api s in Bluetooth protocol and realized a simple chat function by using Bluetooth laundry. If you are not clear, you can read these two articles. Article 1: Bluetooth API Article 2: Using Bluetooth to Realize Simple Chat Function With the previous foundation, let's learn how to use ...
Posted by thepriest on Tue, 25 Jun 2019 00:14:01 +0200
Android Learning Course--Implementation of News Client
To realize the news client, you need to know what json is
1.json:
JSON: JavaScript Object Notation. Independent of language and platform, it is smaller, faster and easier to parse than XML. Nowadays, JSON data has become the transmission mode of most data in the Internet, so we must master it skillfully.
Android platform has its own ...
Posted by jotate on Tue, 25 Jun 2019 00:11:11 +0200
Mandatory Request Network in Android Multi-Network Environment (wifi,mobile)
This function is described in the title: under the simultaneous opening of wifi and mobile data network, the system did not provide such APIs to achieve this function well before Android 5.0. Now, when wifi is on, forcing network requests to be sent through the mobile data network may feel that there is no such need. I think that as long as yo ...
Posted by Dowdy on Tue, 25 Jun 2019 00:07:40 +0200
Android Recycler View Scroll Location
For reprinting, please indicate the source:http://blog.csdn.net/tyzlmjj/article/details/49227601
This article is from: [M Jiajie's blog]
Overview
RecyclerView in Android Development is very practical and easy to use, but in the actual development has been a problem that bothers me, that is, positioning problem, the actual project will ...
Posted by borris_uk on Mon, 24 Jun 2019 23:59:12 +0200
Material Design Style TextInputLayout Use
Introduction to TextInput Layout
TextInput Layout is a text input layout based on the Material Design style of Google. The main feature is that in style, the first sentence of the official introduction is when the input text is displayed or hidden, EditText shows the layout of floating labels.
Look at the style first.
Styles actually have ...
Posted by mapexdrum on Mon, 24 Jun 2019 22:30:52 +0200
The second article used by WebView -- Interacting with JS
I. Explanation of Basic Knowledge
1. Preface
In the last section, we learned about Android's WebView (Web View), and I believe we have learned the basic usage of WebView.
What we need to learn in this section is to complete the exchange of visits between HTML 5 and Android phones through HTML - > JS - > Java. Okay, let's not say much. ...
Posted by silvrfoxx on Mon, 24 Jun 2019 20:54:07 +0200
Useful Android Platform Logging Framework Slog
Slog
GitHub project address: https://github.com/shenbibo/Slog
Summary
Slog is a lightweight Android platform's log Library Based on a combination and extension of the current open source logging framework, Logger and Timber.It has great scalability and the following new features compared to native Android Log.
Supports formatted typeset ...
Posted by ade234uk on Mon, 24 Jun 2019 19:02:35 +0200
Android-IM Instant Messaging: Ring Letter
Reference resources:
Chat demo based on RIS instant messaging cloud V2 SDK Android Develops IM Instant Chat Based on Ring Xin SDK (I) android - Developing Instant Messaging Function and Source Download Using Ring Shin SDK
IM :
Instant Messenger (IM).
Android third-party instant messaging SDK has: Netease Yunxin, Ring Xin and Rong Yun, ...
Posted by CtrlAltDel on Mon, 24 Jun 2019 01:53:34 +0200