Creating Our First App
So, in the part 1 of this course we learned about sketchware and how to install it . So in this part we are going to create our first app in sketchware .
Step: 1
1.Open sketchware
so when u first open sketchware u get to see this kind of screen
2.Click on add button
click on the add button to create a new android projects
Step 2
Now here u need to enter the details of your app . so enter your desired app name .
And now if u want to change your app icon you can simply click on the android image and select an icon(optional).
Click on advanced settings
so here you can enter your package name or let it be the same .
If you have a company domain like www. example.com
If you are writing package name then first you have to mention your company url in reverse order.
Than you should use:
com.example.region.projectname
If you own a domain name like example.co.uk than it should be:
uk.co.example.region.projectname
If you do not own a domain, you should then use your email address:
for name@example.com it should be:
com.example.name.region.projectname
Enter a Project Name. This will show up on Sketchware as the main way to identify this app
Leave the version code and name the same. You'll change this later when updating your app
Click Create App.
Congrats You have create your first app 🎉 🎉 🎉 🎉
Now in the next part we will be learning to design our app
Comments
Post a Comment