-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e01afd2
commit d219669
Showing
6 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,3 +138,4 @@ crashlytics-retrofit.properties | |
build/ | ||
app/key.properties | ||
app/release/ | ||
google-services.json |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Bet (Obstawiamy mundial) | ||
Bet World Cup games with friends | ||
|
||
<a href=".media/1.png"><img src=".media/1.png" width="210"></a> | ||
<a href=".media/2.png"><img src=".media/2.png" width="210"></a> | ||
<a href=".media/3.png"><img src=".media/3.png" width="210"></a> | ||
<a href=".media/4.png"><img src=".media/4.png" width="210"></a> | ||
|
||
# Description | ||
Application written right before 2018 FIFA World Cup with intention for learning Dagger2 and MVVM. | ||
|
||
Firebase Firestore is used as read-only database which provides realtime updates and zero impact on real backend. | ||
Fetching match updates, betting and push notifications is controlled by [Golang backend](https://github.com/JaCzekanski/bet-server). | ||
|
||
Application doesn't require any authentication as it relies on Anonymous Signin feature of Firebase Auth. | ||
Inviting friends to bets is done using Firebase Invites (now Firebase Dynamic Links) simplifying whole user experience. | ||
|
||
# Technologies | ||
[Android app](https://github.com/JaCzekanski/bet-app): | ||
- Kotlin | ||
- Dagger | ||
- MVVM | ||
- RxJava | ||
- Firebase (Auth, FCM, Invites, Remote Config) | ||
- Retrofit2 | ||
- OkHttp | ||
- Moshi | ||
|
||
[Backend](https://github.com/JaCzekanski/bet-server): | ||
- Golang | ||
- Firebase Admin | ||
- Gorilla | ||
- Gocron | ||
|
||
# Build | ||
``` | ||
./gradlew :app:assembleDebug | ||
``` | ||
*Note: google-services.json file is required* | ||
|
||
# Authors | ||
- [Jakub Czekański](https://www.github.com/JaCzekanski) - Android and Backend development | ||
- [Kacper Rachtan](https://www.behance.net/sober) - Idea, UI and UX |