All Projects → HassanUsman → Todo

HassanUsman / Todo

To-Do application written on Kotlin with RxJava and Dagger 2.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Todo

Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+63.93%)
Mutual labels:  rxjava, rxandroid, mvp-android
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (+49.18%)
Mutual labels:  rxjava, rxandroid, mvp-android
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+54.1%)
Mutual labels:  rxjava, rxandroid, mvp-android
Photonoter
📓Material Design风格的开源照片笔记。(MVP+Dagger2+RxJava+AspectJ+Dex处理)
Stars: ✭ 1,592 (+2509.84%)
Mutual labels:  rxjava, rxandroid, mvp-android
Afmall
A pure shopping App based on Kotlin + ARouter + MVP + RxJava2 + Retrofit + Dagger2 + 七牛云 + Glide
Stars: ✭ 20 (-67.21%)
Mutual labels:  rxjava, rxandroid, mvp-android
Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (+201.64%)
Mutual labels:  rxjava, rxandroid, mvp-android
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+131.15%)
Mutual labels:  rxjava, rxandroid, mvp-android
AndroidTutorials
Ejemplos Android [Dagger2,RxJava,MVP,Retrofit2,SQLite]
Stars: ✭ 22 (-63.93%)
Mutual labels:  rxjava, rxandroid, mvp-android
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+8014.75%)
Mutual labels:  rxjava, rxandroid
Rxweather
Architecting Android with RxJava
Stars: ✭ 570 (+834.43%)
Mutual labels:  rxjava, mvp-android
Aosf
AOSF:全称为Android Open Source Framework,即Android优秀开源框架汇总。包含:网络请求okhttp,图片下载glide,数据库greenDAO,链式框架RxJava,组件路由ARouter,消息传递通信EventBus,热更新Tinker,插件化框架Replugin,文件下载FileDownloaer,图片选择PhotoPicker,图片滤镜/毛玻璃等特效处理,GIF图片展示控件,图片九宫格控件NineGridView,对话框Dialog,导航指示器ViewpagerIndicator,进度条ProgressWheel,下拉刷新SmartRefreshLayout,key-value高效数据存储MMKV等,应有尽有。
Stars: ✭ 601 (+885.25%)
Mutual labels:  rxjava, rxandroid
Rxblur
用RxJava处理和操作高斯模糊效果的简单用例。
Stars: ✭ 541 (+786.89%)
Mutual labels:  rxjava, rxandroid
Rxbluetooth
Android reactive bluetooth
Stars: ✭ 405 (+563.93%)
Mutual labels:  rxjava, rxandroid
Androidrapidlibrary
Android 快速开发库,主要想实现一条属于自己的开发框架。包括网络访问,数据,UI等等
Stars: ✭ 577 (+845.9%)
Mutual labels:  rxjava, rxandroid
Firebucket
Glimpse into Firebase, with a simple TODO list app built around Dagger, RxJava 2, Clean architecture and of course, Firebase.
Stars: ✭ 376 (+516.39%)
Mutual labels:  rxjava, mvp-android
Rxmarkdown
📠Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
Stars: ✭ 714 (+1070.49%)
Mutual labels:  rxjava, rxandroid
Easygank
💊 The project build framework based on the Rx series and MVP pattern.
Stars: ✭ 750 (+1129.51%)
Mutual labels:  rxjava, rxandroid
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+5631.15%)
Mutual labels:  rxjava, mvp-android
Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (+908.2%)
Mutual labels:  rxjava, mvp-android
Supermvp
MVP“美”图+新闻+天气预报+Material+RxJava3+Retrofit2+Glide4+AndroidX+Leakcanary+Butterknife
Stars: ✭ 763 (+1150.82%)
Mutual labels:  rxjava, mvp-android

To-Do

To-Do application written on Kotlin with RxJava and Dagger 2.

Features

  • Today tasks list
  • ToDo list that contains today tasks and tasks added earlier

  • Change order of tasks
  • Delete task by swipe
  • Hide/Show completed tasks

  • User lists
  • Remove user lists
  • Change order of user lists

  • List "My Day" shows only tasks added in this day.
  • List "To Do" shows previous day tasks, tasks added only in this list and tasks of current day.
  • User lists not related with "My Day" and "To Do" lists.

Tasks Task containers

If this app helps you in anyway, show your love ❤️ by putting a ⭐️ on this project ✌️

License

   Copyright (C) 2017 HassanUsman

   Licensed 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].