/Calendar-App

Bare bones calendar application for Android

Primary LanguageJava

J CAL

This is the bare bones, core functionality-only version of the calendar application I made for my internship. The project I undertook as a Software Developer Intern was to create a religious calendar application. My role was to create the functionality i.e. the core features of the calendar, after which my internship was complete and I handed the project over to my manager. Further increments to the app were not communicated to me.

Click here for the demo video, hosted on a GitHub static page.

Features

  • Gridview of each month, and surfing between the months grid views
  • Adding events, each event has a description, time and notification-toggle
  • Viewing event list of a particular date and modifying the description, time and notification-toggle for the same
  • Deleting events
  • Swiping notifications outside the app, to open event in app

Details

  • Created in Android Studio, using Java and the Android Development Kit
  • Refered to the developer documentation for help
  • The apk v1.0.0 is available for download in release
  • Compatible with API level 29