Comprehensive Guide to Android Material Design Support Libraries

https://www.aswifter.com/2015/06/21/andorid-material-design-support-library/ The Android Material Design support library provides several new components. Here, we briefly introduce these components and how to use them. I am a fan of Material Design as it makes applications more consistent and cohesive, looks more beautiful, and is easier to use. Google I/O 2015 introduced some great new Android features, including … Read more

How to Speed Up Android Compilation Time?

(Click the blue text above to quickly follow us) For Android developers, as the project continues to grow, the compilation time for Android projects gradually increases. Sometimes, even adding a single line of code requires a long wait to see the expected results. Previously, there were relatively few tools to speed up Android compilation, among … Read more

Comprehensive Guide to Android UI Performance Optimization

Source: Cai Peipei (@Vince Cai Peipei) Link: androidtest.org/android-graphics-performance-pattens/ Related Reading: 10 Tips to Improve Android Performance [Essentials] New Season – Android Performance Optimization Model Android Performance Optimization (Must-Have for Interviews) Summary of Android Performance Analysis Tools The Most Comprehensive and Systematic Android UI Performance Optimization Materials The UI is the most critical part of an … Read more

Essential Android Performance Optimization Techniques

Related Articles: How to Keep Your App Running in the Background: Research on Android Process Protection and Alarm Background Termination Android Enhancements: Essential Skills for Senior Engineers! [Must-Read] 2017 is Here, The Most Comprehensive Interview Guide – These Android Interview Questions You Definitely Need Source: Sunzxyong http://blog.csdn.net/u010687392/article/details/50035061 Performance optimization is a vast topic, and I … Read more

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

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

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

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

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