Select Page
Simple Credit Card Form Layout in Android

Simple Credit Card Form Layout in Android

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...
Exploring the Android SnackBar

Exploring the Android SnackBar

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...
How to schedule notifications using AlarmManager?

How to schedule notifications using AlarmManager?

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...
Exploring Chrome Custom Tabs in Android

Exploring Chrome Custom Tabs in Android

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...
How to easily find user’s location?

How to easily find user’s location?

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...