Understanding the Stagefright Framework: Data Processing and OMXCodec

Understanding the Stagefright Framework: Data Processing and OMXCodec

It has unknowingly reached the ninth article, and I feel like there is still so much to write, the road is long and has no end, I will search up and down. Let’s talk about benefits first, previously in about me, I mentioned that I would hold activities from time to time, VIP, books, etc., … Read more

Aurora ROM for Samsung Note 9 – V21.0 Android-Q-THB

Aurora ROM for Samsung Note 9 - V21.0 Android-Q-THB

Tip: Click the blue text above to quickly follow us. NOTE9 Orion CPU V21.0 Android 10.0-OneUI2.1 ● Supported Models: ● N960F/FD (European version) ● N960N (Korean version) Main Update Contents: 1 Based on the official latest Android Q package N960FXXS6ETHB (OneUI2.1)). 2 Recompiled the kernel based on the official latest ETH4 kernel source code. 3 … Read more

New Features of Android Q (Android 10.0)

New Features of Android Q (Android 10.0)

Click on the “He Junlin” above to follow, and get timely updates every morning at 8:50. True love, please pin or star it. Author | Cheng Liujin This article is reproduced from: https://www.oschina.net/news/104078/android-10-q-features-name-date Currently, news about Android Q has been leaked. Android Q (Android 10 is the 10th version of the Android system launched by … Read more

A Mind Map to Help Android Beginners Get Started Quickly

A Mind Map to Help Android Beginners Get Started Quickly

How to quickly get started and advance in Android development is a common question among many technical novices. Everyone knows that there are many skills to learn in Android development, and the speed of technological updates is fast. However, in general: mastering the core technologies and the most standardized development processes, becoming a professional and … Read more

Understanding the Android Multimedia Framework: From AwesomePlayer to OMX Service

Understanding the Android Multimedia Framework: From AwesomePlayer to OMX Service

Introduction: The previous article “Summary of Android Multimedia Framework (Part 10)” summarized the audio and video output process. Starting today, we will analyze the Codec part, focusing on the process from AwesomePlayer to the OMX service, which involves preparing for OpenMax. Let’s take a look at today’s agenda: A diagram to clarify the position of … Read more

Master These Debugging Techniques in Android Studio

Master These Debugging Techniques in Android Studio

Reply 1024, randomly give you beautiful wallpapers Debugging breakpoints tracking is an important means of analyzing code and solving bugs during software development. The use of debugging tools varies across different IDEs, but the debugging features provided are certainly comprehensive. Many programmers’ debugging abilities are limited to basic step execution and breakpoint jumping, unaware that … Read more