transport-eta
transport-eta copied to clipboard
Twitch streamed 🎥playground repo, README speaks to you.
https://insert-koin.io/ https://github.com/InsertKoinIO/koin/tree/master/koin-projects/examples/android-mvvm
Related to #4 There are some Kotlin resources - Resource https://docs.gradle.org/current/userguide/troubleshooting.html#sec:troubleshooting_build_logic
## Resource - https://medium.com/over-engineering/setting-up-a-material-components-theme-for-android-fbf7774da739
## Context Instead of depending on the Rx library we can leverage the built-in Kotlin tech. ### Good resource/tutorial by Chris Banes - https://www.youtube.com/watch?v=P7ov_r1JZ1g&feature=youtu.be ### Article with `UseCase` - https://proandroiddev.com/i-exchanged-rxjava-for-coroutines-in-my-android-application-why-you-probably-should-do-the-same-5526dfb38d0e
### Context With all the recent changes in the jetpack (and others) the current version of the dependencies is falling behind. It would also be interesting to install the widely...
_From @JoaquimLey on November 20, 2017 14:49_ https://developer.android.com/topic/instant-apps/getting-started/structure.html#basic-app _Copied from original issue: JoaquimLey/transport-eta-android#7_
### Example article - https://proandroiddev.com/no-more-sms-call-log-permissions-now-what-9b8226de7827
## Context - There are `PendingIntent` params for `sentIntent` and `deliveryIntent` that we might be useful to know which sms code was sent, this was there is no need to...
## Context - This will be a very simple settings screen mostly to demo/try out the `Preferences API` ## Resource **AndroidDev summit 2018 talk** - https://www.youtube.com/watch?v=PS9jhuHECEQ
## Context After all checks pass on the CI, the generated artifacts should be distributed to the Playstore Internal/Firebase Beta channel. ## Sources - https://devcenter.bitrise.io/code-signing/android-code-signing/android-code-signing-using-bitrise-sign-apk-step/ - https://devcenter.bitrise.io/tips-and-tricks/android-tips-and-tricks/?utm_source=transactional&utm_medium=email&utm_campaign=welcome_v1_A&utm_content=text_link _Other refs: #72,...