Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fibelatti/raffler-kotlin

A raffling app developed as a playground to study many topics related to Android. Kotlin + Coroutines + MVVM
https://github.com/fibelatti/raffler-kotlin

android androidx clean-architecture coroutines coroutines-android dagger2 detekt jetpack kotlin ktlint mvvm

Last synced: 3 months ago
JSON representation

A raffling app developed as a playground to study many topics related to Android. Kotlin + Coroutines + MVVM

Awesome Lists containing this project

README

        

Raffler
=====

[![Language](https://img.shields.io/badge/language-kotlin-brightgreen.svg)](https://www.github.com/fibelatti/raffler-kotlin)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Android CI](https://github.com/fibelatti/raffler-kotlin/workflows/Android%20CI/badge.svg)](https://github.com/fibelatti/raffler-kotlin/actions?query=workflow%3A%22Android+CI%22)

Raffler is a simple raffling app which intends to make decision making easier. If you...

- Can't figure out where to have lunch
- Have to choose someone for a task
- Have to create small groups of people
- Have to choose which student is making the presentation

...then Raffler can help you out.

Get it on Google Play

About the project
--------

It is mainly developed as a playground to study many topics related to Android.

The first version was developed in 2016 and can be found [in this repository](https://github.com/fibelatti/raffler).

This project is used to study and demonstrate many topics related to Android development such as:
- Android Support Libraries
- Kotlin
- Coroutines
- ViewModel and LiveData
- Room
- Navigation Component
- DI with Dagger 2
- Detekt
- Source Control Organisation
- CI with GitHub Actions

License
--------

Copyright 2019 Filipe Belatti

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.