Nowadays, mobile applications are trending so much that, most of the websites have their Android application. Android made it so simple that one can convert their websites to application or can open web page in their application by using WebView. This tutorial walks you through the concept usage ant its implementation. Table ...
Read More »Home »
Android Application Class Example
We all know there is an Application class in the Android API, that is usually used for maintaining global application state but how does it work? In this article, let’s explore it with the help of examples and discuss its advantages & disadvantages. Table Of Contents 1. Introduction 2. Callback Methods ...
Read More »Android Logging Example
1. Introduction Being an Android developer, all of you might have heard of logging. Well if not, this tutorial will guide you with the concept usages and its implementation. Let us start with the quick introduction of the concept about what it is and why it is used. LOG in a simple language can be defined as ”record of events”. ...
Read More »