Android
-
Analysis of Scrollview — imitation QQ space title bar gradient
Let's take a look at the renderings first: We need to get the height of the picture and set the scroll monitor. With t…… -
Android selects the video file to upload to the background server
This example shares the specific code of Android selecting video files to upload to the background server for your ref…… -
Implementation example of Android custom vertical textview
Implementation example of Android custom vertical textview preface: In the previous contact module, I encountered a le…… -
Android custom view imitates QQ discussion group avatar effect
First, let's take a look at the renderings we imitated. I believe they are not unfamiliar to people who have used QQ. …… -
Scanning QR code and bar code with Google zxing in Android
Scanning QR code and bar code with Google zxing in Android I learned about QR code from wechat. At that time, wechat l…… -
Detailed explanation of Android capture runtime exceptions
Detailed explanation of Android capture runtime exceptions Android exceptions fall into two categories: checkedexcepti…… -
Example of setting translucency and transparency of components in Android
This article introduces how Android sets the translucent and transparent effects of components, and shares them for yo…… -
Simulate a simple way to exit the application by pressing the home key (share)
Examples are as follows: The above simple method (sharing) to simulate pressing the home key to exit the application i…… -
Detailed explanation of Java scheduled tasks
Timed tasks are often used in projects. Based on the blogger's own experience in using timed tasks, this paper introdu…… -
Detailed explanation of ContentProvider mechanism for Android data persistence
This paper illustrates the ContentProvider mechanism of Android data persistence. Share with you for your reference, a…… -
Detailed explanation of reading and writing content in SD card for Android data persistence
This paper describes the method of reading and writing content in SD card for Android data persistence. Share with you…… -
Initial understanding of Android touch event delivery mechanism
preface A knowledge point summarized today is the view event transmission mechanism in andorid, which is also the core…… -
Summary of methods of hiding title bar in Android Development
Summary of methods of hiding title bar in Android Development 1. Recommend! (because all projects are now apptheme by …… -
Summary of the implementation of custom view in Android
What is Android custom view In our daily development, many times the view provided by the system can not meet our need…… -
A detailed explanation of Java’s upward and downward transformation
A detailed explanation of Java's upward and downward transformation Transformation is based on inheritance. Inheritanc…… -
Use popupwindow to imitate wechat praise and comment pop-up in Android
The praise and comment function of wechat circle of friends has two components: the "more" button in the lower left co…… -
Detailed explanation of how Android asynctask implements asynchronous task processing
Detailed explanation of how Android asynctask implements asynchronous task processing When developing Android applicat…… -
Detailed explanation and example of Android single thread model
Detailed explanation and example of Android single thread model We will introduce the Android single thread model in d…… -
Android development mobile phone (Samsung) photography application photo rotation problem solution
Android development mobile phone (Samsung) photography application photo rotation problem solution Recently, I have so…… -
Android simple pop-up box (in the middle of the screen, pass string [], adaptive according to the size of the content box)
First show you the renderings: The implementation code is also very simple. The code is as follows: The above is a sim…… -
EditText in the customized dialog in Android cannot pop up the input method solution
1. Unable to pop up the input method: Before calling the show () method, add an empty EditText with dialog. Setview (N…… -
Android imitation wechat payment password pop-up layer function
preview use This pop-up layer is a dialogfragment. The logic is encapsulated in it. It is very simple to use: Callback…… -
How does Android studio delete a project module
When you want to delete a module in Android studio, select the module in Android studio and right-click to find that t…… -
Android uses recyclerview to realize the functions of select all, top and drag
preface Today, I'd like to share with you how to select all in recyclerview and how itemtouchhelper can realize sidesl…… -
Android textview custom digital scrolling animation
background In the development needs, when there are total revenue, total number of users and other figures to be displ…… -
Textview method example for Android to realize digital beating effect
preface This article introduces how Android realizes the textview of digital jumping effect. It mainly uses the dancin…… -
Some pitfalls to pay attention to when using layoutinflator in Android
preface In the normal development process, we often use the layoutinflator class, for example, in fragment $oncreatevi…… -
How does Android load PDF files locally
Most apps open PDF files by invoking the tool that can open PDF files in the mobile phone through intent to view PDF f…… -
Detailed explanation and example of Android message queue model
Detailed explanation and example of Android message queue model The message queue and message loop of Android system a…… -
Summary of using dialog box in Android
preface Recently, I have some free time, so I spent an hour to summarize the use of the dialog dialog box. It is more …… -
Android calls the sharing function instance code provided by the system
Several ways to realize sharing function 1. Call the sharing function of the system 2. Through third-party SDK, such a…… -
Android simpleadapter adapter usage details
Android simpleadapter usage details Holderadapter background Android AdapterView uses a lot, such as listview, GridVie……