Recent Posts
-
Android xutils3 network request encapsulation details and example code
Encapsulation details of xutils3 network request It encapsulates a network request tool class of xutil3 and shares it …… -
The swiperefreshlayout implemented by Android enters automatic refresh for the first time
Seeing that the Android version almost achieved this effect, I realized it myself. Let's start with a renderings Imple…… -
Implementation method of alertdialog clicking the button does not disappear
I have a text input dialog box. When I click the "yes" button on the dialog box, it will verify the input and close th…… -
Android custom star scoring control
The following is the implementation process of the control: this control is efficient and can be drawn directly using …… -
Android studio default not found error resolution
Android studio gradle compilation prompt 'default not found' solution When importing a studio project and performing s…… -
Detailed explanation of message passing between Android main thread and child thread
Send a message from the main thread to the child thread (to be exact, it should be a non UI thread) When a message is …… -
Android realizes the encapsulation of login and registration function
We all know that Android applications basically use the login and registration function, so it is necessary to encapsu…… -
Android fingerprint unlock example code
Android 6.0 and above systems support fingerprint identification and unlocking function: it is used in the project, so…… -
Android 4.4.2 method of hiding status bar and bottom virtual key in horizontal screen application
Note: this method can only temporarily hide the status bar and the bottom virtual part. When the application interacts…… -
Implementation method of customizing the bottom navigation bar of tablayout in Android design package
Radio button used to be used in most projects in the past. Today, tabrayout is used to switch pages The effect is simi…… -
Android custom controls create glittering fonts
introduce In Xiaomi's startup animation and some welcome interfaces, we often see this glittering streamer font. It lo…… -
Android implementation of image verification code method analysis (self drawing control)
The contents of self drawn controls are drawn by themselves. The general process is as follows: 1. Define a class inhe…… -
Implementation steps of code migration from visual studio to Android platform under Windows
Implementation steps of code migration from visual studio under windows to Android platform: preface The preface is al…… -
Android viewflipper simple app
Android viewflipper is a simple application. Don't talk nonsense. Look at the code directly activity_ guide.xml GuideA…… -
On the use of static variables in Android
In the project, after continuously receiving serial port data for a long time (several hours), an error will be report…… -
Add picture function to the default dialog box of Android system
Development tools Android studio Today, the company's UI requires that the software dialog box be changed to add pictu…… -
Detailed explanation of the use of ad rotation control at the top of Android convinientbanner
This example shares the specific code of the ad rotation control at the top of the convinientbanner for your reference…… -
Solution to the failure of home page data initialization of wechat applet
1、 Problem description When the user enters the applet again after the first time, we usually need to exchange data w…… -
Android seekbar (custom) controls volume synchronization updates
Android seekbar control volume synchronization update As a developer, you will encounter seekbar, so how to customize …… -
Rapid development of Android shopping cart project
Shopping cart project, the business needs to implement a shopping cart project. Simply understand the implementation l…… -
An example of how EditText shields the expression of a third-party input method in Android
preface As we all know, if the expression of the third-party input method is used, it will bring some trouble to the d…… -
Enter AutoCompleteTextView and multiautocompletetextview when prompted by Android auto completion
Take automatic completion when searching in the search box as an example: It also involves a word, tokenizer: word spl…… -
Android UI series —– dialog dialog example
In Android development, we often need to pop up a dialog box on the interface. This essay will explain the concept of …… -
Explain in detail the interaction between JS and app native controls
"Hot update" and "hot deployment" believe that children's shoes with hybrid development must be familiar, so how can a…… -
Creating drawerlayout navigation for Android components
Overview this blog is a simple translation of the training course on developer.android.com /. If you find it difficult…… -
How does Android jump to the app details page of the app store
Requirement: click the button or link inside the app to jump to the details page of an app in the app store. Let users…… -
Detailed explanation and simple example of Android recyclerview
Android RecyclerView Xiaobai contacted recyclerview for the first time today. The elder God told me that this is a ver…… -
Implementation method of Android progress bar displayed in title bar
Well, let's show you the renderings first: XML file: Java files: The above is the implementation method of Android pro…… -
Android imitation music Yuetai page interaction example code
summary The interaction of the playing page of the new yinyuetai app is very interesting. You can drag the player down…… -
Solution of automatic pop-up of Android shielding soft keyboard
Problem overview The soft keyboard will pop up when inputting content in the edit box, and the limited screen area of …… -
Android custom seekbar dynamically changes the hardware volume to synchronize with the volume keys (recommended)
1. Figure above: 2. Code: MainActivity.Java main_ activity.xml: seekbar_ progress_ layer_ list.xml No, you won't, just…… -
Explain the use of dialog in Android
In Android, dialog is often used to realize some prompts and special effects, and the style is also different. You hav……