Android MVVM Pattern with Retrofit in Kotlin
This post is about the MVVM pattern in Android, and how to build a project with the MVVM pattern using Retrofit.
Android MVVM Pattern with Retrofit in Kotlin Read More »
This post is about the MVVM pattern in Android, and how to build a project with the MVVM pattern using Retrofit.
Android MVVM Pattern with Retrofit in Kotlin Read More »
This post is about how to implement Twitter Integration in our Android app and let users do Sign In with a single click.
Android Twitter Integration Example Read More »
This post is about how to enable users of your Android app to share data (links, photos, and videos) from your app to Facebook. Get Github code from HERE. The Sharing SDK The Sharing SDK for Android is used to share data from your app to Facebook. It is a component of the Facebook SDK
Share data to Facebook from Android App Example Read More »
This post is about how to integrate Facebook login into an Android application. 6 . From the next screen, instead of downloading the Facebook SDK we will import it. Click on next. Import the Facebook SDK 7 . Open Project-level build.gradle file and add the mavenCentral() repository to download the SDK from the Maven Central
Integrating Facebook Login in Android App Read More »
This post is about how to authenticate users via Google Sign-in using the Google sign-in API, how to extract basic profile details like displayName, email, etc., and add signOut functionality in Android with the help of a simple demo app. Configuring a Google API Console project Firstly, we must configure the google API console
Implementing Google Sign-In in Android App Read More »
In this post, we will create a basic step counting application using a step counter sensor.
Android Step Counting Application in kotlin 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 »