Its been a long time i have been away from posting on this blog, and the most likely excuse to make you all believe would be that i had been struggling with a problem until i came across the following article and it helped me. Helped me to finally spend some time on blogging.
So, i would ask you the same question, which struck me while making the app.
How would you architect your android app ?
The app relies on various content sources and needs to be simple enough to not bog down a new developer in your team or just a helping hand.
While developing my app i realized of having done lot many similar things as suggested in the post mentioned below.
http://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/
To put it simply, use Android framework only when required to access the functionality that the SDK was designed for. And, use your favorite language to implement the business logic that your app needs to implement as Product feature.
Those who have "learned" the Design Pattern, well i hope you would be glad to see some of those in action.
Enjoyed the nights deprived of Sleep ..!! Its time now to say Good Night, hope you enjoy postponing your sleep further .. :D
So, i would ask you the same question, which struck me while making the app.
How would you architect your android app ?
The app relies on various content sources and needs to be simple enough to not bog down a new developer in your team or just a helping hand.
While developing my app i realized of having done lot many similar things as suggested in the post mentioned below.
http://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/
To put it simply, use Android framework only when required to access the functionality that the SDK was designed for. And, use your favorite language to implement the business logic that your app needs to implement as Product feature.
Those who have "learned" the Design Pattern, well i hope you would be glad to see some of those in action.
Enjoyed the nights deprived of Sleep ..!! Its time now to say Good Night, hope you enjoy postponing your sleep further .. :D
No comments:
Post a Comment