包含标签:Android 的文章
-
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…… -
Android implements the bottom translucent pop-up box popupwindow effect
The translucent pop-up window at the bottom of Android is for your reference. The specific contents are as follows Lay…… -
Detailed explanation of Android gradle Development Guide
About gradle Gradle is an excellent build system and build tool that allows you to create custom build logic through p…… -
Android custom ring countdown control
This example shares the specific code of Android custom ring countdown control for your reference. The specific conten…… -
How to realize context free jump in fluent
Background introduction Navigator.of(context).push(MaterialPageRoute(builder: (context){ return DemoPage(); })); …… -
Verticalbannerview imitates Taobao headlines to realize vertical rotation advertising
Verticalbannerview is a custom control that imitates the rotation headlines on the home page of Taobao app. characteri…… -
Detailed explanation of shape usage in Android
Shapedrawable is a very common drawable, which can be understood as a figure constructed by color. It can be either a …… -
Two methods for Android to obtain USB permissions
Recently, I have encountered several USB modules adapted for use on Android platform, so I need to use USB permission …… -
Solution to the Caton problem in the countdown of Android sale list
In the development of Android, we often encounter the countdown operation, which is usually completed by the joint ope…… -
How to achieve some special effects for the switch of the fluent interface
background We know that if you switch directly between pages, it will be stiff, make users feel very abrupt, and the u…… -
Android implements simple left slide delete control
This article shares a simple Android left slide delete control for your reference. The specific contents are as follow…… -
Example code of Android bsearchedit search result selection box
EditText search results drop-down @ r_378_2419 @, auto or callback mode, DIY, easy to use GitHub address YangsBryant/B…… -
Android universal custom shadow control instance code
Directory introduction 01. What are the implementation methods of shadow effect What are the implementation methods of…… -
Android implements immersive status bar function
Android implements the function of immersive status bar for your reference. The specific contents are as follows 1. Th…… -
Android OpenGLES how to add filters to the camera
Filter introduction At present, there are many filters on the market, but the overall classification is just a few, wh…… -
Android shape for shadow or blurred edge effects
1. How to achieve shadow or blurred edge effect: 2. It is realized through shape, specifically through layer list mult……
