包含标签:Android 的文章
-
Java timer problem example analysis
Timer problem Timer is a basic component. Whether it is user space program development or kernel space program develop…… -
Android studio download update Android SDK network exception or unable to download
Android studio download update Android SDK network exception or unable to download Today, I reinstalled Android studio…… -
The font size of APP in Android does not change with the system
In "setting", "display" and "font size", we can set the system font size If the font of the app interface is modified,…… -
Customize dialog style activity in Android. Click the blank space to hide the soft keyboard function (dialog does not disappear)
1、 Demand trigger scenario: The project needs to develop dialog display with EditText. When editing EditText, click t…… -
Android realizes bitmap rotation effect
Bitmap rotation can also be realized with the help of matrix or canvas. Set the rotation angle through the postrotate …… -
Detailed explanation of the calling sequence of set, pre and post of matrix
When matrix calls a series of set, pre and post methods, it can be regarded as inserting these methods into a queue. O…… -
Animation effect of popupwindow entry and exit in Android
No more nonsense. I'll post the code directly to you. The specific code is as follows: Then define the animation file …… -
Simple practical case of popupwindow (displayed below the control)
Step 1: private PopupWindow mPopupWindow; Step 2: write a popupwindow layout file XML Step 3: write code in activity N…… -
Detailed explanation of MVP mode in Android
MVP evolved from the classic mode MVC, and their basic ideas have similarities: Controller / presenter is responsible …… -
Solution to the Caton problem of Android recyclerview
Why does recyclerview get stuck As a new control of V7 package, recyclerview has been widely welcomed by Android devel…… -
Summary of handling upload progress problems during Android large file upload
When uploading large files, displaying the upload progress is a good user experience and can effectively alleviate use…… -
Summary of common problems in Android video playback
Video playback is a common problem in Android development. In conventional videos, you can directly use videoview + me…… -
Summary of methods to judge whether network connection is available in Android
Android network judgment Judge whether the current network is WiFi 1、 Determine whether the network connection is ava…… -
Solve the problem of invalidation of the outermost margin in the item of Android listview
1. This phenomenon is found in the development: The item in the list is LinearLayout. The outermost layer of this item…… -
Android SharedPreferences realizes the function of remembering passwords
Realize the function of remembering passwords for your reference. The specific contents are as follows Write interface…… -
Android ontouchevent processing mechanism summary (required)
Some touch events will always be used in the project. Each time you use Baidu's various materials, look at the analysi…… -
Drawing round, triangular and fan-shaped avatars in Android image processing
preface I believe it is easy to draw circles and pictures in the daily development of Android, but drawing circular pi…… -
Android actionbar fully parses and uses the best navigation bar officially recommended (Part 2)
The main content of this article comes from Android doc. I have done some processing after translation. Good English f…… -
Android method of adding segment header for listview
design sketch: I remember a similar effect on GitHub Let's talk about the idea to achieve this effect: embed the segme…… -
Android limit EditText integer and scale filters (detailed)
A filter is written to limit the integers and decimal places of EditText input as needed, as shown in the following co…… -
Use example code of spring boot timing task
Configuring scheduled tasks in spring boot is extremely simple... Let's look at the example code below: The above is t…… -
Android devices do not recognize the awk command. What if busybox is missing
Android device does not recognize awk command, missing busy@R_ 693_ 2419@ 1、 What is Busy@R_ 693_ 2419@ ? Busy@R_ 69…… -
Detailed explanation of example of Android intent sending broadcast message
Android intent sends broadcast messages Another purpose of intent is to send broadcast messages. Both applications and…… -
android:layout_ Gravity and Android: the difference between gravity and Android
1. Let's first look at Android: layout_ Gravity and Android: the difference between gravity and Android. android:gravi…… -
Simple implementation method of Android local verification code (preventing violent login)
0. Preface The verification code is everywhere. Someone asked me, do you know what is under the Da Vinci password? Yes…… -
Android uses shared preferences to store passwords and remember passwords in the login interface
There are many storage methods for Android. The storage method used here is SharedPreferences, which uses the map data…… -
Detailed explanation of image zooming implemented by Android custom ImageView
Detailed explanation of image zooming implemented by Android custom ImageView I think this custom ImageView is very ea…… -
Android determines whether the user has allowed the camera permission instance code
For example, since it is to judge whether the user has allowed the camera permission, we will ignore the problem of ma…… -
Two ways for rxjava to implement three-level cache in Android
As mentioned in the title of this article, rxjava is used to realize the three-level cache of data, namely memory, dis…… -
Return value of ontouch method in Android ontouchevent event (Introduction)
1. If return false, the ontouch event is not successfully executed. After executing the code in ontouch, the ontouch e…… -
Detailed explanation of using AspectJ in Android
What is AOP AOP is the abbreviation of aspect oriented programming, that is, "aspect oriented programming". It is diff…… -
Solve the problem of blank space on the left of custom toolbar and action bar after Android v7
As shown in the figure: 1. View the parent topic of the widget.appcompat.toolbar as follows: The attribute contentinse……