Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/artemik/lori-timesheets-android
- Owner: artemik
- License: apache-2.0
- Created: 2016-10-03T17:32:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T16:55:36.000Z (about 8 years ago)
- Last Synced: 2024-10-30T01:02:23.169Z (3 months ago)
- Topics: android-client, cuba, cuba-platform, demo, haulmont, heroku, lori-timesheets, travis
- Language: Java
- Homepage:
- Size: 4.46 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.