As usual, to create a new project of anything, in this case Android project, we just need to follow the dialog wizard.
I named this project LightWeight NoteTaker, a light weight html5 note taking app.
The package name of this app is “com.thirteenov.lightweightnotetaker” . So basically we need that package name as a unique identifier of our app.
I used Java as main programming language for this project, because it’s more convenient to me.
Then we click “Finish” button.
