Hi Dear,
i want to create a client for our web based server which is in (html+XML).plz my help… how i do sending user name and password to server for authentication.when it matchs then open the next page in web view.
Hi Dear,
i want to create a client for our web based server which is in (html+XML).plz my help… how i do sending user name and password to server for authentication.when it matchs then open the next page in web view.
Are you saying that you have a web site which you want to present wrapped in a native app or do you want to build an app which uses the content from a website?
If you have a web app which you want to show in a native browser (without navigation chrome) you should be very careful how you design the web pages, but otherwise disable orientation rotation.
If you have content which you can access from within the app via web services you should be fine because the network.* is what that is for.
Are you saying that you have a web site which you want to present wrapped in a native app or do you want to build an app which uses the content from a website?
If you have a web app which you want to show in a native browser (without navigation chrome) you should be very careful how you design the web pages, but otherwise disable orientation rotation.
If you have content which you can access from within the app via web services you should be fine because the network.* is what that is for.