ANDROID TUTORIALS
Android Image Picker Tutorial – Pick image from Gallery/Camera
We will be using Dexter library for permissions; and uCrop for cropping. Add these […]
How to obtain SHA1 Keys for debug and release – Android Studio [Mac]
Debug Key Click on the Gradle tab on the right hand side of the […]
Firebase Tutorial 1: Integrating Firebase in Android, Authentication
Setting up Firebase for your project Create your new project in Android Studio. Go […]
A Simple Android Picture-in-Picture Video Player Tutorial, using ExoPlayer
ExoPlayer was developed by Google for media-centric applications like YouTube and then it was […]
Implementing Deep Links in Android Apps
Deep links are links which open a specific page within an app. Optionally, some […]
Display data from Google Sheets into your android app [without authorization]
Sometimes, all we need is to display (read-only) some dynamic data in our application, […]
Google Maps Android tutorial 1: Adding a map, Geolocation
Before we begin Go to console.developers.google.com Add a new project. Create an API Key […]
Design an easy, simple, elegant onboarding screen in Android using RecyclerView
Onboarding screens are a popular way of introducing the app to the user. Although […]
Share resources from android app without saving them
Although a rare circumstance, sometime you might want to share a document, or an […]
Android Paytm integration [2019]
This is a simple example of integrating Paytm SDK into your android app for […]
Fragments with Bottom Navigation in Android (+ retaining fragment state)
Bottom navigation is the latest design trend in Android apps. Using this wisely and […]
Gradient Toolbar & Statusbar in Android
Gradients are a trend in mobile app design that brings life to the app […]
ANDROID TIPS