Tag: android
All the articles with the tag "android".
An Introduction to CameraX
Updated: at 15:00An Overview of the basic CameraX functionality and how to implement it in your own projects. CameraX is a new Jetpack library introduced at Google IO 2019 which was built to help make camera development easier.
Android Notifications Overview
Updated: at 15:00This article discusses in-depth about notifications in Android and help you in starting your journey towards understanding how to use them and why they are important.
Dependency injection in Android
Updated: at 15:00In this article, we will discuss the basics of dependency injection and will take a look at how it can be implemented in Android.
Android Room using Kotlin
Updated: at 15:00Introduction to using Android room to make interacting with SQLite easier.
Create an Android Camera App using Kotlin
Updated: at 15:00Build an Android Camera app using Kotlin and the Fotoapparat library which provides an easy way to interact with the Android camera while still maintaining a powerful collection of parameter customization options.
Create an Android Sound Recorder using Kotlin
Updated: at 15:00Develop a basic Sound Recorder application that is capable of recording audio and saving it into the local storage of an Android device using the MediaRecorder that is provided by the Android SDK.