1

Can I store persistent data in a Rhomobile application without a license throughout multiple times I turn the app on or off?

All I am looking to store is a simple coordinate, two numbers.

reZach
  • 8,945
  • 12
  • 51
  • 97

1 Answers1

1

Disclaimer, I work for Motorola Solutions, that builds the RhoMobile Suite.

The Open Source Rhodes framework, that is the core of the RhoMobile technology to build multi-platform applications, include everything that you need to persist data con consumer OS (the license, it's needed only when targeting Windows Mobile, Windows CE and Big Windows).

take a look at this image, that explain what you've in Rhodes (MIT license) and what addition you get with a RhoElements license.

Rhodes is available on github on in the RhoMobile Suite together with RhoElements, RhoConnect and RhoStudio.

~Pietro

pfmaggi
  • 6,116
  • 22
  • 43