Enhancing Work Efficiency with Outstanding Android Open Source Projects

Enhancing Work Efficiency with Outstanding Android Open Source Projects

❝ I recently watched a live stream by Liu Wangshu on a video platform. One sentence left a deep impression on me: “Stop working on UI, there’s no future in it.” I agree with him 99%, leaving 1% for those who can stand out in the Android UI field. In the early stages of Android … Read more

Understanding Android Garbage Collection and Memory Leaks

Understanding Android Garbage Collection and Memory Leaks

(Click the public account above to quickly follow) Source: BlackSwift http://www.jianshu.com/p/8c6cf3d7a98a If you have good articles to submit, please click → here to learn more Android system runs on the Java virtual machine, and as an embedded device, memory is often very limited. Understanding the garbage collection mechanism of Android can effectively prevent memory leak … Read more

Top Open Source Android Libraries of 2016

Top Open Source Android Libraries of 2016

Related Articles: Comprehensive List of Popular Android Frameworks Essential Android Interview Questions You Must Know for 2017 Awesome! 74 Complete APP Source Codes! 1. Dependency Injection (DI) Reduce repetitive initialization, event binding, and other tedious work through dependency injection. 1. AndroidAnnotations (Code Diet) Fast Development Framework for Android Project link: https://github.com/excilys/androidannotations Documentation: https://github.com/excilys/androidannotations/wiki Official website: … Read more

Exploring Android Architecture Components: Official Framework Release

Exploring Android Architecture Components: Official Framework Release

Related Articles: Elegant Kotlin Development for Android Applications with Demo A Comprehensive Guide to Kotlin with Excellent Open Source Kotlin Android Projects and Videos Kotlin Learning Resources with Exclusive Learning Videos The Google IO conference is ongoing, and the biggest news for Android is the recognition of Android O and Kotlin by the official team. … Read more

Android 8.1 Compatibility Guidelines and Common Issues for Developers

Android 8.1 Compatibility Guidelines and Common Issues for Developers

Hot Articles | Click the title to read Learn how to develop a practical complete Android App, source code included Awesome! Complete source codes for 74 apps! A 300,000 annual salary Android interview guide, with answers Source: OPPO Developer Platform (ID:OPPOMOBILEOPEN) According to Android Central, Google updated its article on the Android developer blog, introducing … Read more

Empowering Doctors: The Journey of a Medical Maker

Empowering Doctors: The Journey of a Medical Maker

“This week at the Open Night, we invited a professional electronic enthusiast, Si Jian, to share his maker projects in the Mushroom Cloud live broadcast room.” Si Jian is a doctor by profession, who started his maker journey from scratch due to his passion for electronic maker products. He has been sharing his learning experiences … Read more

Mastering ESP32: 12 Essential Tutorials Completed, Next Up is Advanced Tutorials

Mastering ESP32: 12 Essential Tutorials Completed, Next Up is Advanced Tutorials

Author: Xiao Yu, Layout: Xiao Yu WeChat Official Account: Chip Home (ID: chiphome-dy) Hello everyone, recently updated the series of tutorials on ESP32, a total of 12 articles covering the introduction of commonly used peripherals of ESP32, the basic tutorials have been completed, and next, there will be more WiFi, Bluetooth, screens, and sensors and … Read more

Exploring the ESP32: A Powerful Chip for Developers

Exploring the ESP32: A Powerful Chip for Developers

Recently, I have seen an increasing amount of technical content about the ESP32. I have also written many articles about the ESP32. Compared to domestic developers, “of course, many domestic developers spend their time working overtime and do not have much time to deal with these“, many tech enthusiasts abroad love to use the ESP32 … Read more

Getting Started with ESP32 Development

Getting Started with ESP32 Development

Previously, I shared about the ESP8266, and someone commented to try the ESP32. So I bought a few of them back, and of course, I thought about playing with everyone. Let me introduce this development board. Development board GitHub project link: https://github.com/Xinyuan-LilyGO/T-QT Download the repository code to local: We can develop ESP32S3 using both ESP-IDF … Read more

Lightweight Framework for Embedded Systems

Lightweight Framework for Embedded Systems

Source | Network Today, I will share an open-source lightweight framework designed specifically for embedded systems. Introduction to mr-library MR framework is a lightweight framework designed specifically for embedded systems, taking into full consideration the resource and performance requirements of embedded systems. By providing standardized device management interfaces, it greatly simplifies the difficulty of developing … Read more