
Here's how to use Google Tasks and get organized. It's an incredibly simple app, with almost no bells or whistles at all. Google Tasks is an app (available on both smartphones and computers) that lets users jot down reminders and notes. If your tasks are piling up, consider using a reminders app like Google Tasks. The following series of steps illustrate how to open the usecases sample.It seems like every day there's something new to remember. To open one of the samples in Android Studio, begin by checking out one of the sample branches, and then open the root directory in Android Studio. Advanced developers looking for quick reference.Intermediate developers and beginners looking for a way to structure their app in a testable and maintainable way.Check out the Now in Android app instead. A real production app with network access, user authentication, etc.Check out Android Sunflower or the advanced GitHub Browser Sample instead. A complete Jetpack sample covering all libraries.The interface of the app is deliberately kept simple to focus on architecture. Check out the Architecture Templates instead. For more information, see the app's specification. The app in this project aims to be simple enough that you can understand it quickly, but complex enough to showcase difficult design decisions and testing scenarios. Uses Views instead of Jetpack Compose to render UI elements on the screen Uses LiveData instead of StateFlow as the data stream solutionĪdds a new domain layer that uses UseCases for business logic (not using Compose yet) Stable samples - Kotlin SampleĪ simple setup that removes Hilt in favor of a service locator For more information, see the README.md file in each branch. This project hosts each sample app in separate repository branches.


