Android
-
Route jump and data transfer in the flutter learning tutorial
preface We know that mobile application page Jump is a very important part. Almost all our programs deal with users is…… -
Android programming to achieve automatic animation playback function
This paper gives an example of Android programming to realize the automatic playback function of animation. Share with…… -
Implementation of fluent rolling monitoring and actual combat AppBar rolling gradient
introduce Scrolling monitoring in fluent can generally be implemented in two ways: scrollcontroller and notificationli…… -
Android imitation QQ grouping to achieve secondary menu display
This example shares the specific code of Android imitation QQ grouping to realize the secondary menu display for your …… -
Method for Android to obtain the first frame of video as thumbnail
Today, let's talk about how to get the first frame of a video file in Android and display it on the interface as a thu…… -
Method for Android programming to realize transparent background of activity dialog
This paper describes the method of Android programming to realize the transparent background of activity dialog. Share…… -
How Android mediaplayer plays audio
It mainly introduces how to play audio with mediaplayer. For the basic knowledge of mediaplayer, such as status, pleas…… -
Android tiktok list effect
This article tiktok for example, we share the Android code for the list of imitation shaking sounds, for your referenc…… -
Viewflipper to achieve text rotation effect
Viewflipper realizes text rotation (imitating Taobao headlines and vertical scrolling advertisements) for your referen…… -
Detailed explanation of Android monitoring network status method
Detailed explanation of Android monitoring network status method 1、 Join network permission To obtain network informa…… -
Android realizes flashlight function through LED
This example shares the specific code for Android to realize the flashlight function through LED for your reference. T…… -
Implementation code of Android alliance third-party login and sharing
preface Recently, the project once again needs to integrate the three-party login and sharing of Youmeng, which has no…… -
Detailed explanation of Android digital selector numberpicker
The digital selector numberpicker is a control introduced after Android 3.0. It is commonly used. For example, the ala…… -
Implement okhttp in Android to download files with a progress bar
Okhttp is a popular network framework. It supports synchronous and asynchronous requests, supports caching, can be int…… -
Android imitation keep sports rest countdown circular control
Imitation keep exercise rest countdown control for your reference. The specific contents are as follows Source code Th…… -
Android: exported = true usage details
Introduction to Android related attributes: Android: exported = true For example: <activity android:exported="true"…… -
Android customized viewflipper for scrolling effect
The example of this article is to share the custom view, which is similar to Baidu mobile assistant and the scrolling …… -
Summary of Android actionbaractivity setting full screen Untitled
Summary of Android actionbaractivity setting full screen Untitled The new activity inherits from actionbaractivity. It…… -
Detailed explanation of the required contents in the SDK folder in the Android development environment
The following SDK contents can be found at the website https://www.androiddevtools.cn/ Download the corresponding pack…… -
The kotlin type system is so simple
Quote In the process of learning kotlin, I was curious about kotlin's type system. Does kotlin have a common base clas…… -
Explain in detail the steps of recording and playing audio in Android Development (obtaining permissions dynamically)
Steps: Configure permissions: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.wor…… -
Android uses scroller to implement an upward sliding bottom navigation bar
I waited quietly for 5 minutes and didn't know how to write my first article. I want to study hard every time. I have …… -
Android countdown control splash interface automatically jumps in 5 seconds
Now many app home pages have a countdown control, such as 3 seconds or 5 seconds to automatically jump to the interfac…… -
Detailed steps of Android multi-channel packaging
1. What is multi-channel packaging There may be different statistical requirements in different application markets. I…… -
Android breath button imitating Google now effect
The breath button was the first one that I came into contact with the need to add animation effects to the view. I jus…… -
Android implements the multi select and select all functions of listview control
This article describes how Android implements the multi select and select all functions of listview control. Share wit…… -
Recycleview for Android automatic polling
Demand: similar to hospitals or shopping malls, large screen infinite rotation of items (advertising words / advertisi…… -
Android listview list implementation countdown
This example shares the specific code of Android listview list countdown for your reference. The specific contents are…… -
Android realizes the floating window function
preface Most of us can see the suspension window in two cases, one is the suspension window during video call, and the…… -
Implementation process of irregular navigation at the bottom of fluent
preface This article mainly introduces the contents related to the implementation of irregular navigation at the botto…… -
Talk about exceptions and handling methods in rxjava2
preface As we all know, when an exception is thrown in a chain call in rxjava2, if there is no corresponding consumer …… -
Android to achieve long picture loading effect
A key class bitmapregiondoder is used for long graph loading. Bitmap memory reuse is used for long graph loading. For ……