Wednesday, 11 September 2013

Android Architectural patterns

Android Architectural patterns

I have just started with the android development and I am trying to
develop my first application, which I am actually going to publish. I have
a programming background in Java and knowledge of some patterns however I
have no idea which patterns I should stick with while developing android
apps. Also where to put Threads. I am developing an app, which constantly
loads data from a remote database through PHP scripts and displays them on
UI. I divided an app to few layers - Presentation layer, Domain
Layer/Service Layer and Data Source Layer. Between them I create facades
to access the services of the layer bellow. I dont really know if I should
stick with this structure or completely rebuild this app according to some
other patters. Its better to find it out at the beginning of the
development than to be forced to rebuild entire application later on. So
if somebody could provide me with some links about architectural patterns
which I can use or write something short about it here, I would really
appreciate it!

No comments:

Post a Comment