[android-beginners] Class Name

2010-06-17 Thread Aviral Shrivastava
We can get the name of the package of a class by using ApplicationInfo class... e.g. in my code I have used { ApplicationInfo abc; String xyz= abc.packageName; } I want to know the *name of the class* which implements the main Activity of the function.or rather the class having main activity

Re: [android-beginners] Class Name

2010-06-17 Thread Justin Anderson
Take a look at the PackageManager class... -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Thu, Jun 17,