Android
home pagespecial columnRTC real-time audio and videoArticle details0Android audio and video - MediaCodec codec audio and videoVoice network Agora Released today at 20:31 We know that YUV data is collected and returned by Camera, and AudioRecord is PCM. We need to encode these data (compression UTF-8...
Posted by lathifmca on Thu, 28 Oct 2021 19:43:12 +0530
We know that the YUV data collected and returned by Camera and the AudioRecord is PCM. We need to encode these data (compression coding). Here, let's talk about the unavoidable pit of audio and video coding and decoding on Android - MediaCodec. MediaCodec PSMediaCodec can be used to encode / deUTF-8...
Posted by Pellefant on Fri, 29 Oct 2021 00:41:30 +0530
🔥 AIDL AIDL, the full name of Android Interface Definition Language (Android interface definition language), allows you to define programming interfaces agreed by clients and services, so as to communicate with each other using interprocess communication (IPC). On Android, one process cannot nUTF-8...
Posted by jexx on Fri, 29 Oct 2021 08:20:53 +0530
The appt2 tool will package your Android application resources into a runtime format. It also generates "keep" rules required by ProGuard or R8, so those classes referenced in the resource file will not be removed. Examples of some classes, such as View referenced only in layout XML file, ActioUTF-8...
Posted by nsbrown on Sat, 30 Oct 2021 09:45:54 +0530
I believe that in the development process, my partners most often use the LeakCanary open source framework to monitor the problem points of memory leakage, which is more efficient, quickly find the problem points, and then do corresponding optimization. However, LeakCanary is an open source fraUTF-8...
Posted by kankersite on Sat, 30 Oct 2021 17:40:51 +0530
Android animation and overview mainly covers the following contents: Animation and transition (I). Overview and use of view animation Animation and transition (II). Advanced view Animation: extend the definition of animation Animation and transition (III), interpolator and estimator overview anUTF-8...
Posted by gammaman on Sun, 31 Oct 2021 16:14:47 +0530
Android --- detailed explanation of banner usage Yesterday, on October 31, the three-year appointment to break through the sky finally came out. I also waited for a long time. I respect teachers, family, friends and everyone who is fighting on the road ahead. The stars don't ask the passers-by,UTF-8...
Posted by twmcmahan on Mon, 01 Nov 2021 11:47:05 +0530
Since android 9, the android system has added the system navigation gesture. For the current high-version mobile phones, some systems turn on the navigation gesture by default, and some still use the previous navigation bar, but the navigation gesture can also be turned on in the setting, and UTF-8...
Posted by werty37 on Tue, 02 Nov 2021 09:54:00 +0530
🔥 New Android 12 features App splash screen - Android 12 also brings a new splash screen to all apps. The application can also customize the startup screen in a variety of ways to highlight its unique brand personality. 🔥 Startup screen Android 12 has added the SplashScreen API, which can enaUTF-8...
Posted by pacholo on Wed, 03 Nov 2021 08:50:11 +0530
You must be no longer unfamiliar with the form of the list. There are contact list, file list, SMS list and so on. This article describes how to use RecyclerView to achieve list effect in Android development.Use stepsIntroducing RecyclerViewAdd a reference in the build.gradle file of the app. WUTF-8...
Posted by Fearsoldier on Thu, 04 Nov 2021 03:44:12 +0530