android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Apache License 2.0
15.51k stars 3.32k forks source link

Very helpful, but can you show best practices for editing a user? #30

Closed jbkielis closed 9 years ago

jbkielis commented 9 years ago

Thanks for the example, extremely helpful.

Would be great to also see the process of editing a user and how that interacts with the cache and the cloud data store.

Thanks again!

android10 commented 9 years ago

@jbkielis this is meant to be a learning example and I cannot cover all the cases. Remember that pull requests are accepted.

jbkielis commented 9 years ago

No problem Fernando. Just a suggestion as it covers a more realistic use case. Thanks again for the tutoring though. Very helpful! On Jun 20, 2015 2:00 PM, "Fernando Cejas" notifications@github.com wrote:

Closed #30 https://github.com/android10/Android-CleanArchitecture/issues/30.

— Reply to this email directly or view it on GitHub https://github.com/android10/Android-CleanArchitecture/issues/30#event-335967487 .

android10 commented 9 years ago

@jbkielis it is more about the lack of time. Working on an app that will use this approach and will open source it. It might be a more real case :)

jbkielis commented 9 years ago

@android10 Sounds great Fernando. Thanks for the update.