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