包含标签:Android 的文章
-
Usage Summary of selector based on Android background
2. Method 2: drawable drawable = getresources(). Getdrawable (r.drawable. XXX); ListView.setSelector(drawable); Howeve…… -
Android determines whether the network is available and whether the connected network can access the Internet
Network status acquisition To upload and download, you need to check the network status of the current mobile phone an…… -
Android screen brightness adjustment implementation code
When adjusting the screen brightness, first set the current activity brightness, and then save it as the system bright…… -
Android programming method for setting and opening WiFi hotspot sharing for others to connect
This paper describes the method of setting up and opening WiFi hotspot sharing for others to connect through Android p…… -
Android table icon library production
A chart lib has been written before, but it is difficult to keep up with the pace of product demand changes due to the…… -
Explain Android runtime permissions and app adaptation methods in detail
Since Android 6.0, Android has strengthened permission management and introduced the concept of runtime permission. Fo…… -
Application example of multi table query in Android room database
Android room database (Introduction) preface In SQLite database, we can specify the relationship between objects, so w…… -
Android programming method for obtaining the WiFi name of the current connection
This example describes the method of Android programming to obtain the WiFi name of the current connection. Share with…… -
Android statusbar transparency method (adapted to different versions)
Full adaptation of transparent status bar The status bar specifies where the phone status information is displayed at …… -
Android implements widget clock sample sharing
1、 Configure widgets in the androidmanifest.xml file: 2、 Create an XML directory under the res directory of the proj…… -
Method of dynamically switching component background for Android
The function of the program described in this paper is to dynamically select component background, system skin, custom…… -
Android captures system exceptions and uploads logs
When doing projects, we often throw out the error utilization exceptions, so that we can check the errors through the …… -
Httpurlconnection and okhttp are two methods to obtain network data
Cut the crap and go straight to the code. Easy to understand. The XML is as follows: Activities are as follows: Note: …… -
Design pattern based on Android — detailed explanation of the strategy pattern of SDK source code
In fact, the strategy model is very simple (do you feel relaxed when you hear this sentence?). For example, sorting, t…… -
Android uses jQuery to realize the special effects of item clicking to show or hide
This article introduces an example of Android using jQuery to realize the special effects of item clicking, displaying…… -
An example of building a general crawler framework based on vert. X and rxjava 2
Recently, because the business needs to monitor some data, although there are many excellent crawler frameworks on the…… -
Android programming is a method to judge whether an application has a certain permission
This paper describes the method of Android programming to judge whether an application has a certain permission. Share…… -
Android imitation Netease client top navigation bar effect
Recently, I just wrote an animation effect of the navigation bar on the home page of Netease client. Now I share it fo…… -
Android 5.0 new control instance details
Google launched some new controls while launching Android 5.0. The following five new controls are most commonly used …… -
Two methods for Android to judge whether the current application is in the foreground or background
1. Judged by runningtaskinfo class (additional permission required): You need to add the following permissions in the …… -
Ionic monitors the Android return key to realize the “press again to exit” function
Apps on Android platform often encounter the function of "press again to exit the app" on the main page, so as to avoi…… -
Method of simple image crawler based on rxjava2
Since October this year, I have tried to import some pictures to tensorflow to generate models, which requires a large…… -
Android implements raw folder import database code
There is such an interview question: How to publish SQLite database (dictionary. DB file) together with APK file? A: j…… -
Method for realizing WiFi scanning and connection by Android programming
This paper describes the method of WiFi scanning and connection by Android programming. Share with you for your refere…… -
Super practical system management tools developed by Android [SD card, network, URI, screen, network, soft keyboard, text, process, etc.]
This paper describes the super practical system management tool class developed by Android. Share with you for your re…… -
Let ijkplayer support the method of inserting custom GPU filter
Recently, due to work reasons, we need to provide an example of inserting our aiyaeffects SDK into ijkplayer, so we ha…… -
Android custom view realizes rotating circular pictures
Custom view is an important skill in Android development. Using 2 / 3D rendering related classes provided by Android c…… -
Detailed steps for Android studio to generate custom jar packages
If you want to export a project as a jar package for use by other projects, you can directly export the project as a j…… -
Android uses animation to set the progress bar progress
Requirement scenario: when we use ProgressBar, we want to have the effect of progress loading. At this time, our tradi…… -
Android custom view rotate round picture
A @ r_ 404_ 1356@, record the ideas and codes for future use. Idea: 1. First draw a circular picture and a circular ba…… -
Implementation of Android damped drop-down refresh list
This article will introduce the implementation of the damped drop-down refresh list. Let's take a look at the preview …… -
Android horizontal progress bar demo effect
Progress bar: I believe we all know that with the progress bar, users will not feel that their program has hung up aft……