Originally shared by Diego Rigoni

Originally shared by Diego Rigoni

HI! I'm here to ask for suggestion!
I have to do an app for android and Ios with many forms inside. there no business logic, only read from online rss and similiar.

My customer has a already design a prototype interface, with a multiview menù on left with some button, each one opening a form with some information.
end user can switch from one form to other without any order, only following its needs.
in short: menu is the same for all forms; contents are all different. in windows it can be a simple MDI app :)

i have 2 ideas to implement it :
1) create a "formBase" with only multiview menù on left and code for button to show forms. ( i can create all forms at startup, so only call show )
2) create a "formcontainter" with menù and a Frame wich is loaded and changed at runtime when menù button is pressed.

which idea is better for you ?

Comments