Bulletin Board App

#C##Unity#Android#Projects

Calendar App

During school, I used to write my homework on sticky notes and stick them to my wardrobe to get a better overview. Since this form of calendar is not very mobile-friendly, and there was no app that could display notes in exactly this layout, I decided to program the app myself. Since I was working a lot with Unity at that time, I chose to use Unity and C# for simplicity.

The app uses a native Android dialog to select a date, implemented using a library. The same library provides the ability to create push notifications. I wanted to use this feature for reminders of individual tasks. However, since they only worked while the app was running in the background, I removed the feature.

Comments

Feel free to leave your opinion or questions in the comment section below.