Essential Debugging Techniques in Android Studio

This is an article I previously wrote about breakpoint debugging techniques in AS, which received a good response. I have since continued to improve and update some content, so I am publishing it again. Debugging with breakpoints is an important method for analyzing code and solving bugs during software development. The use of debugging tools … Read more

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

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)

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

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

Exploring the Surprises of Android Studio 3.0

It has been some time since the stable version of Android Studio 3.0 was released. Early on, I wrote an article encouraging everyone to try out the new version of the development tool: Analysis of New Features in Android Studio 3.0 and Compatibility with Old Projects. To this day, I still see netizens discussing the … Read more

How to Enable Safe Browsing Mode in Android WebView

Hybrid App development has become a common method used in commercial applications. Its biggest advantage is the ability to use H5 to develop dynamically updated content pages, which are then loaded using the WebView component provided by the mobile native system. This approach not only saves development costs for Android and iOS clients but also … Read more

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

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