Recent Posts
-
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…… -
Usage Summary of selector based on Android background
2. Method 2: drawable drawable = getresources(). Getdrawable (r.drawable. XXX); ListView.setSelector(drawable); Howeve…… -
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…… -
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…… -
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 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…… -
Seven styles of Android progress bar
When an application is executed in the background, there will be no information on the foreground interface. At this t…… -
Android simply implements an example of a streaming layout
This article mainly introduces an example of simply implementing a streaming layout for Android, which is shared with …… -
Android programming realizes the functions of exception capture and corresponding log file saving in the project
This paper describes the exception capture and corresponding log file saving functions in the Android programming proj…… -
Android programming method for obtaining package name, version number, permission and other information
This paper describes the method of Android programming to obtain package name, version number, permission and other in…… -
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…… -
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…… -
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 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…… -
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…… -
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 screen brightness adjustment implementation code
When adjusting the screen brightness, first set the current activity brightness, and then save it as the system bright…… -
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…… -
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 …… -
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 …… -
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…… -
Android imitation Jingdong second kill countdown code
The renderings are as follows: Because my imitation Jingdong is divided into modules, this time I mainly describe the …… -
Solution to multiple Android studio projects referencing the same library project configuration
When developing with Android studio, if multiple projects reference the same library, there will be a set of library c…… -
Android SMS verification code listening method for solving onchange multiple calls
First say: MIUI, please give up treatment! Here is a portal: MIUI notification SMS permission Identifying SMS verifica…… -
Android MIUI notification SMS permission
MIUI has a lot of pit father designs. For example, MIUI's mobile phone can't debug and install applications via USB wi…… -
Naming method of Android multi language value folder
New multi language pack There are two ways to create a new multi language package in the Android studio project. One i…… -
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…… -
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 …… -
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…… -
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 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…… -
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……