Android Rate this App feature implementation, in this blog you’ll learn how using few lines of code you can create an in app Alert Dialog Box that’ll prompt user to Rate and review your app in the Google Play Store.
3 minute read
Android Imageview Scaletype Illustrated Guide
Android ImageView ScaleType blog helps you to overcome the problem of deciding which scaleType to use with ImageView to fit image inside it.
2 minute read
Android Change Theme Programmatically using ColorPrefUtil
Android Change Theme Programmatically using ColorPrefUtil library. Easily set Dark, Light or any colorful theme for your android app with few lines of code.
Custom Spinner Android Styling Tutorial | Java and Kotlin
Learn how to style a Custom Spinner for Android App.
Spinner Widget requires two different custom layouts, one for the view to be displayed and another for the drop down list!
4 minute read
Android OAuth2 Example using Retrofit
If you happen to use Google APIs in your android project that needs OAuth 2.0 authentication, then here is a blog to help you get started with Android OAuth2 example using Retrofit!
6 minute read
Android HTTP Library: EasyOKHttp (Java and Kotlin)
Android HTTP Library named EasyOKHttp is a fast and easy RESTful API request for android. The library can parse response by GSON and uses: OkHttp and RxJava-RxAndroid and Gson.
2 minute read
Android OAuth2 Library : Simple O Auth
Android OAuth2 library, Simple O Auth is a simple android Library used to Sign in Google, Facebook. A library designed to use Oauth 2.0 easily.
1 minute read
Google Sign in Android Example using Firebase Auth
Google Sign in Android Example using Firebase Auth. In this blog you’ll learn how to allow your Android app users to sign in to your app using Firebase Auth Tool and also access their data from Firebase Dashboard.
4 minute read
Android Gradient Background tutorial
Android gradient background styling is the best way to style your background without consuming too much memory or taxing user storage.