Skip to content

App has 2 features. Banners and Tasks. Banners are stored in internal storage as JSON, updated daily and consist of 2 types: product and discount. Tasks are stored in shared database. User can create/edit/delete tasks. Task consists of title and duration.

Notifications You must be signed in to change notification settings

VeceluXa/Organizer

Repository files navigation

Organizer

Banners

Banners are updated daily. There are 2 types of banners: product and discount. Banners are stored in internal storage as JSON and then serialized to separate data classes.

Tasks

Tasks are stored in shared database using SQLDelight. Task consists of title and duration.According to duration the height and color of task is calculated. Every day old tasks are deleted. The user can create new tasks or update/delete already existing ones.


Tech stack


Screenshots

Main screen

Bottom sheet

About

App has 2 features. Banners and Tasks. Banners are stored in internal storage as JSON, updated daily and consist of 2 types: product and discount. Tasks are stored in shared database. User can create/edit/delete tasks. Task consists of title and duration.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published