kindly provide me the information regarding " how to implement username and password edit boxes" after providing the username and password it has to send the details to a predefined url. i had seen the cipher example provided in the sdk, i think it is not sufficient to implement. kindly provide which api's are required and what are the design issues to be considered while designing.
you could fetch the username & password text strings from the user in many different ways:
1. with dialogs: see query examlpe
2. with controls in containers: see editor example
3. with Series 60 dialogs: see forms example
4. with settings list contarols: see settings list example
et...
The connection to the url could be also done in many ways. For example using sockets (see sockets example) or HTTP or WAP.