Hello,
It would be good to have a designer just like Visual Studio. The options along the side and you can drag and drop the object (button, image etc.) to the layout.
But then allowing you to double click the item to add code for that item and store it within the layout.
So each layout would then become it's own Activity (or known as a Form in Visual Studio) then the code can be kept inside that layout rather than having to create the layout, then call that layout in the Activity then having to add the code in that Activity for that layout you just created.
This way you can just open the designer to see what the screen is going to look like, then double clicking the item to see what that item is going to do when someone presses that button/object etc.
If the user wants to use the same layout but have different code then they will have to create another form, and copy and paste the layout onto that other form.
I understand having the designer like how it is now, allows you to load lets say 3 layouts onto the one screen but having it like Visual Studio would be more powerful and easier to use.
It would be good to have a designer just like Visual Studio. The options along the side and you can drag and drop the object (button, image etc.) to the layout.
But then allowing you to double click the item to add code for that item and store it within the layout.
So each layout would then become it's own Activity (or known as a Form in Visual Studio) then the code can be kept inside that layout rather than having to create the layout, then call that layout in the Activity then having to add the code in that Activity for that layout you just created.
This way you can just open the designer to see what the screen is going to look like, then double clicking the item to see what that item is going to do when someone presses that button/object etc.
If the user wants to use the same layout but have different code then they will have to create another form, and copy and paste the layout onto that other form.
I understand having the designer like how it is now, allows you to load lets say 3 layouts onto the one screen but having it like Visual Studio would be more powerful and easier to use.