You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
https://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.
About
A raffling app developed as a playground to study many topics related to Android. Kotlin + Coroutines + MVVM