Tag: android
Introduction to RxJava 2: Basic architecture and Usage Scenarios
December 6, 2023
by William Turner
No Comments
RxJava = Observable + Operator + Scheduler + Observer
Read More
Android PIN code input control
December 6, 2023
by Graham Curtis
No Comments
Support to change the background before, after, or entering of each EditText in PinView. Support to set the length of PIN code at any length....
Read More
· Zhou Guaner: Divide and rule, and sort
December 6, 2023
by Shane Stewart
No Comments
Divide and conquer is a strategy, an idea, and the idea of divide and conquer is used in many applications, including mapReduce for big data,...
Read More
Android 10 Servicemanager Startup Analysis part 2
December 6, 2023
by Nitya Raval
No Comments
Init starts the Servicemanager service in an Action whose Trigger is init. In this article we will look at the servicemanager service and what it...
Read More
StateListDrawable Initialization, drawing, setColorFilter description
December 6, 2023
by Gary Ingram
No Comments
If the item tag contains a drawable or id attribute, do not use it. If the retrieved state_*** is true, then the id of its...
Read More
Verify the Android Socket with HTTPS
December 6, 2023
by Amber Maldonado
No Comments
Android uses HTTPS frequently. Therefore, how to verify HTTPS certificates? The verification principle of HTTPS can be referred to an article I wrote before: "HTTPS...
Read More
【 -FlutterUnit major update -】 Summary of Flutter notes. Md
December 6, 2023
by Rasha Choudhury
No Comments
2. The Github API, the source of data about Flutter points, is very slow and possibly inaccessible due to network reasons. Interface 2. Data logic...
Read More
Android RecyclerView image waterfall flow
December 6, 2023
by Mary Baker
No Comments
1. Picture waterfall flow is now almost the most common app picture display way, this article introduces RecyclerView + Glide combined to achieve the effect...
Read More
Li Jump progression guide
December 6, 2023
by 唐佩珊
No Comments
Litiaotiao is an APP for advertising 😘. Minimalist design, fool operation, lazy cancer exclusive. No need to network, from the source to eliminate the possibility...
Read More
Jetpack Compose gets started to master
December 6, 2023
by Gregory Harris
No Comments
In Q1, the company listed a training plan, and some people as lecturers should report training topics. Coming off several Android projects, I saw The...
Read More
Cash back & Prize giving – Booklet free learning activity is over!
December 6, 2023
by 張詩涵
No Comments
Cash back & prizes, the free learning activity of gold digging pamphlet is over! Since March 25, "small book free learning" activities online, a total...
Read More
The Image Widget based on Flutter control
December 6, 2023
by Bridget Johnson
No Comments
1. Configure pubspec.yaml. 2
Read More
Qiniu player SDK notes
December 6, 2023
by Rachel Simpson
No Comments
Cause: test little brother mention knife to find, said apK upgrade 64-bit architecture after shooting video selection player crashed, a debugging, reported the following a...
Read More
Android Binder principle analysis
December 6, 2023
by Christopher White
No Comments
Binder is an in-depth topic. This article will not go into the bottom details of Binder, but will focus on its use and upper principles....
Read More
RecyclerView Rolling recycling and reuse mechanism
December 6, 2023
by Amber Hampton
No Comments
When it comes to RecyclerView, reuse is one of the things we can talk about. The built-in ViewHolder avoids the hassle of manually creating a...
Read More
Android learning – VAP source code
December 6, 2023
by Parinaaz Sheth
No Comments
1. VAP (Video Animation Player) is A Video Animation special effects SDK used in live broadcasting medium. It can re-realize A through OpenGL ES on...
Read More
Gson parse Json, fault tolerance is the key, give a few common examples!
December 6, 2023
by Stephanie Parks
No Comments
The simplest way is to use the @SerializedName annotation to configure multiple different JSON keys, or use @expose to configure some exceptions. More complex data...
Read More
Coroutine progression techniques – StateFlow and SharedFlow
December 6, 2023
by Millie Forbes-Todd
No Comments
Earlier in Learn-as-You-Go Android Jetpack-Paging 3, we talked about the pits we encountered because of state logging. Clicking on the crown button in the image...
Read More
Android event distribution foundation
December 6, 2023
by Martyn Williams
No Comments
The View class is the base class for all UI components in Android. An important subclass of View is ViewGroup, which is usually used as...
Read More
Packaging RecyclerView cannot be displayed in ScrollView
December 6, 2023
by Dr. Gregory Scott
No Comments
After Android5.0, in a limited window range, in order to display a large amount of data, we can use RecyclerView, which is similar to ListView,...
Read More
Baidu Map development – display real-time location information 04
December 6, 2023
by Patricia Meyer
No Comments
In the last article, you can see the default Baidu map, that means our operation is correct, there is no problem in applying the key...
Read More
Flutter&Windows application introduction to Flutter desktop
December 6, 2023
by Mary Roberts
No Comments
Create a Flutter project. It is recommended to create a Flutter project on the command line. Windows project to run Flutter 2. Several plug-ins for...
Read More
View event distribution
December 6, 2023
by 羅雅萍
No Comments
This article is based on a further understanding of the Art of Android Development, partly excerpted from the book. Why write this article? The <<Android...
Read More
How do you do screen adaptation when you only have one device
December 6, 2023
by Robert Wiley
No Comments
Copyright Notice: This account published articles are from the public account, Chengxiang Moying (cxmyDev), chengxiang Moying all rights reserved. Every week will be uniformly updated...
Read More
Android Jetpack update at a glance
December 6, 2023
by Aarav Sami
No Comments
Android Jetpack is a set of libraries, tools, and guidelines to help developers follow best practices, reduce template code, and write code that runs consistently...
Read More
Singleton mode of Flutter(able)
December 6, 2023
by 田雅萍
No Comments
By Yang Jiakang, CFUG community member, author of The Journey of Flutter Development from South to North, Xiaomi Engineer Singleton Design Pattern is very simple...
Read More
Android source graphics system request layout
December 6, 2023
by Kate Flood
No Comments
In the "Android source graphical system window add" section left ViewRootImpl class setView method call requestLayout() function analysis. Now move on to analyzing the flow....
Read More
TextView drawing process
December 6, 2023
by Yashvi Tella
No Comments
TextView is a text display UI control provided by Android. It is also the first Weight component familiar to Android developers. It can display text,...
Read More
Don’t let the introduction of SDKS and third-party libraries cause your app to be taken down!
December 6, 2023
by Aaryahi Keer
No Comments
Maybe your app is using some third party SDK or code base, after all "standing on the shoulders of giants" is much less time consuming...
Read More