包含标签:Android 的文章
-
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…… -
Using kotlin synergy to improve app performance
Coroutine is a concurrent design pattern that you can use on Android to simplify asynchronously executed code. Kotlin …… -
Android clock effect
This example shares the specific code of Android clock effect for your reference. The specific contents are as follows…… -
Android enables Bluetooth devices to detect connections
Both WiFi and 4G networks access Internet resources after establishing a network connection, and can not directly acce…… -
Using fluent to implement a walking lantern layout example code
The riding light is a common effect. This article talks about how to use pageview to realize a riding light in fluent.…… -
Android uses recyclerview to implement voting system
This example shares the specific code of Android voting system for your reference. The specific contents are as follow…… -
Android recyclerview realizes the effects of suspended ceiling, separation line and bottom prompt
All the effects in this article are realized through itemdecoration, which can be decoupled from the business, making …… -
Customized implementation of baseadapter for Android (general adapter 3)
In the previous article, we said that if there are many controls in SetData, we still need to write a lot of code in t…… -
Android shape properties create a circular progress bar
1. Achieve results 2. Implementation code: [1] shape_ Drawable.xml file <?xml version="1.0" encoding="utf-8"?> &…… -
Android custom view to achieve bullet screen effect
There are bullet screen functions in many live videos, but there are no simple and easy-to-use bullet screen controls …… -
Example code of long press photo pop-up right-click menu function in Android
Scene Effect Note: realization Change the layout to LinearLayout and set it as a vertical layout through Android: orie……