包含标签:Android 的文章
-
How to achieve some special effects for the switch of the fluent interface
background We know that if you switch directly between pages, it will be stiff, make users feel very abrupt, and the u…… -
Android implements simple left slide delete control
This article shares a simple Android left slide delete control for your reference. The specific contents are as follow…… -
Android requestfocus details and examples
Android requestfocus details and examples Use of requestfocus In one sentence: < requestfocus / >: the tag is us…… -
Android uses urlconnection to download audio files
Use mediaplayer to play online audio, please refer to Android mediaplayer to play audio Sometimes we need to download …… -
Android custom circular countdown display control
This example shares the specific code of Android custom circular countdown display control for your reference. The spe…… -
Android realizes the function of remembering passwords
This example shares the specific code for Android to realize the function of remembering passwords for your reference.…… -
Use of deprecated and suppress annotations in kotlin basic learning
preface In Java, some methods are usually annotated, but many annotations have no problems in Java code. If you switch…… -
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 …… -
Android implements circular gradient loading progress bar
The recent design requires a circular progress bar gradient: 1. Draw a circular progress bar 2. Solve the problem Fina…… -
Implementing horizontal lists using recyclerview
This example shares the specific code of the recyclerview implementation level list for your reference. The specific c…… -
Android implements remembering user names and passwords and automatic login
The mobile nurse station, the first project I came into contact with just after graduation, received the first task is…… -
Highlight some text in Android textview
Highlight some text in Android textview The start and end parameters are passed to 0 by default. When there is a sign …… -
Android uses recyclerview to achieve list countdown effect
During the recent interview, the interviewer asked how to realize the countdown effect of a list. Now record it. Opera…… -
Android implements simple calculator function
This example shares the specific code of Android to realize a simple calculator for your reference. The specific conte…… -
Android multiple ways to achieve camera circular preview example code
The renderings are as follows: 1、 Set fillet for preview control Set the viewoutlineprovider for the control public R…… -
Android programming to read, query and add function examples of contacts in the address book
This paper describes the Android programming to read, query and add contacts in the address book. Share with you for y…… -
A simple Android arc refresh animation
I saw the refresh animation of the post bar when I brushed the post bar before, which is an animation of circular arc …… -
Recyclerview implements list countdown
Recently, I was working on a project that needed to use the list countdown function. I finally worked it out after a l…… -
Use thumbnails to achieve image compression of specified size
There is a requirement in the project to judge the image size of the upload server. Images greater than 500K should be…… -
Android implements the label (surround effect) effect of tilting in the upper left corner (other corners)
Let's start with the renderings Since the project needs to achieve the label effect of oblique surround in the upper l…… -
Android judge login
Whether to screen login /** * 测试是否登陆 */ loginButton.setOnClickListener(new OnClickLoginedListener(mContext) { …… -
Android implements the functions of customizing gestures and recognizing gestures
1. Complete the activity of custom gesture first 1.1 because the gesture file needs to be stored, the permission needs…… -
Implementation of fluent expansiontile hierarchical menu
development environment effect Used for multi-level menu display or selection. Such as each province, city and county…… -
Head suspension control based on recycleview developed by Android
Recyclerview is a sliding list similar to listview, but compared with listview, recyclerview is better than listview. ……
