etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Sample app #69

Open etiennelenhart opened 5 years ago

etiennelenhart commented 5 years ago

To showcase the new functionality of the 5.0.0 release, a sample app should be added to this repository.

A good example could be a rudimentary podcast app called EiffelCasts that allows searching, playback and marking podcasts as favorites. This would showcase both local and remote commands, state handling and could use public APIs. It would provide a reasonably complex example with real-world challenges instead of a dummy app with no practical value.

3mph4515 commented 4 years ago

Hi, any future plans on the sample app? Or the project is not actual anymore?🤔

etiennelenhart commented 4 years ago

Hey @3mph4515, I'm still planning to maintain the project but unfortunately I'm currently way too busy with job and family to actively work on it. All that's basically left to do is documentation and this sample app. I'm also a bit behind on EiffelAmi, which I'd really like to release together with Eiffel 5.0. I'd also need to check, if any new dependency updates from Kotlin Flow or AndroidX introduced some breaking changes. Once I manage to get all of this done, I'll be more than happy to finally release the next major version of Eiffel.

piyushjohnson commented 3 years ago

Hey may i work on this sample app or its just not needed at all for further developments on this project.Although i have some plan to make a sample app based on eiffel architecture.

etiennelenhart commented 3 years ago

Hey @piyushjohnson, thanks for the offer. It'd definitely still make sense to provide some kind of sample application. If you want to give it a shot, please do.

I switched to working as a full-time Flutter developer so I'm not that entrenched in the Android ecosystem anymore. And with the current "global situation" I've unfortunately got even less time for side projects.

I still plan to keep Eiffel going though and more or less up to date, so I'd be more than happy to accept your help on a sample app.