Schedule Alarms in Android

Schedule Alarms in Android

The Alarm Manager allows scheduling the alarms based on time. An alarm can be one-time or repeated. By using the alarms, we can perform tasks at certain point of time...
Use Storage Access Framework in Android

Use Storage Access Framework in Android

The Storage Access Framework (SAF) provides a file picker that allows to browse, create, and open files hosted by storage services (document providers). It can be external storage, cloud-based storage...
Integrate Google AdMob into Android

Integrate Google AdMob into Android

Google AdMob is a mobile advertising platform that can be integrated into Android application. It allows monetizing application by displaying ads alongside app content. Ads are automatically served from the...
Use Text to Speech in Android

Use Text to Speech in Android

Text to Speech (TTS) is an assistive technology that is used to convert a text to synthesized speech. Text to Speech is a built-in feature in the Android platform. In...
Read Calendar Events in Android

Read Calendar Events in Android

Android allows to read calendar events using Calendar Provider. It manages access to a central repository that stores information about calendars, events, attendees, reminders, and other related data. The Calendar...
Read Call Logs in Android

Read Call Logs in Android

Android allows to read call logs using Call Log Provider. It manages access to a central repository that stores information about places and received calls. The Call Log Provider is...
Send SMS Message in Android

Send SMS Message in Android

Android allows to send SMS messages directly from an application. Application must have permission to send SMS messages. So, we need to request the SEND_SMS permission in the manifest file...