What makes a App Unique

LittleEddie

Member
Licensed User
Longtime User
I have a Question. I'm making a App that will be marketed to small business, so it will be one app but with a different face on each

So what do I need to change things so the App's don't conflict on the market or on a phone if 2 or more are installed on the same phone.

so far I'm changing
The App Name: ThisName.apk
Project-Package name: com.blocks123.thisname
Project-Application Label: ThisName

The way I'm doing this right now is to copy the project into a new directory and change the resources. Then I change the AndroidManifest.xml for AdMob. I then build the App and rename the .apk file

I just want to check and see if you think this is all I need to do, before I do it, or am I missing something.
Love b4a by the way.
Ed

Edit: OK, it looks like just doing what I'm doing now is going to work,
So now I got the App Working, but I'm not done with it yet.
next, Get the Web site ready,
then, Marketing it.
fun, fun, fun
 
Last edited:

LittleEddie

Member
Licensed User
Longtime User
Thank You Erel,

Well at least the easy part and one of the parts that I don't like are done,
Writing the App, easy
Debugging, a pain.
Now, marketing and dealing with people with unreasonable expectations.
 
Upvote 0
Top