Android Go: The Solution for Low-End Devices

Android Go: The Solution for Low-End Devices

For many Android devices with low specifications, the performance and smoothness of the system have always been a pain point. Despite the significant overall improvement in specifications of Android devices over the past two years, this also means the accelerated elimination of older models. A few days ago, at the Google I/O developer conference, Google … Read more

Comprehensive Summary of Unofficial LineageOS 19.1 Support

Comprehensive Summary of Unofficial LineageOS 19.1 Support

Please star this post, otherwise you really won’t see the public account push notifications. Compilation | LineageOS This week, several new models have gained official/unofficial support for LineageOS. Come and see if your model is included. Unofficial versions may not be very stable, please proceed with caution!!! Data is priceless. Google Nexus 7 (2013) The … Read more

Exploring Android 13: Features and Installation Methods

Exploring Android 13: Features and Installation Methods

Request for stars, otherwise you really can’t see public account pushes. WeChat Official Account | lineageos Google’s annual I/O conference will be held from May 11 to 12, 2022, at the coastline open-air theater with live and online broadcasts. As usual, the official version of Android 13 should be released along with some of Google’s … Read more

Latest Developments in Android Studio 4.0: Amazing New Features!

Latest Developments in Android Studio 4.0: Amazing New Features!

Author:wanbo Address:https://juejin.im/post/5db8cee351882557134d0411 The new Android Studio 4.0 features a completely revamped startup interface. Today, at Google I/O, the official beta version of Android Studio 3.5 was released, followed by the beta version of Android Studio 3.6 a month later. Recently, at the Android Dev Summit, we were introduced to the preview version of Android Studio … Read more

Minecraft (Android) Bedrock Edition Guide (1.2—1.19)

Minecraft (Android) Bedrock Edition Guide (1.2—1.19)

Before using the version library, please read: Minecraft Version Library User Guide Minecraft Version Library Instructions Note: 1. The items in parentheses, which do not contain “≈”, are official themes, while those that contain “≈” are themes summarized by the Minecraft International Edition public account. 2. Only official versions are provided, unstable Beta versions are … Read more

A Comprehensive Guide to Compiling Android 10 Kernel

A Comprehensive Guide to Compiling Android 10 Kernel

Environment Configuration Download Kernel Source Code Normally, you should be able to find the kernel for Pixel 4 at https://source.android.com/setup/building-kernels. Pixel 4 (flame) device/google/coral-kernel android-msm-coral-4.14-android13 However, there is a pitfall for newbies here; the official site only provides the kernel for android 13. Where is the android 10 kernel we want to compile? (I fell … Read more

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

A Comprehensive Guide to Android Root Detection and Bypass

A Comprehensive Guide to Android Root Detection and Bypass

0x01 Introduction Android is based on the Linux multi-user access control mechanism. By default, applications cannot execute other applications, including reading and writing users’ private data. The process of an application is a secure sandbox (running the application in a restricted security environment, with all changes in the sandbox having no harm to the operating … Read more

Creating a One-Stroke Drawing Game in Android Studio

Creating a One-Stroke Drawing Game in Android Studio

1. Project Overview Android One-Stroke Drawing is a puzzle game where players need to start from a point and connect all the squares in the shape with a continuous line without retracing any connected segments. The game homepage features a regular mode, a random mode, and a settings entry. The regular mode includes 8 major … Read more