Getting Started with Data Binding in Android Development

Getting Started with Data Binding in Android Development

Author: Mark Zhai Original: http://blog.zhaiyifan.cn/2016/06/16/android-new-project-from-0-p7/ Introduction Data Binding has been available since its release at last year’s Google I/O, and it has been nearly a year now. Over this year, from Beta to a more stable version, and from Android Studio 1.3 to the current 2.1.2, Data Binding has become a technology that is quite … Read more

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

Comprehensive Summary of Android Knowledge Points: Essential for Interviews

Comprehensive Summary of Android Knowledge Points: Essential for Interviews

Original link: https://github.com/GeniusVJR/LearningNotes/blob/master/Part1/Android/Android基础知识.md FrameLayout This layout is the simplest among the five layouts. Android does not control the arrangement of child views, and all controls in this layout will default to appear in the top left corner of the view. We can use <span>android:layout_margin</span>, <span>android:layout_gravity</span> and other attributes to control the position of child controls … Read more

Advanced Android View: Implementing a Custom Gesture Password Similar to Alipay

Advanced Android View: Implementing a Custom Gesture Password Similar to Alipay

Hot Article Preview | Click Title to Read Big news, Google finally takes action, moving closer to iOS? Android 9.0 will prohibit developers from using unofficial APIs Incredible! Complete source code for 74 apps! The truth learned after 10 years of work: I wish I had known earlier that positions matter more than now Source: … Read more

Advanced Custom View in Android: Mimicking the Blue Sky and White Cloud Scene of Moji Weather

Advanced Custom View in Android: Mimicking the Blue Sky and White Cloud Scene of Moji Weather

Related Articles: Google I/O 2017: Official Android Application Development Architecture Guide, with Demo and Official Documentation Awesome! Complete Source Code for 74 Apps! Kotlin for Android Development Official Documentation and Chinese eBook Resources, with Learning Videos Author: Exploding Girl Original URL: http://www.apkbus.com/myspaceblog-901466.html Introduction I have always been interested in the stunning scenes of Moji Weather, … Read more

Android Performance Optimization: Memory Management Techniques

Android Performance Optimization: Memory Management Techniques

Hot Articles | Click Title to Read How to Advance to Become a Java and Android Architect? Why Should We Prohibit HTTP Methods Other Than GET and POST? Why Do Internet Companies in Beijing Experience Rush Hour at 10 PM? Author: Overried Source: http://www.apkbus.com/blog-955864-78235.html Memory optimization is a basic skill for programmers. Sometimes, it is … Read more

Understanding Android’s WorkManager Architecture Component

Understanding Android's WorkManager Architecture Component

Hot Article Guide | Click the title to read Welcome to join the Java and Android architecture knowledge group An Alipay App surprisingly uses over 30 open-source software Awesome! 74 complete APP source codes! Author: snwr611 Link: https://juejin.im/post/5af4aa91f265da0b8d41f714 On May 8th, at the I/O conference, two new Architecture Component libraries were launched: Navigation and WorkManager. … Read more