Practical Tips for Android Studio

Practical Tips for Android Studio

2018 Android Bus Global Developer Forum-Chengdu Station The Android Bus Global Developer Forum Chengdu Station is about to start! Introduction I believe there are probably more articles introducing Android Studio shortcuts and usage tips than there are of us programmers, so having one more or one less doesn’t matter. Here are some shortcuts I use … Read more

OBOO ZC-3588A Android Octa-Core Touchscreen Motherboard Specs

OBOO ZC-3588A Android Octa-Core Touchscreen Motherboard Specs

The OBOO brand offers a series of indoor/outdoor interactive touchscreen query all-in-one machines, information display screens, AI touch screens, and network LCD advertising screens that all utilize the flagship ZC-3588A industrial control motherboard. The core of the OBOO display terminal, the ZC-3588A, adopts the latest generation of Rockchip’s flagship industrial-grade octa-core processor, which shows significant … Read more

How to Use APK Signature Files on Rockchip Android Boards

How to Use APK Signature Files on Rockchip Android Boards

This article introduces the usage of APK signature files on the Rockchip Android system,Touch Intelligent EVB3588 Development Board demonstration, equipped with the Rockchip RK3588 chip, all kinds of interfaces are complete, helping enterprises improve product development efficiency, shorten time to market, reduce costs and design risks. System Signature File To generate APK system signature files, … Read more

RK3188 Network HD Decoder Board Customization

RK3188 Network HD Decoder Board Customization

1. Product Overview The RK3188 board is a network HD decoder board based on the Android 5.1 operating system, featuring small size, high performance, low power consumption, and low cost, with functions such as video playback and advertisement publishing.RK3188 board supports 1080P full HD playback, supports LVDS/EDP point screen, supports HDMI output, supports USB 3G … Read more

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