>
> I would guess that that what you're seeing is a package name and not a
> class name.
>
No, I think I see class names. For example I have tutorial application
installed, which has package "com.learning.FancyListsRecycle12". And above
mentioned snippet of code among all returns this:
Program: 262 ResolveInfo{448fcec0 com.learning.FancyListsRecycle12.*MainAct
*p=0 o=0 m=0x108000}, where "MainAct" is my main activity.
Still I cannot launch that tutorial app with:
Intent i = new Intent(this,
Class.forName("com.learning.FancyListsRecycle12.*MainAct*"));
startActivity(i);
Any ideas why?
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/android-discuss?hl=en.