Skip to content

A simple Android app to set alarms using AlarmManager and BroadcastReceiver. Includes a user-friendly interface with TimePicker, toast notifications, and support for exact alarms

Notifications You must be signed in to change notification settings

LuisGeralda/SimpleAlarm

Repository files navigation

Simple Alarm App

A simple Android application to set alarms using AlarmManager and BroadcastReceiver. The app allows users to select a time and set an alarm. When the alarm triggers, a toast notification is displayed.


Features

  • TimePicker: Allows users to select the desired time for the alarm.
  • Set Alarm: A button to schedule an alarm at the selected time.
  • Toast Notification: Displays a notification when the alarm triggers.
  • Exact Alarm Permissions: Handles Android 12+ exact alarm permissions.

Requirements

  • Minimum SDK: 35
  • Target SDK: 35
  • Development Tools: Android Studio, Kotlin

Setup and Installation

  1. Clone the Repository:
    git clone https://github.com/your-username/simple-alarm.git
    cd simple-alarm
    
  2. Open in Android Studio:
  • Open Android Studio.
  • Select File > Open and navigate to the project directory.
  1. Sync Gradle: Allow Android Studio to sync all Gradle files and dependencies.

  2. Run the App:

  • Connect an emulator or physical device.
  • Click the green Run button in Android Studio.

About

A simple Android app to set alarms using AlarmManager and BroadcastReceiver. Includes a user-friendly interface with TimePicker, toast notifications, and support for exact alarms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages