Implementing a Sokoban Game in Android Studio

Implementing a Sokoban Game in Android Studio

1. Project Overview Sokoban is a very popular puzzle game. The gameplay is simple, but it requires players to have a certain level of logical thinking and spatial perception abilities, which is why it is loved by many players. In the game, players need to push boxes to designated locations, with each level having a … 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

Using Jetpack Security for Data Encryption: Official Android Recommendations

Using Jetpack Security for Data Encryption: Official Android Recommendations

Author: fundroid_Fang Zhuo Link: https://blog.csdn.net/vitaviva/article/details/104828195 What is Jetpack Security? Jetpack Security is the security component library released at Google I/O 2019. The Security library is simple and mainly includes two classes: EncryptedFile and EncryptedSharedPreferences, which are used to encrypt and decrypt the reading and writing of File and SharedPreferences respectively. Security requires a minimum SDK … 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

The Value and Implementation of Android Click Simulation Technology

The Value and Implementation of Android Click Simulation Technology

Related Reading: Awesome! Complete Source Code for 74 Apps! Interview Question Discussion: Execution Order When Return Statement is in Try Block Android Projects with Over 2k Stars on GitHub and Code Style Guide (Absolutely Valuable) Source: http://www.jianshu.com/p/d83b2caa5249 “Action!” Welcome to this large-scale practical tech show, “Xiaoming Tells Stories.” Hello everyone, I am Xiaoming! Today’s theme … Read more

How to Add the Jiangsu Development Conference Micro Website to Your Mobile Desktop

How to Add the Jiangsu Development Conference Micro Website to Your Mobile Desktop

Since the launch of the Jiangsu Development Conference official website, it has gained a lot of love and attention from Jiangsu people both at home and abroad. Many friends hope to learn more about the dynamics of their hometown through this platform. However, it is not convenient to access it on a computer all the … Read more

How to Add Weiyu Briefing TV Public Account to Your Phone Desktop

How to Add Weiyu Briefing TV Public Account to Your Phone Desktop

Dear fans: Do you also want to add your favorite public accounts to the home screen for easy access? Let me introduce how to do it. I am using a Huawei Honor 9 phone with an Android system, but other phones generally follow similar steps. Step 1: Click on the blue text 【Weiyu Briefing TV】 … Read more

Understanding the Differences Between Snapdragon 4, 6, 7, and 8 Series Processors

Understanding the Differences Between Snapdragon 4, 6, 7, and 8 Series Processors

Qualcomm‘s Snapdragon processors are one of the most common SoCs in the Android smartphone field. Samsung uses Snapdragon in its various market Galaxy S series, but these chips also power the vast majority of flagship Android phones on the market. However, Snapdragon chips are not only found in expensive flagship smartphones; there is a whole … Read more