Category: android
JNI exception can not find the implementation of native method
February 7, 2024
by 張怡安
No Comments
As it literally means, there is no implementation of this native method, and the headache is that this crash will only occur on one phone....
Read More
Flutter animation 5 – Flutter has built-in animation components
February 7, 2024
by 王雅玲
No Comments
In the previous articles we used the AnimationController, Animation and Tween elements of Flutter to animate our behavior. What if we just want to animate...
Read More
Android – Glide Using tutorial (1)
February 7, 2024
by Anvi Sahota
No Comments
Glide, like Picasso, can load and display images from multiple sources, while also balancing caching and maintaining a low memory consumption while doing image processing....
Read More
RecycleView sliding speed is controlled by the LinearSmoothScroller
February 7, 2024
by Jessica Holland
No Comments
First, demand generation background project development encountered a vertical rotation of a demand, think of Recycleview to achieve, through the timer set every 3s, slide...
Read More
TabLayout and ViewPager navigation under androidx, white background black text status bar
February 7, 2024
by 洪冠霖
No Comments
<androidx.viewpager.widget.</androidx.viewpager.widget.android:layout_height="0.android:alpha="0.<com.google.android.mat erial.tabs.</com.goo...
Read More
Design and development of a Flutter Plugin
February 7, 2024
by Ben Peterson
No Comments
In response to the needs of developers, we have launched the Agora Flutter SDK, which adds real-time audio and video capabilities to the Flutter App...
Read More
Android: Kotlin – Package – Control Flow – Return and jump – Basic syntax (3)
February 7, 2024
by Sandra Priest
No Comments
All contents of the source file, such as classes and functions, are included in the package declaration. So in the example above, the full name...
Read More
Gradle configuration during compilation and debugging of an Independent Git project in an Android project
February 7, 2024
by 徐柏翰
No Comments
For as-based development projects, specific functional modules are often extracted into independent libraries for management, and then uploaded to the Maven library for reference through...
Read More
Catch shrimps door! Debugging Android apps is surprisingly easy
February 7, 2024
by 馬柏翰
No Comments
"Catch shrimp household", drag racing drift special BGM, sometimes the music also indicates: drive. This section is not about driving, of course, but about debugging,...
Read More
Interviewer: How does Glide load GIFs?
February 7, 2024
by Adam Shields
No Comments
I recently read in a group that a question that came up in an interview was "How does Glide load GIFs?" , he said he...
Read More
OkHttp schema parsing
February 7, 2024
by Shelley O'Donnell
No Comments
Why use two? Since the Dispatcher default supports a maximum of 64 concurrent requests, a single Host can execute up to 5 concurrent requests. If...
Read More
HMS Core grows up with children to “wear” safe Children’s Day gifts
February 7, 2024
by Edward Goddard
No Comments
Children's Day is coming, more and more families begin to choose children's watches as gifts for their children. Various data show that both overseas and...
Read More
The simplest HTTP request library built using Coroutine + Retrofit
February 7, 2024
by Mr. Samuel Richardson
No Comments
Based on kotlin/coroutine/retrofit/jetpack, 100 lines of code, use super easy and comfortable to set the default retrofit factories and global error handler basic usage according...
Read More
HarmonyOS Practice – The margins and margins of components
February 7, 2024
by Akarsh Kota
No Comments
This is the sixth day that I participated in the August Text Challenge. The details of the activity are as follows: The position attribute of...
Read More
DialogFragment exploration and implementation
February 7, 2024
by 劉家瑜
No Comments
Ah, this damned title, and everyone cheated in, think is tall, in fact, just a small package, big guys don't spray. With the increase of...
Read More
Working on Android for 6 years, I finally made it to the top. With this advanced interview question, I went from 15K to 42K
February 7, 2024
by Angela Martinez
No Comments
The blogger graduated in 2015 and has been working on Android mobile applications for five and a half years now. I have been in Shenzhen...
Read More
Android UI System Workflow (II)
February 7, 2024
by Stephen Little
No Comments
2 Android UI system connected to: https://juejin.cn/post/7003652519666647070 we are into Jave layer analysis, ViewRootImpl as big housekeeper, the tree view
Read More
The Flutter picture component evolves along with texture resolution
February 7, 2024
by Taimur Vora
No Comments
Flutter already has the ability to load images. The Image component can load network images, local images, and file images. So why do we need...
Read More
Custom view-view drawing process
February 7, 2024
by Madison Johnson
No Comments
In daily development, the simple combination of views can not meet our needs. In order to achieve a more flexible and beautiful UI interface, we...
Read More
Self-study (4)- The layout of Flutter components
February 7, 2024
by 賈淑貞
No Comments
An elastic layout allows child components to allocate parent container space proportionally. The elastic layout of the Flutter is implemented through Flex and Expanded. Similar...
Read More
Flutter Study Notes — The foundation of Dart
February 7, 2024
by Anna Saunders-Baker
No Comments
1. The Dart String is a sequence of UTF-16 units. When assigning a string value, either single or double quotation marks can be used. 2....
Read More
Build the Flutter development framework step by step -WebView
February 7, 2024
by Miss Sara Welch
No Comments
I used to do iOS development, but later converted to React-Native, iOS WebView is ok, the latest WkWebView compatibility is ok. But when it comes...
Read More
Full explanation of Jetpack’s LifeCycle component usage
February 7, 2024
by Ritvik Sule
No Comments
LifeCycle is a component that can sense changes in the LifeCycle of the host. Common hosts include activities/fragments, Services, and applications. LifeCycl
Read More
An in-depth understanding of the Kotlin no-argument constructor
February 7, 2024
by Levi Adkins
No Comments
It is also common to create objects through reflection constructors. It's used in many frameworks. The Unsafe class creates an instance, which is very rare....
Read More
Android messaging -Java layer combing
February 7, 2024
by Mary Baker
No Comments
Binder mechanism and Message mechanism The Message system involves the core classes Handler, Looper, Message, MessageQueue Andr
Read More
ConstraintLayout
February 7, 2024
by Renee Nicholas
No Comments
ConstraintLayout ConstraintLayout is now the default layout in AndroidStudio, and is explained on the website to make it more flexible. This reduces nesting of layouts...
Read More
Lifecycle perceives Lifecycle
February 7, 2024
by Millie Porter
No Comments
Life cycle aware components can sense the life cycle of other components, such as activities and fragments, so that they can take actions when the...
Read More
Farewell to Android series AsyncTask design and implementation
February 7, 2024
by Tracey Manning
No Comments
In the process of development, a lot of information has been accumulated. I lost a lot in an accident before. Now I found some notes...
Read More
Android advanced Technology – An inside look at Android’s messaging mechanism
February 7, 2024
by Mark Martin
No Comments
As one of the most important mechanisms in Android, over the past decade, there have been numerous articles analyzing it, and a large number of...
Read More