包含标签:Android 的文章
-
Learn to use material design controls (I)
The material design support library released by Google has a great impact on our app design. If we redesign the app, t…… -
Android custom ring loadingview effect
A circular progress bar is used in recent projects. GitHub has a similar dashedcircularprogress control, but the progr…… -
Implementation code of Android imitation wechat custom numeric keyboard
This paper introduces the implementation code of Android imitation wechat custom numeric keyboard, which is shared wit…… -
Customization of item click effect of Android listview
Customization of item click effect of Android listview preface: Friends of listview Android developers know and use a …… -
Android viewpager realizes intelligent infinite loop scrolling and wrapping effect
The standard way of viewpager provided by Android system is that you can slide freely from left to right, but the firs…… -
Detailed explanation of Android view drawing mechanism
View rendering mechanism I Drawing process of view tree When the activity receives the focus, it will be requested to …… -
Method of customizing progress control for Android
There are all kinds of progress, and most of them are simple to customize. Define them according to business requireme…… -
Android implements IOS to select the pop-up instance at the bottom of the photo album
Android implements IOS to select the pop-up instance at the bottom of the photo album design sketch 1. Android studio …… -
Android ContentProvider realizes the function of obtaining mobile phone contacts
In the previous project, there was a useful part about obtaining mobile phone contacts. I'd like to share it with you.…… -
Implementation code of Android sliding return activity
Implementation code of Android sliding return activity Recently, when playing wechat, I accidentally found that slidin…… -
Implementation method of adding watermark to Android pictures
Implementation method of adding watermark to Android pictures Implementation effect diagram: The watermark (text and p…… -
Android realizes the sliding effect of Netease strict selection tab bar
The label bar is a very common control and seems to be a relatively simple control, but if you add an underline under …… -
Android programming dialog background transparent function example
This article describes an example of Android programming to realize the transparent function of dialog background. Sha…… -
Deeply understand the three processes of view drawing in Android
preface Recently, I have some new understanding of the drawing mechanism of view in Android, so I want to record it an…… -
Android live app gift combo animation effect (example code)
Recently, I was working on the company's live broadcast project. I need to implement a control for sending gifts by cl…… -
Example code of Android uploading pictures to PHP server
Layout is very common, that is, two buttons and an ImageView To add an event to a button in the main page: Server side…… -
Android uses viewpager to realize picture sliding preview effect
This article shares the specific code of Android viewpager to display the picture sliding preview effect for your refe…… -
Detailed examples of two methods for Android to judge whether the background service is enabled
Detailed examples of two methods for Android to judge whether the background service is enabled Recently, when the pro…… -
Android APK cannot be installed and the solution to the flash back problem
Android APK cannot be installed and flashback The app can't be opened on some mobile phones (lower versions) or flash …… -
Usage analysis of drag bar and scoring component developed by Android
This article describes the use of drag bar and scoring component developed by Android. Share with you for your referen…… -
An example of Android viewpager implementing infinite loop
An example of Android viewpager implementing infinite loop Viewpager itself does not support the function of left-righ…… -
Android failed to call notifydatasetchanged method. Solution
Android failed to call notifydatasetchanged method. Solution If you use listview and GridView for data display, when t…… -
How to use Android StringBuffer
Today, let's talk about the use of StringBuffer. Like string, StringBuffer class is also used to represent strings. Ho…… -
Android uses shape to make components present special effects
This article illustrates how Android uses shape to make components present special effects. Share with you for your re…… -
Android implements the item countdown function
The Internet has become a flood of such functions, but recently encountered such a demand, it is still worth learning …… -
Android implements the main interface of the bottom navigation bar
In mainstream apps, the main interface of the application is a navigation bar with multiple tabs at the bottom. Click …… -
Android WiFi Hotspot Development example code
I wrote the content of Android connecting to anonymous WiFi last time. WiFi development is a relatively small knowledg…… -
Android detection keyboard shows or hides the implementation code of the keyboard
Android method for detecting whether the keyboard is displayed and hidden~~ There are many articles on keyboard hiding…… -
Android uses mediacodec to encode the video captured by the camera into H264
In this article, an example is shared. Android uses mediacodec to encode the video collected by the camera into H264 f…… -
Solution to version conflict of com.android.support
What if the versions of support packages of different modules in the project conflict? Just copy the following code to…… -
Double colon in kotlin: Usage
The double colon operator in kotlin means to pass a method as a parameter to another method for use. Generally speakin…… -
Solution to inconsistent layout of items displayed in Android recyclerview
Recyclerview displays inconsistent item layout When customizing the recycleradapter, the oncreateviewholder method is ……