Android
-
Example of taking photos in milliseconds with Android camera
We know that customizing camera requires the following steps 1. Turn on the camera 2. Set relevant parameters and Prev…… -
Android incoming call monitoring and outgoing call monitoring implementation code
I think writing an article must be useful. We must have our own ideas. The monitoring of incoming and outgoing calls w…… -
Detailed explanation of Android streaming layout onlayout() method
In the previous article, I wrote the onmeausre () and OnDraw () methods in the custom view. Here, let's introduce the …… -
Five minutes to teach you how to write Android kotlin project
background I've seen kotlin before, and many great gods and brothers and sisters who are willing to walk in the forefr…… -
Android WebView cache details
Android WebView cache details 1、 There are two cache types: Page cache: page or resource data such as HTML, JS and CS…… -
Android realizes the function of simple pedometer, clears the steps every other day, and views the historical motion record
Recently, I need to use the step counting function, which is difficult for me. The IOS terminal is good and has its ow…… -
Solution of Android font size adaptation to different resolutions
Solution of Android font size adaptation to different resolutions Today, someone asked me how to adapt the font size o…… -
Realize the effect of dynamically adding lines to notepad in Android
This article mainly introduces the contents related to the dynamic addition of lines to Notepad by Android for your re…… -
Solution to stretching problem of Android zxing QR code scanning picture
In this project, zxing is integrated in QR code scanning, and the image of the scanning interface has obvious tensile …… -
Android double click the return key to exit the program
Android double click the return key to exit the program Let's talk about LZ first, as follows: 1. The first method is …… -
Android programming can hide the soft keyboard function by clicking controls other than EditText
This example describes the Android programming to hide the soft keyboard function by clicking the control other than E…… -
Android implements the A-Z alphabet sorting and filtering search functions of listview to convert Chinese characters into pinyin
Going straight to the topic, today we will bring you the A-Z alphabet sorting and filtering search function of listvie…… -
Simple example of Android recording and playback function
Simple example of Android recording and playback function Recently, I have been studying some commonly used functions …… -
Several methods of implementing fillet image in Android
There are many poses for fillet images in Android. How many have you unlocked? Method 1: setxfermode method This metho…… -
Simple application and precautions of Android TimerTask
Simple application and precautions of Android TimerTask Timers are often used in Android application development, and …… -
Implementation method of Android implicit intention to activate browser
Sometimes, we may want to open an uncertain application. For example, we want to open Baidu's site through a browser, …… -
Write Android general refresh control yourself
We often have pull-up and pull-down refresh requirements in projects. Almost all listviews and recyclerviews will be a…… -
Analysis and comparison of androidmanifest.xml < uses feature > and < uses Permission >
Analysis and comparison of androidmanifest.xml < uses feature > and < uses Permission > About the self und…… -
Android string resource file insert value example details
Android string resource file insert value example details When we reference a string resource file, we sometimes encou…… -
Parsing XML documents in Android xmlpullparser mode
Parsing XML documents in Android xmlpullparser mode XML file format Parsing XML files in xmlpullparser mode Thank you …… -
Android monitoring application front / background switching instance code
preface This week, we received a demand to display our advertisements when the application switches from the backgroun…… -
Implementation method of multilingual support for Android Application
Software and hardware environment preface After the completion of app development and testing, it is faced with applic…… -
Solution to the problem of Chinese garbled code (box) on Android studio console
Solution to the problem of Chinese garbled code (box) on Android studio console Recently, I encountered a disgusting t…… -
Android get screen size instance code
Android get screen size instance code Implementation code: Screen matching Thank you for reading, hope to help you, th…… -
Detailed explanation of Android input box control with clearing function
Detailed explanation of Android input box control with clearing function Today, I saw a good custom input box control,…… -
Android SharedPreferences enables data storage
In addition to SQLite database, SharedPreferences is also a lightweight data storage method. Different from the file s…… -
Detailed discussion on data transmission between Android interfaces
Data transfer between different interfaces is a common operation, and the carrying of this data is also very simple. e…… -
How to modify the length of the navigation bar indicator at the bottom of tablayout in Android
preface I believe everyone is familiar with tablayout. It should be used frequently in development, but the length of …… -
Explain the automatic construction and release of Android
In the process of app development and testing, I have done this for a long time: package, upload to the tower, write t…… -
Detailed explanation of jump and value transfer of Android activity
Detailed explanation of jump and value transfer of Android activity Activity jump and value transfer mainly connect mu…… -
Explain in detail the method of stopping background operation during Android video playback
Explain in detail the method of stopping background operation during Android video playback In the project, we encount…… -
Detailed explanation of setting and adaptation of Android status bar
Detailed explanation of setting and adaptation of Android status bar Recently, I've seen a lot of problems about the s……