Building Media-Rich Android Apps with MediaCodec and Vendor Extensions | by PAD Editorial | Sep, 2023
If you’re developing media-rich apps for Android, you’ll want to become familiar with the Android API’s MediaCodec class. MediaCodec provides access to low-level media encoder/decoder (CODEC) components for processing audio, video, and compressed data. With it, you can incorporate features like low-latency decoding to enhance…
Mobile App Development
0
Building a widget using Jetpack Glance
App widgets are miniature application views that can be embedded in the home screen of your device. Jetpack Glance is a library built on top of Jetpack Compose that allows you to build these widgets for Android. In the above image you can see a…