WesleyMalesa / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Android App Store friendly flavor #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create a Cloud Service that is self-contained and packgaged within the App. 
Currently, the system service is installed as a CloudManager App and other Apps 
share this runtime. This can be a big inconvenience for App Store based 
development.

iPhone is already self-contained since there is no Inter-App communication

Original issue reported on code.google.com by openmobs...@gmail.com on 20 Jun 2011 at 1:46

GoogleCodeExporter commented 8 years ago

Original comment by openmobs...@gmail.com on 1 Aug 2011 at 9:57

GoogleCodeExporter commented 8 years ago
This is not advised considering the proper use of resources on the phone. A 
common shared runtime is a cleaner architecture and communication between apps 
using the Bus.

A disadvantage that users need to download and install this CloudManager App is 
a bit inconvenient. May be providing it on the Android App Store instead of 
installing the binary locally may help with the provisioning.

Lets see what is a better approach. Multiple runtimes per app is a drain on the 
device

Original comment by openmobs...@gmail.com on 30 Aug 2011 at 8:14