Skip to content

mrkostua/TasksApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TasksApp

Description

Simple reactive app which:

  • displays saved tasks in 5 seconds interval using Room and RxJava2.
  • populate all tasks in a list with RecycleView and RxBinding with function to search for similar to task name articles in wiki (Retrofit, MediaWiki API).
  • addTask, deleteTask.

Used technilogies :

  • Kotlin
  • MVP
  • dependencies :
    • Dagger 2
    • RxJava 2
    • RxBinding
    • Retrofit 2
    • Room Persistent library
    • RecycleView

App screenshots :

taskApp screenShots