/tasks

Android application using Restful API for managing tasks

Primary LanguageKotlinMIT LicenseMIT

Tasks

Android application using Restful API from DevMasterTeam for managing tasks.

Table of Content

Screenshots

Login Navigation Drawer Register new tasks

General info

Application developed using Android Architecture Components and applying MVVM (Model-View-ViewModel, software architectural pattern).

Technologies and dependencies

ROOM - persistence library;

RETROFIT - type-safe HTTP client;

LIVEDATA - observable data holder class and lifecycle aware;

VIEWMODEL - store and manage UI-related data in a lifecycle conscious way;

Setup

applicationId "com.example.tasks" minSdkVersion 21 targetSdkVersion 29 versionCode 1 versionName "1.0"

License and copyright

MIT.

Acknowledgments

Thanks to Gabriel Ferrari who provided this course, available on Udemy.