包含标签:Android 的文章
-
Android can easily manage the log logs in Android applications. It is a method to remove all log logs when publishing applications
There are generally two methods to manage logs. Bloggers recommend that you use the first method below: The first meth…… -
Example of input cleaning tool class in EditText box of Android Development
This example describes the edit text box input cleaning tool class developed by Android. Share with you for your refer…… -
Super simple lines of code to get the navigation bar function at the bottom of Android
It's super simple. A few lines of code fix the navigation bar at the bottom of Android - C adds two new methods to mee…… -
Java batch collection of Android application icon and package name of pea pod website
If Android theme developers want to replace the third-party application icon, they must know the package name of the a…… -
Android uses Lottie to load JSON animation sample code
Lottie Lottie is an open source animation project of airbnb. It supports IOS, Mac OS, Android RN. Due to the implement…… -
Method for Android application to read excel file
This article describes the method of reading excel file by Android application. Share with you for your reference, as …… -
Detailed explanation of the use of Android selector background selector
In the development of applications, the background of listview or button controls should be designed in many cases. Th…… -
In Android, the post request transfers JSON data to the server instance
In a recent project, a requirement is as follows: Input parameters are encapsulated into JSON, example: The content is…… -
Android applications keep waking up in the background (implemented using wakelock)
When using some product columns, such as wechat and QQ, if there is a new message, the mobile phone screen will light …… -
Android implementation notification bar download update app example
1. Design idea: use versioncode as the version upgrade parameter. Android provides us with two attributes for defining…… -
Examples of correct reference to AAR in Android studio library module
Today, connect to an SDK monitored by Haikang. The SDK is provided in the form of AAR, and the module I need to use fo…… -
Implementation of listview like function in Android
Recently, I've been watching Android and using listview to realize the like function. Here's the basic idea. Basic ide…… -
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: …… -
How is Android AAR with dependency tree generated (recommended)
introduction AAR displayed by Android studio by default will only contain the source code of the project and will not …… -
Android background map and status bar fusion method
Let's look at the code first: Since this function is only supported by Android 5.0 and above systems, we first judge t…… -
Introduction of common placeholders in Android based layout
You must have encountered the following situation when making layout files There is a problem with filling, so placeho…… -
Solution to the problem of displaying blue screen when Android uses Baidu map to flash back and locate
Flash back when using Baidu map Generally, the flash back is not configured in the application tag in the androidmanif…… -
Android image three-level cache development
At present, the project cannot use a third party, so only a three-level cache can be built. The three-level cache is d…… -
Android gets the example code of nearby Bluetooth devices and calculates the distance
Local Bluetooth adapter required Determine whether Bluetooth is supported and confirm that the function is turned on. …… -
Android development uses httpurlconnection for network programming [Download with source code]
This article gives an example of Android development using httpurlconnection for network programming. Share with you f……