dodroid
dodroid copied to clipboard
May the knowledge be with you!
https://github.com/mgolokhov/dodroid/issues/163
https://circleci.com/docs/2.0/language-android/#testing-with-firebase-test-lab https://medium.com/@ayltai/all-you-need-to-know-about-circleci-2-0-with-firebase-test-lab-2a66785ff3c2 https://github.com/android/architecture-samples/blob/master/.circleci/config.yml https://github.com/android/plaid/blob/master/.circleci/config.yml
The app was banned from Google Play. Sounds should be less aggressive without a violation of IP.
- [Modularization in five parts by Jeroen Mols](https://jeroenmols.com/blog/2019/04/02/modularizationexample/); [code example](https://github.com/JeroenMols/ModularizationExample) - [Modularizing Android Applications - Marvin Ramin](https://www.youtube.com/watch?v=TWLkswxjSr0) - [Vladimir Tagakov (Yandex, in Russian)](https://www.youtube.com/watch?v=pMEAD6jjbaI&feature=youtu.be); [text/slides](https://habr.com/ru/company/yandex/blog/419295/) ; [code example](https://github.com/Tagakov/modules-and-dagger) - [Denis Nekliudov...