How to get SHA1 fingerprint for digitally signed APK

Posted on April 13, 2017 in Development • Tagged with Android, Android Studio, Tips & Tricks

How to get SHA1 fingerprint for digitally signed APK


Continue reading

Accessing Pictures using FileProvider

Posted on April 13, 2017 in Development • Tagged with Android, FileProvider

This post shows usage of FileProvider in Android App to retrieve the image file for Camera intent usage.


Continue reading

Automating Android App publishing to Play Store using Jenkins

Posted on February 23, 2017 in Development • Tagged with Android, Jenkins, DevOps

This post shows how to automate Android App publishing to Play Store using Jenkins on Mac OSX 10.12.3 and Jenkins 2.46.


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

My take on Pelican and Github pages from a beginner's perspective

Posted on December 08, 2016 in Development • Tagged with pelican, github, githubpages, python, web, dev

This post is about my experience setting up githup pages using Pelican from scratch assuming no prior experience in Python webframeworks.


Continue reading