包含标签:Android 的文章
-
Comprehensive analysis based on custom toast
Toast is generally used to display a line of text. Its usage is relatively fixed: However, sometimes when you want to …… -
A method of dragging view in single page floating layer based on Android
In the previous article, we talked about the method of dragging through the official viewdraghelper tool of goolge (se…… -
Android code for judging network status
This example shares the specific code for Android to judge the network state for your reference. The specific contents…… -
Slow pop-up menu at the bottom of Android implementation
The project requires a button menu to pop up slowly from the bottom Start encoding: myselffragment BottomMenu layout_ …… -
Detailed explanation of frame layout of Android layout
FrameLayout In this layout, all child elements cannot be assigned a position. They all defend the upper left corner of…… -
Android to achieve left and right sideslip menu effect
In the development of Android, the development of left and right sideslip menus has become one of the necessary techno…… -
Android Battery Monitoring example code
To monitor battery status, you only need to receive intent.action_ BATTERY_ The changed broadcast is enough. When the …… -
Detailed explanation of how Android changes APK file name in gradle
preface This article mainly introduces the content about Android changing APK file name in gradle for your reference a…… -
Detailed examples of Android judging whether it can really surf the Internet
Detailed examples of Android judging whether it can really surf the Internet Check whether the network is connected Im…… -
Detailed explanation of communication between fragment and activity in Android
Detailed explanation of communication between fragment and activity in Android Communicate with activity Although the …… -
Detailed explanation of the method of using WebView control to browse web pages in Android Development
This article describes the method of using WebView control to browse web pages in Android development. Share with you …… -
Detailed example of Android controlling Scrollview scrolling
Detailed example of Android controlling Scrollview scrolling During development, we often need to update the list and …… -
Android realizes reading progress memory function
This example shares the specific code of the Android control WebView to save the reading progress for your reference. …… -
Distinguishing between testing and formal environment in Android packaging
preface This article mainly introduces the relevant contents of distinguishing between testing and formal environment …… -
Detailed explanation of Android applicationinfo application information
Android applicationinfo application information 1. Brief description 2. Get applicationinfo 2.1. Obtain the applicatio…… -
Andoroid implements the dialog effect of selecting the bottom picture
1. The renderings are as follows: Click to select photography, and the following selection dialog box will pop up: 2. …… -
Scrollview and seekbar are bound to achieve the small slider effect when sliding
It's a complicated job Override seekbar override the layout seekbar style of the main project of the scroview modify t…… -
Android implementation of IP address input box method example code
preface This article mainly introduces the relevant contents of the IP address format input box implemented by Android…… -
Two methods of dynamically adding views in layout based on Android (summary)
1、 Explain There are two ways to add view files: 1. Define layout in XML file; 2. Java code writing 2、 Preface descr…… -
Method and steps of Android single click implementation
Record the implementation process of click and double-click, and carry out simple packaging for reuse, including doubl…… -
Long press to pop up PopupMenu menu bar for Android
After the SDK 3.0 version in Android, a special menu effect is added, which can be displayed on any view and display t…… -
Accessibilityservice enables wechat to send red packets
In accessibility service, we can do simulation operations. The following describes the function of sending red packets…… -
Android realizes video barrage function
This example shares the specific code of Android video barrage for your reference. The specific contents are as follow…… -
Android custom view implements voting progress bar
This example shares the specific code of Android voting progress bar for your reference. The specific contents are as …… -
Implementation method of Android monitoring keyboard state and obtaining keyboard height
preface Android has not yet provided an appropriate API to get / monitor the status and height of the keyboard, and we…… -
Android development simple music player
Here is a simple music player for your reference. The specific contents are as follows The renderings are as follows: …… -
Android uses soundpool to play short sound effects
preface For Android to play some short sound effects, such as prompt tone or ring tone, soundpool can save more resour…… -
Android simple implementation of barrage effect
This example shares the specific code for Android to realize the barrage effect for your reference. The specific conte…… -
Android custom view to achieve subway display effect
This example shares the specific code of Android subway display board for your reference. The specific contents are as…… -
Implementation of secondary packaging of flutter Dio
catalog: EntityFactory: class EntityFactory { static T generateOBJ<T>(json) { if (json == null) { return …… -
Android custom clock effects
Recently, I've been busy. Self customization has always been a weakness. I've always wanted to play with the whole clo…… -
It is enough for windows to realize the construction and configuration of fluent environment
Recently, flutter officially entered the pit. First, I started from the environment construction. I read a lot of info……