Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeppeman/android-jetpack-playground
Pet project for cutting edge Android development with Jetpack
https://github.com/jeppeman/android-jetpack-playground
android android-navigation-component clean-architecture coroutines dagger2 dynamic-features espresso isolating-fragment-tests jetpack-android motion-layout robolectric testing
Last synced: 11 days ago
JSON representation
Pet project for cutting edge Android development with Jetpack
- Host: GitHub
- URL: https://github.com/jeppeman/android-jetpack-playground
- Owner: jeppeman
- License: apache-2.0
- Created: 2018-06-08T14:44:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T07:53:02.000Z (about 4 years ago)
- Last Synced: 2024-10-12T20:30:06.426Z (25 days ago)
- Topics: android, android-navigation-component, clean-architecture, coroutines, dagger2, dynamic-features, espresso, isolating-fragment-tests, jetpack-android, motion-layout, robolectric, testing
- Language: Kotlin
- Homepage:
- Size: 1.06 MB
- Stars: 271
- Watchers: 6
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/jeppeman/android-jetpack-playground/tree/master.svg?style=svg)](https://circleci.com/gh/jeppeman/android-jetpack-playground/tree/master)
# android-jetpack-playground
A small video player pet project with the purpose of fiddling around new Android development features.
Some areas of exploration:
* Dynamic Feature Modules and navigation patterns with them
* MotionLayout
* Jetpack testing, mainly isolated fragment unit tests that run both on device and the JVM with the same source codeApp Stores
---
The app is published on the following platforms:
* [Google Play Store](https://play.google.com/store/apps/details?id=com.jeppeman.jetpackplayground)
* [Huawei App Gallery](https://appgallery7.huawei.com/#/app/C102509249)
* [Amazon App Store](http://apps.samsung.com/appquery/appDetail.as?appId=com.jeppeman.jetpackplayground)
* [Samsung Galaxy Store](http://apps.samsung.com/appquery/appDetail.as?appId=com.jeppeman.jetpackplayground)
* [Firebase App Distribution](https://appdistribution.firebase.dev/i/4687a997751fbc85)It leverages dynamic feature modules on all of them, [GloballyDynamic](https://github.com/jeppeman/GloballyDynamic) is what enables this.
Articles
---
* Runtime agnostic and isolated fragment unit tests
* Navigation with Dynamic Feature Modules