Saturday 9 May 2015

Dynamic Android Application

Our purpose in writing a dynamic Android application is to
make the APK independent from the customer and the application
package he/she uses.


After a login process with SOAP-web service call the specifications
can be downloaded with SOAP from a server.  The menus and the forms
can be created.  The OnClick functions can be created according to
the information from XMLs.  The OnClick functions actually
indicate the SOAP calls that can be called by enter or button clicks.


I have implemented buttons, COMBObox and TimeDate without any problem.