[android-beginners] Help me.....

2009-07-11 Thread Nerj
Hi! I am begginer of Android Development. I can create an activity with different views, and can run them successfully. The problem is that, If I have several activities in the android project, it takes only one to launch. Can u pls, tell me how to set an activity as Main one which

[android-beginners] Re: Help me.....

2009-07-11 Thread Desu Vinod Kumar
Hi go through this link... http://developer.android.com/guide/topics/manifest/manifest-intro.html u set ur main activity in android manifest.xml file for each and everey activity we need to define in manifest.xml file On Sat, Jul 11, 2009 at 3:22 PM, Nerj neeraja.ar...@gmail.com

[android-beginners] Re: Google gdata APIs

2009-07-11 Thread Theo K
Hi Ashish, I've successfully imported the gdata APIs into my project - the instructions within the FAQ are actually quite accurate. But before you run through the steps laid out in the FAQ again, it's worth pointing out that the gdata APIs weren't built for mobile phone platforms. You can hear

[android-beginners] File Manager Integration

2009-07-11 Thread johnny
Hi Guys, A portion of my application involves the user choosing a file from the file system. There are plenty of nice file explorers out there and so there is no good in me writing one from scratch. How do I integrate another developer's file explorer app (with their permission of course)? I