Exporting System Signatures from AOSP/LineageOS to Android Studio

Exporting System Signatures from AOSP/LineageOS to Android Studio

Background: When developing framework or system applications, the term “system signature” is quite familiar, as it allows for higher permissions than ordinary third-party applications, enabling the successful invocation of many core functions. Therefore, during system application development, it is often necessary to sign the APK accordingly. But how exactly can one sign system applications? Generally, … Read more

50 Essential Android Studio Tips and Resources for Developers

50 Essential Android Studio Tips and Resources for Developers

This article lists some tips and resources for improving overall efficiency in Android Studio. There are clearly too many resources in this area, but for the sake of conciseness, I have limited it to 50. I hope you enjoy! Visual Effects 1. Material Color Theme for Android Logcat. To change the Logcat in Android Studio, … Read more

How to Free Up Disk Space in Android Studio

How to Free Up Disk Space in Android Studio

Hot Articles | Click Title to Read How to Level Up and Find a Suitable Job in the Job-Hopping Season of September and October? Real and Reliable: Baidu’s Job Levels, T Series, Salaries, and Promotion Rules My Ten Years of Technical Insights at Alibaba Is your disk space running low after using Android Studio for … Read more

Android Shortcuts: Create Custom Home Screen Shortcuts

Android Shortcuts: Create Custom Home Screen Shortcuts

/ Author Introduction / This article is contributed by Xiaweizi, sharing the development of desktop shortcuts, which I believe will be helpful to everyone! Thanks to the author for the wonderful article. Xiaweizi’s blog address: http://xiaweizi.cn/ / Introduction / The Shortcuts feature was introduced with Android 7.1 Nougat, mainly aimed at allowing users to define … Read more

Vdex Extractor: Decompiling and Extracting Android Dex Bytecode

Vdex Extractor: Decompiling and Extracting Android Dex Bytecode

Vdex Extractor A command-line tool for decompiling and extracting Android Dex bytecode from Vdex files. Compilation Clone this repository If you want to cross-compile for Android devices, install the Android NDK make.sh calls the bash script with the required build targets $ ./make.sh – If CC is not defined from env, gcc is used by … Read more

How to Call Hidden System APIs Without Reflection in Android Studio

How to Call Hidden System APIs Without Reflection in Android Studio

Related Articles: Awesome! Complete Source Code for 74 Apps! Two Open Source Android Apps, including Backend, Ready to Use: Daily Fun/ Android Cool Music Player Android MVP Plugin, One-Click Complete MVP Structure Code Writing Author: Why is Hex’s Nickname on JianShu: http://www.jianshu.com/u/0c6ff6654a6c During development, sometimes it is necessary to use non-public APIs. In the past, … Read more

Everything You Need to Know About Android Studio 4.1

Everything You Need to Know About Android Studio 4.1

Author丨Zhang Ke Address丨https://blog.csdn.net/u013872857/article/details/109045686 Android Studio 4.1 has been released, fixing a total of 2370 bugs and 275 issues. The main new features include: Design Material Design component library updates Development Database Inspector feature Run the emulator directly in Android Studio Dagger navigation support Use TensorFlow Lite models Build and Testing Android emulator supports foldable screens … Read more

Embrace SVG: Struggling with Image Adaptation in Android?

Embrace SVG: Struggling with Image Adaptation in Android?

Introduction Whether you are a seasoned Android developer or a newbie, there is one thing that everyone despises: image adaptation (especially when the design team is lacking)! Why do Android phones have so many different resolutions? Why does my image display perfectly on one phone according to the design specifications, but looks distorted on another? … Read more

Google’s Official Plugin-Based Solution – Analyzing Android App Bundles

Google's Official Plugin-Based Solution - Analyzing Android App Bundles

Hot Article Guide | Click Title to Read How to Advance in Job Switching Season in September and October? What Are the Weirdest Requirements Encountered as a Programmer? Interview Journey in August 2018: 6 Days, 21 Companies Author: *Jiawei Source: https://zhuanlan.zhihu.com/p/36902641 Android App Bundles Android App Bundles (hereinafter referred to as AAB) is a new … Read more

Kotlin for Android Development: Official Documentation and Resources

Kotlin for Android Development: Official Documentation and Resources

Related Reading: Google I/O 2017: Official Android Application Development Architecture Guide, with Demo and Official Documentation Amazing! 74 Complete APP Source Codes! Kotlin Learning Resources, with Learning Videos First Release (more Chinese learning materials and videos at the end of the article) Recommended book by a foreign author: Kotlin for Android Developers, the Chinese version … Read more