包含标签:Android 的文章
-
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…… -
Android studio uses mocklocation for virtual location
First, you need to add the "get simulation location information" permission in the androidmanifest.xml file. <uses-…… -
Android custom timebutton implementation countdown button
The project needs to implement a button with countdown function. Its effect is similar to the function of displaying c…… -
Listen for sliding events in the flitter
At the mobile end, the original pointer event model of each platform or UI system is basically the same, that is, a co…… -
Android enables frequent playback of small audio
We are familiar with playing multimedia files (music and video) in Android using mediaplayer, but now let's talk about…… -
Android implementation options menu submenu
Android options menu and submenu learning notes for your reference. The specific contents are as follows Menu introduc…… -
Detailed explanation of the basic use of layer list in Android
Using layer list, multiple drawables can be stacked together in order. By default, drawables in all items will be auto…… -
Android custom components implement meter counting panel
A few days ago, when developing the company's project, there was a place to make a score dashboard and score according…… -
Android Q (10) partition storage perfect adaptation method
preface Recently, I have been doing the adaptation of Android Q. as of today, the adaptation of Android Q partition st…… -
Android realizes up, down, left and right sliding interface layout
This example shares the specific code of Android to realize the sliding interface layout for your reference. The speci…… -
Android implements the gradient effect of shape attribute
1. Gradient 【1】 < gradient > is used to define gradient colors. You can define two-color gradient, three-color…… -
Recyclerview realizes the function of single and multiple selection of streaming tags
Introduction to recyclerview Recyclerview is a more powerful control for Android. It can not only achieve the same eff…… -
Android custom example code to shorten toast display time
My main purpose is to shorten the toast display time. If you want to extend the time, you can change it yourself No mo…… -
Android custom spherical water ripple belt arc progress effect (example code)
demand As follows, a circular water ripple with progress is realized. Two layers of water ripple need to be displayed …… -
Bullet shooting based on sceneform (drawing bullet trajectory)
Bullet shooting based on sceneform (drawing bullet trajectory) The sceneform framework is very powerful. When you don'…… -
Implementation of detection of external keyboard in Android
Today came a problem: the soft keyboard can't pop up. After analysis, because the system judges that there is an exter…… -
Implementation code of Android countdown function
I haven't blogged for a long time. At the end of the year, I summarized some technical problems encountered in the nex…… -
Implementation of routing and navigation developed by fluent
If the basic unit that constitutes a view element is a component, the basic unit that constitutes an application is a …… -
Replace IMEI of Android Q adapter with Android_ id
Front work: Upgrade the project configuration to the corresponding version 29 Permission prompt interface after upgrad…… -
Android development face recognition login function
Recently, many company apps have realized the function of face recognition login. Today, yinpeng took you to do this f…… -
Android customized listview realizes QQ space interface (including pictures, videos, likes, comments and forwarding functions)
The front-end time just needs to do a community sharing function similar to QQ space. The content includes text (topic……