zLuCaS2K /
MyTask
📔 This is a simple task management app made with Jetpack Compose + MVVM + Clean Architecture + WorkManager etc.
Loading repository data…
Janinduchamod2001425 / repository
This Task Management App is a mobile application built using Kotlin, designed to help users efficiently manage their tasks. With a focus on simplicity and usability, the app provides core functionalities like creating, reading, updating, and deleting tasks (CRUD). The intuitive interface ensures a seamless experience for managing daily activities.
A Simple and Efficient Task Organizer
This Task Management App is a mobile application built using Kotlin, designed to help users efficiently manage their tasks. With a focus on simplicity and usability, the app provides core functionalities like creating, reading, updating, and deleting tasks (CRUD). The intuitive interface ensures a seamless experience for managing daily activities.
Programming Language: Kotlin
IDE: Android Studio
Design Tool: Figma for creating and prototyping user interfaces
Selected from shared topics, language and repository description—not editorial ratings.
zLuCaS2K /
📔 This is a simple task management app made with Jetpack Compose + MVVM + Clean Architecture + WorkManager etc.
wangerekaharun /
Managing states in android can be quite a task when not carefully approached.So many problems can occur due to poor state management,for example: poor failure handling, code becomes hard to read and multiple responsibilities for simple use cases. With Kotlin, we have Sealed classes to our rescue. Sealed Classes are useful when modeling state’s within various app workflows. In this workshop we'll be looking at how to leverage the power of Kotlin Sealed Classes .This repository shows what Sealed Classes are, how they work and how you can use sealed classes to mange states in android applications.
CassandraCH /
Pling is a mobile project management application. This application was developed as part of the “Embedded Interface Programming” course. Pling should include all the necessary and minimal features for planning a project, such as creating a project, adding tasks and monitoring progress.
MohamedShahmi /
This is about task management using kotlin language in android studio
hojat2079 /
This is a simple ToDo app for task management developed with jetpack compose and kotlin language.
kgniewek /
This Android task management app, crafted with Kotlin and Jetpack Compose, organizes tasks by priority levels and tracks deadlines efficiently. Utilizing Room Database for persistence, it dynamically updates task statuses to reflect upcoming deadlines or expired tasks. Simplified navigation and operational ease make it ideal for many users.