Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)

Get it on Google Play      
Get it on Huawei App Gallery      
Get it on Amazon App Store      
Get it on Samsung Galaxy Store      
Get it Firebase App Distribution      

# 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 code

App 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