Niamathullah sharief wrote: > Hi i am new to android. I am having some doubt when i tried to do my > first project in android. When i select new new project in eclipse. Is > ask some details. In that i saw one option called "package name"..I > don't know what to give in that field. Can anyone help me. I am not much > expert in Java. Thank you
I recommend spending a bit of time to get familiar with Java *outside* of Android. Android is just unusual enough that learning Java and Android at the same time may prove frustrating. The package that Eclipse is asking for is the main Java package for your application: http://en.wikipedia.org/wiki/Java_package For example, I might use a package of: com.commonsware.android.sample or com.commonsware.android.yes.he.really.posts.a.lot or even com.commonsware.android.and.he.sometimes.gets.a.wee.bit.goofy -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

