The full process is tested on the computer with following configuration:
Processor: Core i3 2.53 GHz
RAM: 2.00 GB
OS: 32-bit Windows 7
IDE: Netbeans 6.9.1
Here is the step-by-step process to begin android programming with netbeans. Hope it will be helpfull for all. (Part 2)
Link to Part 1 of 2
Step 5: Writing First Program
Now it's time to create the first android program using netbeans.
Open Netbeans and goto File>>New Project. Select Android>>Android Project and then click next.
Provide a project name and a package name with three parts (example: part1.part2.part3). Give an activity name which will be shown in the application list of your android device. Select the target name you want and click finish.
Processor: Core i3 2.53 GHz
RAM: 2.00 GB
OS: 32-bit Windows 7
IDE: Netbeans 6.9.1
Here is the step-by-step process to begin android programming with netbeans. Hope it will be helpfull for all. (Part 2)
Link to Part 1 of 2
Step 5: Writing First Program
Now it's time to create the first android program using netbeans.
Open Netbeans and goto File>>New Project. Select Android>>Android Project and then click next.
Provide a project name and a package name with three parts (example: part1.part2.part3). Give an activity name which will be shown in the application list of your android device. Select the target name you want and click finish.