Ultimate Guide to Using Android Studio

Ultimate Guide to Using Android Studio

Source: Focus on APP Development – JianShu Link: www.jianshu.com/p/7d9f91e86989 Introduction Development Tool: Android Studio 2.1.2 (Mac version) Development Environment: OS X EI Capitan Version 10.11.5 1. Common Shortcuts There are many shortcuts introduced online, I will only write a few that I often use: Ctrl+R to run APP, Ctrl+Alt(Option)+O to remove unused jar packages, Alt(Option)+Command+L … Read more

Latest Developments in Android Studio 4.0: Amazing New Features!

Latest Developments in Android Studio 4.0: Amazing New Features!

Author:wanbo Address:https://juejin.im/post/5db8cee351882557134d0411 The new Android Studio 4.0 features a completely revamped startup interface. Today, at Google I/O, the official beta version of Android Studio 3.5 was released, followed by the beta version of Android Studio 3.6 a month later. Recently, at the Android Dev Summit, we were introduced to the preview version of Android Studio … Read more

The Strength of FPGA Technology in China: An In-Depth Analysis

The Strength of FPGA Technology in China: An In-Depth Analysis

Every successful innovation has gone through a difficult journey from its inception to its growth, and FPGA is no exception. As a high-tech innovation, since the first FPGA was born in Japan by Seiko, it has exploded in the 1990s. Not only the FPGA giants in Europe and America like Xilinx, Altera, and Lattice, but … Read more

The Future of Embedded Training: Insights from Wei Dongshan

The Future of Embedded Training: Insights from Wei Dongshan

During the weekend, I had a chat with Teacher Wei. Our conversation summarized several questions, hoping that students learning embedded systems can gain some understanding of the embedded training industry through these questions. There are many ways to make money; first, be a good person, then do good things, and keep moving forward. When I … Read more

Embedded Software and Hardware Development: The Importance of Quality Documentation

Embedded Software and Hardware Development: The Importance of Quality Documentation

I am Lao Wen, an embedded engineer who loves learning. Follow me to become better together! In the previous article, we had a preliminary understanding of the data framework for the Feilin OK3588-C development kit. For the content of the previous article, you can click here: The performance of embedded ARM chips is getting more … Read more

Comprehensive List of C# Open Source Projects Worth Collecting

Comprehensive List of C# Open Source Projects Worth Collecting

Business Collaboration and Project Management Platform – TeamLab Online Video Conference Software – VMukti Workflow Engine – ccflow [Free] Regular Expression Testing Tool – Regex-Tester Windows Phone 7 SDK Excel Read/Write Component – ExcelLibrary .NET Integrated Development Environment – MonoDevelop Softswitch – FreeSWITCH Open Source Operating System – Cosmos Tank Robot Battle Simulation Engine – … Read more

A Comprehensive Guide to Compiling Android 10 Kernel

A Comprehensive Guide to Compiling Android 10 Kernel

Environment Configuration Download Kernel Source Code Normally, you should be able to find the kernel for Pixel 4 at https://source.android.com/setup/building-kernels. Pixel 4 (flame) device/google/coral-kernel android-msm-coral-4.14-android13 However, there is a pitfall for newbies here; the official site only provides the kernel for android 13. Where is the android 10 kernel we want to compile? (I fell … Read more

Enhancing Work Efficiency with Outstanding Android Open Source Projects

Enhancing Work Efficiency with Outstanding Android Open Source Projects

❝ I recently watched a live stream by Liu Wangshu on a video platform. One sentence left a deep impression on me: “Stop working on UI, there’s no future in it.” I agree with him 99%, leaving 1% for those who can stand out in the Android UI field. In the early stages of Android … Read more

Understanding Android Garbage Collection and Memory Leaks

Understanding Android Garbage Collection and Memory Leaks

(Click the public account above to quickly follow) Source: BlackSwift http://www.jianshu.com/p/8c6cf3d7a98a If you have good articles to submit, please click → here to learn more Android system runs on the Java virtual machine, and as an embedded device, memory is often very limited. Understanding the garbage collection mechanism of Android can effectively prevent memory leak … Read more

Top Open Source Android Libraries of 2016

Top Open Source Android Libraries of 2016

Related Articles: Comprehensive List of Popular Android Frameworks Essential Android Interview Questions You Must Know for 2017 Awesome! 74 Complete APP Source Codes! 1. Dependency Injection (DI) Reduce repetitive initialization, event binding, and other tedious work through dependency injection. 1. AndroidAnnotations (Code Diet) Fast Development Framework for Android Project link: https://github.com/excilys/androidannotations Documentation: https://github.com/excilys/androidannotations/wiki Official website: … Read more