Comprehensive Guide to Android Material Design Support Libraries

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

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

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

Three Exciting Python Easter Eggs in micro:bit

Three Exciting Python Easter Eggs in micro:bit

In many software applications, developers like to hide some easter eggs for users to discover, bringing some fun. Similarly, there are three hidden easter eggs in the micro:bit Python programs that are very interesting, and everyone can give them a try. First, we need to download a Python program to the micro:bit. You can use … Read more

Getting Started with ESP32-C3: Development Environment Setup

Getting Started with ESP32-C3: Development Environment Setup

Getting Started with ESP32-C3: Development Environment Setup 1. Introduction 2. Setting Up the Development Environment 2.1 Downloading the ESP-IDF Environment 2.2 Compiling the Code 2.3 Programming and Verification 3. ESP32-C3 LED Analysis 4. Using WiFi Functionality 5. Conclusion 1. Introduction The ESP32-C3 uses a chip based on the RISC-V architecture, which is currently focused on … Read more

A 20-Year Review of Embedded Systems Development

A 20-Year Review of Embedded Systems Development

Just like in any field of development, the development of embedded systems is like the ocean: the deep ocean currents are relatively stable, while beneath the seemingly calm surface, there may be raging undercurrents. Risking being submerged, I want to express that the foundation of today’s embedded systems development is basically akin to how engineers … Read more

Introduction to VxWorks 7 Technology

Introduction to VxWorks 7 Technology

VxWorks 7 is the next generation embedded real-time operating system, featuring a completely new architecture design, flexible component configuration, high reliability and security, and a rich set of third-party software packages, greatly facilitating user development and usage. This article provides a brief record of the features of VxWorks 7. VxWorks 7 Platform and Configuration The … Read more

Getting FreeRTOS Running on Your Board

Getting FreeRTOS Running on Your Board

Ⅰ Introduction To satisfy everyone’s curiosity, this article will describe several steps to get the FreeRTOS system running directly on the chip. Many details in the source code will be presented in the next article. A demo project that can be run directly will also be provided for everyone to modify and test conveniently. Why … Read more