by Jaison Fernando | Jul 12, 2017
Paying for something in online is much easier than paying in-person. At present, cards are the leading payment method in the world, because it is faster than others. In other payment methods, you have to enter the details each and every time you want to pay for...
by Jaison Fernando | Jul 12, 2017
In this post, we are going to explore Android Snackbar with a sample application. In Android Lollipop, they introduced a widget called SnackBar with their design support library. It is super easy to implement and used to show messages to the users. In pre-lollipop...
by Jaison Fernando | Jun 21, 2017
This article is a quick guide to get you started with Local Notifications in Android. Scheduling and repeating notifications are generally used to notify the user about some event. For example, an expense tracking application can use a local reminder to notify their...
by Jaison Fernando | Jun 1, 2017
Many popular apps allow their users to view URLs within the app. For handling this, developers had the choice of either launch a browser, or build their own in-app browser using WebViews. However, this options requires technical work to implement and delivers a...
by Jaison Fernando | May 26, 2017
Knowing a user’s location in an Android app can be extremely useful. Users take their devices everywhere and are constantly using them on the go, and as developers, we can capitalise on that by providing a more contextual experience based on their current location. My...