包含标签:Android 的文章
-
Graphics, images and animation developed by Android (5) detailed explanation of layoutanimationcontroller
First, we need to introduce layoutanimationcontroller: *1. Layoutanimationcontroller is used to set the animation effe…… -
Android custom progress bar gradient view instance code
Recently, in the company, the project was not very busy. I occasionally saw a brother asking for help at CSDN and aske…… -
Textview font attribute setting method in Android programming (size, font, underline, background color)
This article describes the setting method of textview font attribute (size, font, underline and background color) in A…… -
Android implements code through code setting, opening WiFi hotspot and hotspot connection
Friends who use too fast teeth should know that they use a WiFi hotspot when transferring files between devices for tw…… -
Android asynchronously loading image instance code
The main process of asynchronously loading pictures is to judge whether there are pictures in the cache. If there are …… -
Android development environment configuration problem
First, download the latest version of Android SDK. However, the latest version of the SDK has clearly stated that "the…… -
Method of enabling button to have return key function in Android and rewriting return key function
The function of making the button have the return key is very simple. Add finish () to the click event; It's OK. For e…… -
Explain in detail the pit encountered by EditText using refresh in recyclerview item
Due to the needs of the work project, the evaluation function should be added after the purchase of goods, so I imitat…… -
A small example of Android getting thumbnails of pictures and videos on SD card
How to judge the file? You can traverse the database through cursor and compare with international_ CONTENT_ The value…… -
Implementation idea and code of saving window screenshots as files in Android simulator
The content of Android simulator is rendered with OpenGL, so the general programming screenshot (such as printwindow (…… -
Android imitation boss direct employment text date mixed wheel selector example
1. Demand analysis There is an IOS style wheel selector Android pickerview on GitHub, which is divided into time selec…… -
Detailed Android custom view — custom histogram
introduction In the twinkling of an eye, the haze of 2016 with the cold winter of the Internet and the imperial capita…… -
Detailed explanation of the use of Android debugging tool DDMS
Specific visible http://developer.android.com/tools/debugging/ddms.html 。 DDMS provides a bridge between IDE and emul…… -
The Android custom control Scrollview realizes the up and down sliding function
This example shares the specific code of Android Scrollview to realize the up and down sliding function for your refer…… -
Android implements radio button function
When we register our personal information, we are often asked to choose whether we are boys or girls. How is this radi…… -
Implementation of refresh paging for Android recyclerview
Refresh paging is often used in development. Here, a simple refresh paging operation of recyclerview is implemented. T…… -
Method for setting the size of Android pop-up activity
How to set the size of the activity so that your window no longer looks full screen. Some netizens may know that it is…… -
Android game engine libgdx resource loading progress percentage display case analysis
Because the case is relatively simple, it is easy to use Android Application - > game - > stage to build framewo…… -
Example analysis of the impact of Python exceptions on code running performance
Python's exception handling ability is very powerful, but bad use will also have a negative impact. I also like to use…… -
Method example of Android custom column chart
preface This article will introduce how to customize a simple straight chart through example code. This chart is not a…… -
Solution based on making Android project into jar package and resource file
It should be noted that if it is provided to third-party developers in the form of jar package and resource package, r…… -
Android implements the picture selector function
This example shares the specific code for Android to realize the image selector function for your reference. The speci…… -
Using kotlin’s coprocess to realize simple asynchronous loading
preface As we all know, in Android, when the execution time of the program exceeds 5 seconds, it will cause anr and ca…… -
Android uses broadcastreceiver to listen for changes in network connection status
You only need to implement the following two codes to monitor the network connection status. Don't forget to add netwo…… -
Android asynchronous loading picture analysis summary
This paper studies how Android loads images asynchronously from the network. It is summarized as follows: (1) because …… -
Implementation principle of dragging and zooming Android large pictures
Due to the busy project recently, the blog has no time to update. Today, I have a little time to update two articles i…… -
Method of building web server on Android device
Generally speaking, Android applications make requests to remote servers by means of get or post when requesting data.…… -
Design practice of Android component development routing
After investigating the current routing framework, arouter (Ali's) and activityrouter all use APT Technology for compi…… -
Discussion: how to modify Android timeout sleep time
By default, if the Android system does not operate for more than n minutes, it will automatically close the screen and…… -
Android notes: practice and analysis of several commands for app debugging
In Android application development, we will use various code debugging; In fact, after the development of Android, we …… -
Android implements a slidable Custom Calendar control
A recently used calendar control, record, the effect is as shown in the figure Code download address: Click to open th……