0

I've recently started creating an app for Android. but i do not have a Website. how to get Package name. Can i make it com.example.(app name) ? and how to know if it is available or not ?

Mohamed Hassan
  • 191
  • 2
  • 12

2 Answers2

2

You can set whatever package name you like, as long as it isnt already taken when you publish it on the playstore.

More good reading: https://stackoverflow.com/a/6273935/5644761

JakeB
  • 2,043
  • 3
  • 12
  • 19
2

package name have no concern with any website. It is used to identify your application uniquely in your mobile phone and in any App store. You can set any name or string in your package name i.e com.example.myfirstapplication it is not necessary that there should be com.example in the package name you can change them also i.e my.first.application.packagename