Hi,

I would like to build an app which shows a list of app 
features(functionalities) on the screen. Against each feature, there will 
be Install/Update/Delete buttons. Similar to Play Store app, if app feature 
is not installed on app, Install button will be displayed, If installed app 
feature has an update, Update button will be showed. Also all installed app 
features show a Delete button to remove app feature. Now assuming I have a 
1000 app features and I like to restrict user to select only 20 app 
features at any time to keep app's storage value within limit, how do I 
achieve this without requiring user to leave the app screen or reboot the 
app?

I am not an android developer but have development background. I am 
thinking of below mechanism but I was told that it wouldn't work. Can you 
please propose a solution?

My proposal was - when user clicks on 1 app feature, a call to a remote 
webservice is made which returns code files related to the app feature and 
reference to this code files is updated in app config file. When user then 
clicks on app feature title, the feature's file loads up and provides new 
functionality to the user.

I was told that the app feature will install as a new app instead of being 
part of the existing app since android can't have separate apk files for 
separate app features that can install on demand. 

Kindly let me know what options I have to achieve same/similar 
functionality.

Regards,
GeekDev

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c40bcd3e-2131-4626-ae6c-dcc7ef07d06c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to