Question

I'm developing my first app for Firefox OS and and yet I have many doubts. I want to manage multiples profiles in this app, for example: dad's profile, mom's profile, etc. in the same app.

The first time, exist 2 pages: 'welcome's screen', and doing left-swipe, the 'new profile screen'. If the user creates a dad's profile, the app should see like this:

Welcome's Screen | Dad's Profile | New profile

And if he adds another profile:

Welcome's Screen | Dad's Profile | Mom's Profile | New profile

My question is: how i can generate new pages for Dad, Mom's profiles.... dynamically?. I know a little about HTML, CSS and JavaScript but i don't know if a need another lenguage to do i want.

Thank you.

Was it helpful?

Solution

If your family profiles are not stored in the remote database just use html. If the profiles are stored in the remote database then you have to use server-side lang. such as PHP.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top