Thanks Aaron. I've decided on Android and not considering serving multiple platforms [partly due to business aspect that we are pursuing]. In all the examples that I happen to find, I cannot figure out how large the data that example is using.And to me it appeared those examples are mostly for online solution and data is persisted as a local cache. However if I consider that solution is to be used in the widely fluctuating connectivity regions [as in my case], then keeping significant amount of data offline is the option left. PhoneGap way: i assume if using javascript it is calling native code to persist the data and is some how able isolate from browser [where HTML5 spec can be constraint], it is definitely a good thing to try. I'll try this.
On Nov 16, 9:49 pm, Aaron Bartell <[email protected]> wrote: > I am not certain, but I think you could get around this using PhoneGap > (www.PhoneGap.com) which has a hybrid approach to using both HTML5 AND gives > you access to system resources. > > I have only just begun doing PhoneGap development (as a way to develop for > both Android and iOS without having to learn ObjectiveC) so my knowledge is > pretty shallow at this point. > > Aaron > Bartellwww.MowYourLawn.com/blogwww.OpenRPGUI.comwww.SoftwareSavesLives.com > > > > > > > > On Wed, Nov 16, 2011 at 10:45 AM, Pradeep <[email protected]> wrote: > > Hi > > As part of technical choice for our application, we are contemplating > > Android Native vs HTML5. To provide better user experience we need to > > keep data in client local storage. And we expect this data to grow big > > [may be in GB due to images & pdfs]. The HTML 5 spec mention 5 mb as > > default storage per root domain. Is there a way to alter default > > HTML5 storage limit . > > > thanks > > pradeep > > > -- > > You received this message because you are subscribed to the Google Groups > > "Android Discuss" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/android-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
