The Correct Approach to Android App Persistence: Avoiding the Trap of Endless Persistence Requirements

The Correct Approach to Android App Persistence: Avoiding the Trap of Endless Persistence Requirements

Before we begin, let me briefly introduce some previous "black technologies": About 6 years ago, a library called MarsDaemon appeared on Github, which achieved persistence through a dual-process guardian approach, becoming quite popular for a time. However, this was short-lived, as it became obsolete with the arrival of Android 8.0. In the last two years, … Read more

Implementing Global Floating Window in Android with AccessibilityService

Implementing Global Floating Window in Android with AccessibilityService

This article is authorized by Afterschool Kids to be posted on the author’s blog: https://www.jianshu.com/p/b3bd935f8380 Effect picture at the top Introduction Recently, I am working on a large-screen Android project, a 70-inch full-touch screen, developed based on Android 5.0 AOSP, blocking the three major virtual keys, so I need to fix the sidebar on both … Read more

Building an Endless Running Android Service

Building an Endless Running Android Service

Hacker Techniques Click on the right to follow and learn about the world of hackers! JavaDevelopment Advancement Click on the right to master the path of advancement! Python Development Click on the right to discuss technical topics! Author丨Happy Developer World Source丨Android Bus Android Developer Portal Link: http://www.apkbus.com/blog-989692-81330.html These days I have been trying to find … Read more