Android
-
[Android] mobile guard turns off automatic updates
There are four ways to save data: network, broadcast provider, shared preferences and database Get the SharedPreferenc…… -
[Android] WebView custom browser
Add < EditText / > and < button / > controls to the layout file, Add a < WebView / > control to the …… -
[Android] the mobile guard receives the call broadcast and displays the number home
Use the broadcast receiver to receive the call intention and display the number home Create a new broadcastreceiver wh…… -
Android Bluetooth instance (communication with MCU Bluetooth module)
Recently, after completing the design, I need to write a simple Bluetooth app for interaction. I also found a lot of i…… -
Real time communication (socket) that must be understood by Andrews
Socket: It can be divided into server and client. It is the encapsulation of TCP / IP. It uses IP address and port to…… -
Android App hosted web page (WebView)
WebView will play an important role in how Android App opens Web pages and how to make a simple browser. WebView is a …… -
Android listview line details display page writing and drop-down refresh implementation
Listview row details display page: The lightweight fragment is used to realize the simple detailed display of listview…… -
Android network access (xutils3)
Xutils3 is an important library for Android network access. Basically, the contents involved in network requests are i…… -
Android strength pointer analysis and testing
I haven't updated my blog for a long time. I was too lazy some time ago. After the new year, only one article unrelate…… -
Solution to the failure of Android studio to access HTTP using okgo’s post request
A few days ago, I tried to upgrade an app on the old mobile phone (version is Android 7). It has been normal to log in…… -
Android test point sorting
Function test point of Android Install / uninstall app specific function point Networking (what is the default network…… -
Summary of mobile terminal app test points
All the following tests must be completed on the real machine. 1. Installation and uninstall tests 2. Start app test 3…… -
[turn] Android ADB command
ADB is very powerful. Remembering some ADB commands helps to improve work efficiency. -
-
-
-
Click event of item in recyclerview
The click event of each item of recyclerview is not encapsulated in the component like listview. When the click event …… -
Mob SMS verification integration smssdk
There are always SMS verification operations in sending related messages. I didn't have time to write anything new thi…… -
Click event of item in recyclerview
The click event of each item of recyclerview is not encapsulated in the component like listview. When the click event …… -
Frame animation and gap animation of Android animation series
Android provides three kinds of animation: frame animation, gap animation and attribute animation. This article introd…… -
Spinner is simple and practical
public class Spinner extends AbsSpinner implements DialogInterface.OnClickListener <!--code display01--> <Sp…… -
Recyclerview implements drag sorting and slide deletion functions
For the drag sorting of recyclerview, you need to use the itemtouchhelper class. The itemtouchhelper class is a usage …… -
Simple use of recyclerview
Since Android 5.0, Google has launched a recyclerview control, which is a new component in the support-v7 package and …… -
Appbarlayout of material design component
Appbarlayout is a vertical LinearLayout, which implements many functions that the status bar in accordance with the ma…… -
Floatingactionbutton of material design component
The material design specification was launched in Google I / O 2014. Once launched, this design concept has been loved…… -
Detailed explanation of positioning information of sky map
The recent project involves the use of Baidu map. The project team informed to use tianmap instead of Baidu map. One r…… -
Understanding of the gradle series task
The previous articles have learned the basic knowledge of gradle construction task and understood the concepts of proj…… -
Interaction between Java and JavaScript in WebView
WebView is widely used in Android development and is often used to load web pages, such as loading news pages with Web…… -
Detailed explanation of memory cache and disk cache of bitmap
Caching is widely used in Android. Using the corresponding caching strategy can reduce the consumption of traffic and …… -
Mob’s social sharing integration sharesdk
Next, I'll share a note about my use of sharesdk. In the previous article, we integrated smssdk to complete the functi…… -
Collapsingtoolbarlayout of material design components
Collapsingtoolbarlayout is mainly used to implement a collapsible title bar, which is generally used as a child view o…… -
Detailed explanation of the use of Android advanced Aidl
Aidl (Android interface definition language) can be used to define the programming interface for inter process communi……
