🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!
-
Updated
Aug 10, 2025 - Kotlin
🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!
Dispatcher is a simple and flexible work scheduler that schedulers work on a background or UI thread correctly in the form of Dispatch using the android.os.Handler class.
Dispatch queue is an ultra-high performance queue extending Android message queue. Similar to the coroutine, it supports synchronous return and asynchronous execution. It can wrap the main thread and schedule flexibly
This is repository of http://androidcode.pl blog Background processing / threading section. It shows usage of chosen Android API classes in purpose to achieve background task processing.
Make a spaceship war game that implements ImageView, Thread, and Sensor on Android
Android app project, showing knowledge fun fact.
An android application that provides group communication and one to one communication with end to end encryption and decryption on both users ends hence provides secure commincation.
This project is a proof of concept that demonstrates a chat communication system between a sender and a receiver using Android's Messenger, Handlers, and Loopers. Both the sender and receiver utilize these concepts in different ways to achieve reactive communication.
Android Network Connection.
🧬 This repository describes how to use a handler thread to publish data from non UI thread to Android main thread.
This application allows Rangers to track wildlife sightings in the area.
Add a description, image, and links to the handlerthread topic page so that developers can more easily learn about it.
To associate your repository with the handlerthread topic, visit your repo's landing page and select "manage topics."