Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artemik/lori-timesheets-android

Lori Timesheets Android Client.
https://github.com/artemik/lori-timesheets-android

android-client cuba cuba-platform demo haulmont heroku lori-timesheets travis

Last synced: about 1 month ago
JSON representation

Lori Timesheets Android Client.

Awesome Lists containing this project

README

        

# Lori Timesheets Android Client
######
[![Travis CI](https://travis-ci.org/artemik/lori-timesheets-android.svg?branch=master)](https://travis-ci.org/artemik/lori-timesheets-android.svg?branch=master)
[![codecov.io](https://codecov.io/github/artemik/lori-timesheets-android/coverage.svg?branch=master)](https://codecov.io/github/artemik/lori-timesheets-android/coverage.svg?branch=master)

This is an Android client for the open source timesheets management system [Lori Timesheets](https://github.com/Haulmont/platform-sample-timesheets).
## Demo
A demo server: [https://lori-server.herokuapp.com/app](https://lori-server.herokuapp.com/app). Download the [release Android app](https://github.com/artemik/lori-timesheets-android/releases) to play around.
## Description
The application lets you manage timesheets - view, add, edit, delete time entries, etc.

Mainly, the application consists of two screens - a week overview screen and a time entry edit dialog (pictures below). A gif video demonstrating the application is in the [demo folder](demo/video-gif.gif).

The application uses Cuba REST API to query the server.

While building the application, it was kept in mind that view/add/edit/remove actions should require as less movements as possible, be at convenient and expected positions on the screen.

Unit and functional tests are present.

## Main Libraries Used
Dagger, Nucleus (MVP), Retrofit, RxJava, ButterKnife, IcePick, EventBus.