Learn about the Android Development and how it can be used to create mobile and non-mobile applications.This website give full tutorials for develop android application and it is absolutely free.
Saturday, March 17, 2012
Generate Random No
generate Random no
Random randfact = new Random();
Toast.makeText(getBaseContext(), "random no : "+ randfact.nextInt(10000), Toast.LENGTH_LONG).show();
No comments:
Post a Comment