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.
This post is about the MVVM pattern in Android, and how to build a project with the MVVM pattern using Retrofit.
This post is about how to implement Twitter Integration in our Android app and let users do Sign In with a single click.
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 …
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 …
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 …
In this post, we will create a basic step counting application using a step counter sensor.
When you run the app it will look like this as shown below:
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.
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 …