Re: Multiple versions of apps

2014-08-13 Thread Richard Gaskin
Rodney Green wrote: > How feasible is it to write an app and customize it with many users > data. > Like a few hundred users. Are there any tools for this? Would this be > a nightmare to manage? Can you describe what you're looking for in a bit more detail? -- Richard Gaskin Fourth World Syste

Re: Multiple versions of apps

2014-08-12 Thread Jerry Jensen
I think you would need to have the customizable parts in a separate data file generated for each user, that your app reads. User data separated from app logic. Its not always so easy to do. If your user data is sensitive it would need to be encrypted I suppose. A tool could be written to help ge

Re: Multiple versions of apps

2014-08-12 Thread Kay C Lan
Is that one app with 100s of different possible configurations or 100s of users selecting from a handful of configurations. I believe it was the very talented Jerry Daniels from this List that once commented something along the lines that the core function of an app is the easy part; saying no to

Re: Multiple versions of apps

2014-08-12 Thread kee nethery
On Aug 12, 2014, at 7:35 PM, Rodney Green wrote: > How feasible is it to write an app and customize it with many users data. > Like a few hundred users. Are there any tools for this? Would this be a > nightmare to manage? I don’t see anything in the dictionary that indicates you can cause a sta