4
votes
3answers
437 views

Develop for Desktop and mobile use?

I am in the very beginning of developing an app / desktop program. I want it to be cross-platform and possibly also as a tablet version (preferably Android Icecream sandwich). Note that I need to run ...
6
votes
3answers
525 views

Carpool logical architecture

I'm designing a carpool system (drivers can publish their routes and passengers can subscribe to them) with WebServices(axis2) and Android clients (ksoap2). I have been having problems with the ...
2
votes
2answers
966 views

What is the architecture model of an Android application?

I finished my app in Android and now I have to write about the architecture model in Android. Does the Android architecture resemble or fit with any of the well known architectures such as like MVC ...