Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fibelatti/raffler-kotlin
- Owner: fibelatti
- License: apache-2.0
- Created: 2018-09-27T18:00:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T23:17:19.000Z (over 1 year ago)
- Last Synced: 2024-06-25T08:38:32.677Z (5 months ago)
- Topics: android, androidx, clean-architecture, coroutines, coroutines-android, dagger2, detekt, jetpack, kotlin, ktlint, mvvm
- Language: Kotlin
- Homepage:
- Size: 1.19 MB
- Stars: 46
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-kotlin-apps - raffler-kotlin
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.
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 ActionsLicense
--------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 athttp://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.