ProjectTracking icon indicating copy to clipboard operation
ProjectTracking copied to clipboard

A Jetpack Compose App which allows users(humans) to track their projects progress. The app allows the user to break down their projects into easier manageable tasks where they can easily update their...

Results 10 ProjectTracking issues
Sort by recently updated
recently updated
newest added

- there's no need to check if the theme is darkTheme since it's already being before

-Added the feature of showing snackbar when adding a new task or editing an existing task.

Consider having generic Daos for things that repeated -> Insert lists, delete

Update the Lazy columns performance by adding the item keys to avoid recomposition when the composables position changes. Refer to this: https://developer.android.com/develop/ui/compose/performance/bestpractices#use-lazylist-keys