Beginner

Android Speech to Text Example using SpeechRecognizer

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 »

Language Identification with ML Kit on Android

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 »

Android Scanning Barcode/QR code using Google ML Kit and CameraX

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 »

Implementing AdColony Ad (Banner/Interstitial/Rewarded) SDK in Android

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 »