Android
-
Steps and precautions for transferring eclipse project to Android studio project
Gradle Foundation To turn eclipse into an Android studio project, gradle syntax is a required course. If you introduce…… -
Simple tutorial for using the Parcelable plug-in in Android studio
In Android studio, you can quickly use the Parcelable plug-in to implement the serialization of entity classes. After …… -
Adapter tool class summarized in Android Development [complete source code download attached]
This article describes the adapter tool class summarized in Android development. Share with you for your reference, as…… -
Explain in detail the socket communication of Android based on TCP and UDP protocols
Originally, I wanted to talk about the basic knowledge points of network communication. I found it too boring, but I o…… -
Android realizes call minimization floating box effect
When you use mainstream video software and live broadcast software, you often see that after opening video minimizatio…… -
Android realizes the axis rotation effect, and Android makes another kind of picture browser
There are many nice examples in Android API demos. The code of these examples is very well written. If you study every…… -
Example code for Android to obtain SIM card information of dual card dual standby mobile phone
preface The function of mobile phone number needs to be verified, but most domestic mobile phones are dual card and du…… -
Exception analysis based on transactiontoolargeexception
The keyword of the exception is: android.view.infiateexception: binary XML file line #11: error infiating class It is …… -
The URL in textview specifies the special string and click event resolution
When using textview, you may need to give a special style to specific strings in textview, such as URLs and numbers. Y…… -
Android loads web pages with WebView (HTTPS and HTTP)
1. Android cannot open the web page requested by HTTPS when loading When there is an HTTPS page in SSL layer, if the s…… -
Android studio 3.0 gradle tip version is too old
Many friends are using Android studio 3.0 gradle to prompt: The android gradle plugin version 3.0.0-alpha1 is too old,…… -
Add border shadow effect to Android control
1. Layout file: RES / drawable / BG_ shadow.xml 2. Use the following reference in the layout file in RES / layout: Sou…… -
Android development and implementation of fragment monitoring return key event function
This paper describes the method of fragment monitoring return key events developed by Android. Share with you for your…… -
Improvement analysis of Android 7.0 version affecting development
This paper summarizes and analyzes the improvements that affect the development of Android 7.0. Share with you for you…… -
Explain the pit you will encounter in Android face detection
This year, the author made an Android product related to face, mainly to obtain the preview data stream returned by th…… -
Possible pit solutions using dagger2 in kotlin
What is dagger2? Dagger2 is an open source library based on Java annotations that completes dependency injection in th…… -
Android realizes the function of multi graphic sharing circle of friends
Many Android programmers are looking for how to call system sharing to realize the function of multi picture and text …… -
Android SMS sending function using smsmanager
Android uses smsmanager to send SMS for your reference. The details are as follows Key code implementation XML layout …… -
Detailed explanation of the use of AspectJ in Android AOP framework
preface I have learned about the AOP framework of Android before, and its usage is mainly used to log; Now there is a …… -
Android 7.0 development method for obtaining storage device information
This paper describes the method of obtaining storage device information developed by Android 7.0. Share with you for y…… -
Android image sampling and scaling function example code
Why sample and zoom images in Android? To load bitmap more efficiently. Assuming that the image is displayed through I…… -
Rolling compatibility of Android WebView and Scrollview and method of blank processing
This article introduces the rolling compatibility and white space processing of WebView and Scrollview, which are shar…… -
Android development implements the method of judging the running state of APP according to the package name
This paper describes the method of Android development and implementation to judge the running state of APP according …… -
Detailed explanation of Android SMS manager smsmanager instance
This example shares the specific code of Android SMS manager smsmanager for your reference. The specific contents are …… -
Android drawing geometry example code
This example shares the specific code of Android drawing geometry display for your reference. The specific contents ar…… -
Solve the problem that the WiFi MAC address obtained by Android 6.0 is 02:00:00:00:00
preface: The previous project was relatively old, the mobile phone version was relatively low, and eclipse was used fo…… -
Android studio 3.0 installation and configuration method graphic tutorial
This article shares the installation and configuration of Android studio. The details are as follows 1. First download…… -
Android listview control usage
Listview control can display lists in two ways: directly using array resources or using arrayadapter class. The follow…… -
Android’s method of dynamically loading glide pictures of different sizes into tangent angles and circles
Glide load dynamic picture First, we need to rely on a githop: bumptech: glide: glide: 3.7.0 package; Use glide to loa…… -
Android custom network connection tool class httputil
This example shares the usage of httputil, an Android network connection tool, for your reference. The specific conten…… -
Android uses paint custom view to implement progress bar control example
preface The three major processes of view: measurement, layout, drawing and custom. What does view learn? There are on…… -
Solution to not displaying text after tablayout is associated with viewpager
When you use the addtab () method to dynamically add text to tablayout, the problem of not displaying the title text m……