Android
-
Android dynamic menu implementation example code
Android dynamic menu Effect drawing first Relatively simple, mainly the use of attribute animation and small details o…… -
Android implementation of an example of a circular progress bar
The effect diagram of Android implementation of circular progress bar is as follows: Custom control: attendanceprogres…… -
Summary of using custom ViewGroup in Android
classification Custom layout can be divided into two cases. technological process The process of customizing the view …… -
Solution to the problem of Android retro file download progress display
overview The usage of retrofit is described in detail in this article. In retrofit, we can download files through Resp…… -
Example of Bluetooth client-side and server-side communication with Android
1、 First of all, Bluetooth communication must be tested by mobile phone, because there is no relevant hardware in AVD…… -
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 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…… -
Android uses GridView to implement calendar function example (detailed code)
Android uses GridView to implement calendar function. There are a lot of codes. Send a picture first: If you're too la…… -
Effect of view following finger movement in Android
Recently, I did a project in which I encountered such a demand that the picture should be moved to the place touched b…… -
Implementation principle of Android wechat red envelope grabbing function
Approaching the lunar new year, there are more and more wechat red envelopes. There are many red envelope plug-in prog…… -
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…… -
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…… -
Full screen immersive transparent status bar style for Android UI experience
preface: After Android 4.4, Google provides an immersive full screen experience. In the immersive full screen mode, th…… -
Detailed explanation and example of Android viewpager Gallery effect
Android viewpager Gallery effect As can be seen from the above pictures, when adding multiple pictures, a gallery effe…… -
Android imitation meituan Taobao realizes multi-level drop-down menu function
We can see the drop-down secondary list menu in commonly used e-commerce or tourism apps, such as meituan, mobile Taob…… -
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…… -
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 view receives input from the input method
preface Perhaps for many newcomers, seeing this topic, they think of only EditText and textview controls that can rece…… -
Android customized wheelview random number selection effect
Let's take a look at the effect of rolling random number selection using wheelview: Direct code The home page is the d…… -
Android novice boot mask effect implementation code example
Effect drawing first: At the beginning of this effect, I wanted to directly ask the UI to give a cut. Later, I found t…… -
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…… -
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…… -
Solution to blurring of photographing and clipping pictures in Android calling system
In Android, when the system camera is photographed, the returned image data will be received. But these pictures are n…… -
Android touch event delivery diagram
This blog post explains the process Introduction to touchevent related events flow chart decomposition, explanation, s…… -
Android custom view border text, flashing text
Extend existing controls 1. Draw a textview with two layers of background as shown below Create bordertextview inherit…… -
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…… -
Android fingerprint unlock example code
Android 6.0 and above systems support fingerprint identification and unlocking function: it is used in the project, so…… -
Detailed explanation of IPC using bundle for Android
1、 Bundle introduces IPC Three of the four components (activity, service and receiver) support the transfer of bundle…… -
Android layoutinflator.inflate source code analysis
Detailed explanation of layoutinflator.inflate source code It is believed that we are familiar with the expand method …… -
Switching of multiple fragments in an activity
It is often encountered that multiple fragments are arranged on an activity interface, but how to jump from one fragme…… -
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 …… -
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……