[android-developers] Re: Help me solve my Ambiguity regarding Activity

2009-02-24 Thread nagaraj attimani
Case 1: Activity is started using action Action might be same for few activities.. User need 2 select an activity depending on req. Most of the time.. class name are not visible .. Case 2 : Activity is started by refering a class name As class name can be unique. Intent resolver will resolve rqd

[android-developers] Re: Help me solve my Ambiguity regarding Activity

2009-02-24 Thread mathiastck
http://groups.google.com/group/android-developers/browse_thread/thread/1c94a1d6d070b0b0 On Feb 24, 5:14 am, gganesh ganesh@gmail.com wrote: hi friends, What is the difference between starting an new Activity by case :1 and case: 2 case : 1            Intent i= new