how to create a class which not extended Activity & how can i use it class?
A:
Depends on what you want but a regular class would be
public class Name {}
and then
Name name = new Name()
*edit: Works just like Java on you computer
Fredrik Leijon
2010-09-23 10:59:31