Recognize text in images with ML Kit on Android
When you run the app it will look like this as shown below:
Recognize text in images with ML Kit on Android Read More »
When you run the app it will look like this as shown below:
Recognize text in images with ML Kit on Android Read More »
This post is about how to implement speech to text feature in an android application using SpeechRecognizer. Speech to text means that anything that the user says is converted into text.
Android Speech to Text Example using SpeechRecognizer Read More »
This post is about how to setup ML Kit’s language Identification feature in Android application with the help of simple demo app. ML Kit’s Language Identification API ML Kit’s language Identification API allows you to identify the language of a string of text. You can get the string’s most likely language as well as confidence
Language Identification with ML Kit on Android Read More »
This post is about, how to implement Barcode scanning using Google ML Kit’s Barcode Scanning API and Jetpack CameraX with the help of simple application. CameraX CameraX is a Jetpack support library, built to help you make camera app development easier. It is based on use cases that is lifecycle-aware. These use cases work
Android Scanning Barcode/QR code using Google ML Kit and CameraX Read More »
This post is about Android Jetpack Paging 3 library and how we can use it to load the large set of data from network using Retrofit in our RecyclerView efficiently with the help of AndroidPagingExp application. Android Paging The Paging library helps you load and display pages of data or small chunks of data
Android Paging 3 Example Using Retrofit Read More »
This post is about how to implement AdColony Ads (Banner/Interstitial/Rewarded) SDK in android application with the help of simple AdColonyDemo Application. AdColony allows you to monetize your app by displaying ads.
Implementing AdColony Ad (Banner/Interstitial/Rewarded) SDK in Android Read More »
This tutorial is about Android Jetpack compose and how to use it in an android application with the help of simple Book application.
Android Jetpack Compose Example Read More »
This post is about how to implement caching using ExoPlayer in Android. To learn about how to implement Exoplayer Library to play media files on Android visit here.
ExoPlayer audio caching in Android Read More »
This post is based on implementing Exoplayer Library to play media files on Android. ExoPlayer ExoPlayer is an open source library maintained by Google. It supports a wide range of media files including DASH and HLS streaming which is not supported by the MediaPlayer. It provides you the ability to customize your media player according
Android ExoPlayer Example in Kotlin Read More »