包含标签:Android 的文章
-
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…… -
Android requestfocus details and examples
Android requestfocus details and examples Use of requestfocus In one sentence: < requestfocus / >: the tag is us…… -
Android uses urlconnection to download audio files
Use mediaplayer to play online audio, please refer to Android mediaplayer to play audio Sometimes we need to download …… -
Android custom circular countdown display control
This example shares the specific code of Android custom circular countdown display control for your reference. The spe…… -
Android realizes the function of remembering passwords
This example shares the specific code for Android to realize the function of remembering passwords for your reference.…… -
Use of deprecated and suppress annotations in kotlin basic learning
preface In Java, some methods are usually annotated, but many annotations have no problems in Java code. If you switch…… -
Android uses shape to make components present special effects
This article illustrates how Android uses shape to make components present special effects. Share with you for your re…… -
Android implements the item countdown function
The Internet has become a flood of such functions, but recently encountered such a demand, it is still worth learning …… -
Android implements the main interface of the bottom navigation bar
In mainstream apps, the main interface of the application is a navigation bar with multiple tabs at the bottom. Click …… -
Android WiFi Hotspot Development example code
I wrote the content of Android connecting to anonymous WiFi last time. WiFi development is a relatively small knowledg…… -
Android detection keyboard shows or hides the implementation code of the keyboard
Android method for detecting whether the keyboard is displayed and hidden~~ There are many articles on keyboard hiding…… -
Android uses mediacodec to encode the video captured by the camera into H264
In this article, an example is shared. Android uses mediacodec to encode the video collected by the camera into H264 f…… -
Solution to version conflict of com.android.support
What if the versions of support packages of different modules in the project conflict? Just copy the following code to…… -
Double colon in kotlin: Usage
The double colon operator in kotlin means to pass a method as a parameter to another method for use. Generally speakin…… -
How to adapt the dark mode to the shutter (darkmode)
1. Talk nonsense I don't know what to write. I wanted to write the integration test of flutter. Because I gave it to f…… -
Implementation code of textfield component of fluent input box
TextField As the name suggests, the text input box is similar to uitextfield in IOS, EditText in Android and textinput…… -
Android’s use of okhttp may trigger a point of oom
There is a problem: you need to add signature verification to all requests to prevent brushing the interface; The inco…… -
Fluent can realize the effect of circular rotation
design sketch New adpicturewidget inherits from statefulwidget_ Adpicturewidgetstate class inherits from state < ad…… -
Android uses mediaplayer and TextureView to achieve seamless video switching
Requirement description For example, when advertising plays, each video lasts 15 seconds. When switching between video……