Simple tutorial to develop an app with Android Data Binding- part of Android Jetpack. Android Databinding example explaining binding data to layout elements
Category: Uncategorized
Firebase Remote Config Android Example
Complete step by step tutorial of Firebase remote config on Android with Examples. Learn how to setDefault, fetch ,cache remote config paramaters from your android app
EventBus Android Example [Full Tutorial]
Complete tutorial for EventBus library. This EventBus Android example explains how send and receive event in your application with ThreadModes, priority etc.
Butterknife Android Example [Complete Tutorial]
This Butterknife Android Example is a complete tutorial using annotations like @BindView, @OnClick, @OnItemSelected , @BindDrawable to bind views and attach listeners in android studio
[Android Example] Pick Image from Gallery or Camera
Simple Android tutorial to pick image from Gallery or capture image using system Camera app with example. Examples updated with support for FileProvider as per Android Nougot
Android Facebook Login Example [Tutorial]
This tutorial explains Facebook Login Example for Android in simple steps using AccessTokenTracker, CallbackManager with Facebook 4.0 library. Learn how to login/logout into your app using Facebook credentials
Google Sign-In Android Example [Tutorial]
Simple Tutorial for implementing Google Sign-In in your Android Application. This example includes configuring GoogleSignInOption and fetching GoogleSignInAccount
Android Image Upload Example | Multipart Retrofit2
Learn how to upload images/file on Android using Multipart with Retrofit2. Android Image Upload is explained step by step here with a good example
Android DownloadManager Example [Complete Tutorial]
Learn how to Download file on Android using DonwloadManager. This DownloadManager Example gives a step by step tutorial to download file in your app
FusedLocationProviderClient | Get Current Location Android Example
Learn how to fetch current Location with FusedLocationProviderClient. Complete example describing step by step procedure to fetch location using Google APIs