包含标签:Android 的文章
-
Android method for obtaining information such as APK icon, version number and package name that are not installed
1、 Get APK Icon Packagemanager, packageinfo and applicationinfo in the following code segment are the same as above. …… -
Implementation of Android dialog (recommended)
Requirements: the following interfaces are designed, including picture button, check button, radio button and ordinary…… -
Imitation IOS status bar color and title bar color consistent example code
First create a tool class Then call the method in the activity Copy a lot of other people's online. The author doesn't…… -
Loading and dynamic link process of Android native library
Loading process of native library We start with a simple NDK demo. Previous work of Android linker linker Let's start …… -
Sample code of Android local video compression scheme
preface This article does not discuss short video recording similar to second shooting, but users select an existing l…… -
Android date selector dialog DatePickerDialog usage details
Calling the Android native date selector dialog is the DatePickerDialog. The details are as follows The effect on Andr…… -
On the problem of text alignment and line breaking in Android textview
Today, I suddenly found that the uneven text layout in the Android project is very serious, so I have to find a way to…… -
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…… -
Screen recording implementation code of Android version 5.0 or above (complete code)
The way I record the screen is to record audio and video respectively, and finally merge them into MP4 format, which i…… -
Instance of Android autocomplete text box
Android: autocomplete text box The XML file code is as follows: The java file code is as follows: The above example of…… -
Android scrollto and scrollby methods use parsing
In a view, the system provides two methods, scrollto and scrollby, to change the position of a view. The difference be…… -
Android develops a method to load network pictures and download them to local sdcard
This example describes the method of loading network pictures and downloading them to local sdcard. Share with you for…… -
The up / down monitoring of listview hides the instance of the top option bar
Listview's up and down monitoring to hide and display the special effects in the top option bar. This special effect i…… -
Resolution of sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
Android zip4j compression, decompression, encryption and decryption sample code
JDK has a native zip package. Because it doesn't achieve the desired effect, the third-party zip4j open source is used…… -
Android fingerprint function example code
Recently, when I was working on a project, I encountered the function of opening the app image to unlock. I owe it to …… -
Initial experience of installing Python 3 on MAC system
the front For IOS development, don't disassemble Python from the system, because many libraries still use Python 2.7. …… -
Android uses animation list to realize frame animation
This example shares the specific code of using animation list to realize frame animation for your reference. The speci…… -
Detailed explanation of single example mode of Android programming design mode
This paper describes the single example mode of Android programming design mode. Share with you for your reference, as…… -
Summary of Android programming methods to realize night mode
This paper describes the method of implementing night mode by Android programming. Share with you for your reference, …… -
Method of setting image as ImageView background when imageloder loads network image in Android Development
This example describes the method of setting the image as the background of ImageView when imageloder loads the networ…… -
Resolve the sliding event conflict between viewpager and slidingpanelayout
Problem Description: The sliding events of viewpager and slidingpanelayout conflict. Problem analysis: Slidingpanelayo…… -
Android studio multi-channel packaging, custom packaging APK name
Now, in order to promote products, applications will be released in multiple channel application markets. In order to …… -
Android is similar to the effect of UC browser: slide up the address bar to hide the function
thinking requirement Scrollview nested address bar and WebView Scroll down with your finger (web page up). If the web …… -
Detailed explanation of the usage of imageswitcher image switcher, an advanced component of Android
The image switcher is used to switch the previous and next pictures in the "windows photo viewer" similar to the windo…… -
Simple implementation of Android magnifying glass effect
Using the previously learned graphics and image painting technology and image adding special effects technology, we co……