How to start using custom fonts in an Android App under 5 minutes

Posted on July 26, 2017 in Development • Tagged with android, fonts, dev, 5-minutes-series

This post is part of the "under 5 minutes series". In this post I'll talk about how did I set up custom fonts to render text in TextView in an Android app.


Continue reading

How did I set up multiple flavors for an Android App under 5 minutes

Posted on July 18, 2017 in Development • Tagged with android, gradle, flavors, build-variants, dev, 5-minutes-series

This post is part of the "under 5 minutes series". In this post I'll talk about how did I set up flavors for an Android app.


Continue reading

Requesting Audio permission at Runtime

Posted on June 20, 2017 in Development • Tagged with android, runtime permissions, audio recording, dev

This post will show how to request run-time permissions to enable audio recording in a recipe style.


Continue reading

Getting started with developing Android apps in Kotlin

Posted on June 18, 2017 in Development • Tagged with android, gradle, kotlin, android studio 3, dev

This post shows how to get started with creating Android apps in Kotlin language using Android Studio 3 and higher.


Continue reading

How did I integrated a launcher screen in an Android App under 5 minutes

Posted on June 16, 2017 in Development • Tagged with android, launcher screen, dev, design

This post shows to integrate a launcher screen in an Android App.


Continue reading

Creating Sub MenuItems for FAB (Floating Action Button)

Posted on February 15, 2017 in Development • Tagged with ANDROID, FAB, DEV, UI

This post shows how to integrate sub menu items for FAB (Floating Action Button) in an existing Android app.


Continue reading

Android WebViewOverlay Widget

Posted on January 09, 2017 in Development • Tagged with Android, WebView, WebViewOverlay, Library, OpenSource, Dev

WebViewOverlay Widget is an OpenSourced Android library that provides a drop-in solution for loading a URL in an Overlay WebView in full screen mode.


Continue reading

How did I publish Android Library to JCenter from Android Studio

Posted on January 07, 2017 in Development • Tagged with Bintray, Publishing, JCenter, Library, OpenSource, Dev

This article walks through the process of publishing an OpenSourced Android library to JCenter.


Continue reading

Automatic Android APK Signing

Posted on December 20, 2016 in Development • Tagged with android, gradle, signing, apk, dev

This post shows how build.gradle can be configured to sign Android APKs automatically without manual interventions.


Continue reading

WebViewHelper library

Posted on December 16, 2016 in Development • Tagged with android, webview, library, open-source, dev

This post is about Opensource WebViewHelper library at Github


Continue reading