To-Do is constructed to notedown the tasks and get notified with notification.
It displays list to manage different types.
List | Details | Task Group List | Filters |
---|---|---|---|
Ranker attempts to make use of the latest Android libraries and best practices:
- Entirely written in Kotlin (including Coroutines and Flow) with ktlint for code style
- Makes use of Android Jetpack:
- Architecture Components including ViewModel, LiveData, Navigation, WorkManager and DataStore
- ConstraintLayout, View Binding and more for layouts and UI
- Android KTX for more fluent use of Android APIs
- Designed and built using Material Design components and theming
- Full dark theme support
- Meaningful use of Material Motion transition
- SQLDelight is used to store data as common for both android & iOS SQL Delight
ToDo was inspired by @google-tasks app, aiming to be a kotlin-kmm app to support both Andorid & iOS.
Please feel free to file an issue for errors, suggestions or feature requests. Pull requests are also encouraged.
Copyright 2020 Naveen Kumar Kuppan
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.