hi mobi coder, In src folder you will get an activity class. this is a class which will hold all the views and display. It is more like window screen with which user will interact. and you will get an xml file named main.xml in /res/layout folder where you will actually set the views and this main.xml will be set as a contentView to the activity class. You can find this class in /src/ floder as I mentioned earlier. This is what you need to search for .
thanks, mitu On Jan 3, 10:52 pm, mobi coder <[email protected]> wrote: > Hi Friends, > > I am new to Android Development. Actually i am iphone developer and i > am learning android developer. I installed android and eclipse and i > run one project successfully. > > Now problem is that after creating project, it doesn't appear in > eclipse. So can anyone plz tell me that how can i open project into > eclipse. > > Actually i haven't used eclipse anytime and android package contains > lots of like , 1. assets, 2. bin, 3. gen, 4. res, 5. src, > 6. .classpath, 7. .project, 8. AndroidManifest, 9. default.properties. > > So which file should i open in eclipse. > > Regards, > Moby Coder. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

