Recent Posts
-
Android textview imitation wechat foldable effect
In the wechat circle of friends, when sending a large amount of text information, wechat will fold the text informatio…… -
Android realizes 3D flip animation effect
Android does not provide direct 3D flip animation, so we need to realize the animation effect of 3D flip by ourselves.…… -
Using kotlin to crack the wechat game for Android — jump
preface Yesterday afternoon, the wechat applet opened the game interface, and the circle of friends instantly exploded…… -
Use of Android loader and acquisition method of mobile phone address book
The main thread of Android performs long-time operations, resulting in no response on the interface, which will cause …… -
Android studio multi-channel packaging, custom packaging APK name
Now, in order to promote products, applications will be released in multiple channel application markets. In order to …… -
Resolution of sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
Solve the problem that Android studio and Android monitor cannot be opened
1. The screenshot of the problem is as follows: 2. Reason for the problem: I infer that it is due to the update pushed…… -
Detailed explanation and application of Android pathmeasure
Pathmeasure, as its name suggests, is a class used to measure path. It mainly has the following methods: Construction …… -
Detailed analysis of Android source code warehouse and its management tool repo
Because software engineering needs continuous iterative development, it is necessary to version manage the source code…… -
Several methods of multithread switching in Android
We know that multithreading is a necessary scenario in Android development. Many native APIs and open source projects …… -
Detailed explanation of Android retro fit
I'm late to learn about retrofit, which is now a very popular network request framework for Android. I haven't learned…… -
Android method for changing font size and color anywhere in textview
Two methods are introduced here: spannable and html.fromhtml (changed by HTML tags). In practice, you can choose which…… -
Android development method for horizontal list GridView horizontal scrolling [with source code download]
This paper describes the method of horizontal scrolling of GridView in Android development. Share with you for your re…… -
Android double click event interception method
Next, we introduce two methods of double-click event interception 1. Intercept through the event distribution mechanis…… -
Reference configuration problem of unified management version number in Android studio
Mode 1: Write in gradle.properties: Use the rule, the string is used directly, and the shaping needs to be followed by…… -
Android custom view implementation polygon statistical chart example code
preface I recently learned some knowledge about user-defined view in my spare time. In order to consolidate, I wro…… -
Method to remove the sliding shadow of recycleview or listview up and down
You only need to set two properties: In addition, briefly introduce: Set the background or color to slide to the top a…… -
Android development modification status bar background color and icon color example
This paper introduces an example of Android development modifying the background color and icon color of the status ba…… -
Explain in detail the sliding problem of Android Scrollview nested EditText
In today's project, the requirement is to write a very simple edit text input box, but it is required to slide up and …… -
Android imitation Netease cloud music playing interface
Now many players' playing interfaces use the rotation of discs. Here is my imitation of Netease's playing interface. F…… -
Resolve the sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
The up / down monitoring of listview hides the instance of the top option bar
Listview's up and down monitoring to hide and display the special effects in the top option bar. This special effect i…… -
Example code of using sharesdk integrated sharing function in Android
introduction Now the integration and sharing function of app development is a very common requirement. I haven't used …… -
Beautiful Android music lyrics control imitates Netease cloud music sliding effect
The project has a music announcer function to realize music online playback, and needs to have the function of lyrics …… -
Scrollview nested listview and calculation method of nested height of listview
introduction In Android development, we sometimes need to use the requirements of nested listviews in Scrollview. For …… -
Android gets the instance code of the time difference between the server and the client
Generally, when we count down the goods, we will encounter the need to obtain the start time and end time of the goods…… -
Implementation method of sliding up and down, displaying and hiding toolbar in listview
1. Prepare the toolbar First hide the system's own actionbar in the < Application > tag of the androidmanifest.x…… -
Implementation method of Android limiting display of two decimal places
Two methods can be used to limit the display of two decimal places after the decimal point on Android (those used by i…… -
Introduction to fingerprint service instance of Android 7.0 fingerprint service
Fingerprint service is a relatively simple service in Android system (compared with AMS, WMS, etc.), which is also rel…… -
Sample code for reading and writing JSON files developed by Android
JSON format is a common form of reading and writing. Reading and writing JSON files is also a common operation. Let's …… -
Explain in detail the method of implementing Redux in Android
Redux is an open source JavaScript library for application state management. Its core is to describe a system through …… -
Xmlutils tool class and usage examples for parsing XML files in Android Development
This article describes the xmlutils tool class and usage for parsing XML files in Android development. Share with you ……