-
Notifications
You must be signed in to change notification settings - Fork 0
ULife | Android
Andrey Vladislavov edited this page Oct 14, 2022
·
5 revisions
Back-end code can be found here
- MVI as architecture
- ktor for http requests
- UI with Views and Jetpack Compose
- Coil for image viewing in Compose
- Glide for images in views
- Navigation Components for navigating with fragments
- Koin for DI
- Get places name from LatLng with Positionstack
- Loading images to ImgBB
- Uploading apk's to Telegram chats
- Fork project
- Add to local.properties
-
IMGBB_API_KEY =API key from imgBB -
POSITIONSTACK_API_KEY =API key from positionstack -
maps_api_key =Google Maps API key from Google Cloud console (you should create and link application)
-
- Build :)