Android
-
Android system dialog box usage details (most detailed)
In practical application development, there is almost no use in the system dialog box. According to the development pr…… -
Misplaced assignment of listview and GridView in Android
Listview and GridView call getview several times, resulting in misplaced assignment Recently, when writing the GridVie…… -
Dual selection box function example of Android programming implementation change
This paper describes the dual selection box function of Android programming. Share with you for your reference, as fol…… -
Method of taking photos by Android WebView
Method of taking photos by Android WebView 1. html 2. Permission settings in Android Studio: 3. JavaScript and file ac…… -
Detailed explanation of handler of Android thread message mechanism
Android thread message mechanism is mainly composed of handler, looper, message and messagequeue. Usually, in developm…… -
Explain the simple use of oksocket and Android
An Android lightweight socket communication framework is another masterpiece after okhttp Framework open source addres…… -
Solution to the problem of page reload caused by Android WebView rotating the screen
Solution to the problem of page reload caused by Android WebView rotating the screen 1. Add a status judgment during c…… -
Android programming double radio selection dialog box layout implementation and event monitoring method example
This paper describes the implementation of dual radio selection dialog box layout and event monitoring method for Andr…… -
Android realizes Camera2 preview and photographing effects
brief introduction There are many introductions to Camera2 on the Internet and many packaging libraries about Camera2 …… -
Explain in detail the problem of gradle error reporting in Android studio 3.0 (summary)
preface After upgrading Android studio to 3.0 Canary 1, the previous normal project always reported errors. The error …… -
Simple implementation method of background animation for Android Development
This paper describes a simple implementation method of background animation for Android development. Share with you fo…… -
Android development implements the method of reading Excel data and saving it as XML
This paper describes the method of reading Excel data and saving it as XML in Android development. Share with you for …… -
Solution to Chinese garbled code problem of Android retrofit
Solution to Chinese garbled code problem of Android retrofit When using retrofit and rxjava, when submitting data, it …… -
Rollviewpager picture rotation effect open source framework usage details
Rollviewpager is an automatic rotation viewpager that supports infinite loops. When touching, the playback will be sus…… -
Android drawerlayout realizes sideslip menu effect
This example shares the specific code of the drawerlayout sideslip menu for your reference. The specific contents are …… -
Android custom view realizes the lottery function of QQ sports integral turntable
Because I occasionally pay attention to QQ sports and it's interesting to see the integral lottery interface of QQ spo…… -
Android uses rxbinding and rxjava2 to realize the countdown function of SMS verification code
Scenario: when registering the account page, we click the button to send the verification code. When waiting for the v…… -
Android serial communication package okusb example code
This paper introduces the sample code of okusb, which is encapsulated by Android serial communication, and shares it w…… -
Android gets and compresses bitmap images through URI
Android gets and compresses bitmap images through URI Many people will use media.getbitmap in onactivityresult to get …… -
Android develops a method to draw rounded rectangles on canvas using custom view
This article describes the method of drawing rounded rectangle on canvas by using custom view in Android development. …… -
Detailed examples of Android complete exit
Detailed examples of Android complete exit First, in the base class baseactivity, register rxbus to listen: This is th…… -
Method for Android to obtain system storage and memory information (2)
Android can obtain storage information and memory information, which can be viewed with ADB command. ADB view system m…… -
Implementation of Android pull parsing XML
Implementation of Android pull parsing XML Resource file: persons.xml Activity layout file activity_ main.xml javaBean…… -
Detailed explanation of spannablestring and spannablestringbuilder in Android
preface Recently, I was studying Android development and found that there are really too many things to sort out and l…… -
Develop your own SDK tutorial using Android studio
Since I haven't been in the habit of blogging before, I haven't left anything substantive when I look back over the ye…… -
Method of developing custom textview ellipsis style for Android
This article describes the method of developing custom textview ellipsis style for Android. Share with you for your re…… -
Android development uses a custom view to realize the parallax effect function of listview drop-down
This example describes how Android development uses a custom view to realize the parallax effect function of listview …… -
Android nosuchfielderror solution
Android nosuchfielderror solution A few days ago, at the time of development, a library was moved to a new project. Th…… -
Android custom view drawing four digit random code
Now there is a need to display random numbers directly and simply in the code, but now we directly customize the view …… -
Example of playing GIF animation in Android custom view
preface GIF is a very common dynamic picture format. In Android, it has many use scenarios, ranging from start-up page…… -
The method of drawing various charts using achartengine in Android Development
This paper describes the method of drawing various charts using achartengine in Android development. Share with you fo…… -
Android path smooth graffiti effect example
preface In a recent project, I made a graffiti effect. When my fingers move quickly, there will be broken lines. This ……