Is it a good idea to create shared UI library that would render natively on different platforms?
- by Maciej Donajski
I am designing an application that has following flow:
User designs a form using web application (J2EE backend application)
The form is sent to mobile device (Android)
Mobile device User fills out the form designed in 1.
Results are synced with backend.
One of my ideas is to create a common java UI library for creating the type of forms that I…