Flutter Android Studio Install and Build your First app

In this blog about Flutter Android Studio, you’ll learn how to install Flutter and Dart Plugin in Android Studio and Build and run your first app in Android Studio 3.3.x

Android Download Image from URL and Requesting Permissions

In this blog on Android Download image from URL, you’ll learn: How…

Android Rate App feature implementation

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.

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.

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.

RelativeLayout in Android Illustrated with Attributes

RelativeLayout in Android is a view group with job to display different child views in relative positions to other different views.

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!

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!

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.