Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
1.30/5 (3 votes)
See more:
I want to create a password and a username for customer in my project but i want the system to generate it[username and password] by the information the customer entered then the customer will receive a SMS[giving password and username]...I know ho wto do this in asp.net but in Android i can't please anyone help me.
Posted
Comments
Ed Nutting 22-May-12 15:13pm    
Try searching Google for the two main parts of your code:
1) Username/password generation in Java/Android
2) Sending SMS in Java on Android

Or for #1 you could convert your C# code to Java - not that difficult especially given similarity between Java and C# and the massive amount available as standard with Android API's.
Both areas that you are having problems with have been answered and quick Google searches will get you those answers so don't be lazy! :)

Ed
zamani2 23-May-12 2:34am    
tanx alot :)

1 solution

For username either u can use the device name or his/her name if feed in the device and as password you can use random number generation method.
 
Share this answer
 
Comments
Dezzery Cloete 5-Mar-22 15:10pm    
Can someone show me example please

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900