包含标签:Android 的文章
-
Android custom letter navigation bar
This example shares the specific code of Android letter navigation bar for your reference. The specific contents are a…… -
Detailed explanation of Android using meituan multi-channel packaging scheme
How fragmented is the andorid channel market? It's more fragmented than Android. Are you still having a headache for m…… -
Detailed analysis of cold start optimization of Android performance
1. Preface App cold start is relatively slow, users need to wait a long time to click the desktop image, and the exper…… -
Sample code for integrating ijkplayer with Android studio
introduce Ijkplayer is a very popular open source video player, which is common to Android and IOS. There are many hol…… -
Android custom controls to achieve clock effect
When learning the chapter of Android group English custom controls, an example is to draw a clock. After realizing the…… -
Android uses soundpool to play sound effects
Usage scenario Soundpool is generally used to play dense, fast and short-lived sound effects, such as stunt sound effe…… -
Android dual surfaceview to achieve barrage effect
This example shares the specific code of Android dual surfaceview to realize the barrage effect for your reference. Th…… -
Android uses surfaceview + mediaplayer to play videos
There are two main ways to play video in Android: Surfaceview has been available since Android 1.0, which is very easy…… -
Android customized view to achieve topbar effect
This example shares the specific code of Android custom view implementing topbar for your reference. The specific cont…… -
Android implementation of music player lock screen page
This example shares the specific code of the lock screen page of Android music player for your reference. The specific…… -
Android implements the triangular border effect on one side of the picture
A triangle border view can be displayed on one side of each picture, which is our triangle label view. This view is co…… -
Android button beautification style implementation code
Don't say much, run the renderings on the Create a new button in the drawable folder_ drawable.xml <?xml version="1…… -
Android imitation wechat video suspended window effect
In the project, Tencent cloud audio and video that needs to be accessed can be displayed in the floating window, which…… -
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…… -
Specific use of object expressions and object declarations in kotlin
The main difference between kotlin's object expression and anonymous inner class in Java: anonymous inner class can on…… -
Android custom view implementation likes control
This example shares the specific code of Android like control for your reference. The specific contents are as follows…… -
Android 9.0 launcher3 removes the drawer display of all apps (detailed code)
design sketch Modification ideas 1. Add the global control variable sys.launcher3.is_ full_ App for dynamic switching …… -
Android implements universal filter bar
Today, I'm going to write the implementation of a general filter bar. It's also because the filter bar was used in man…… -
Android ultra clear 6.0 permission application andpermission
The specific implementation code of Android super clear 6.0 permission application andpermission is for your reference…… -
Android listener instance code
Code sharing: import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundl……