Part 1: Eclipse Mars 2 for Android Development (Start Up Project)
by ephtermulo in Circuits > Software
1923 Views, 17 Favorites, 0 Comments
Part 1: Eclipse Mars 2 for Android Development (Start Up Project)
I could say, Eclipse is one of the best IDE that we could use in developing Android Application with direct output of an Android Application Package (.apk). One of the easiest way in developing using Hybrid Programming (Java and XML). We could also integrate directly the SDK and use system Image for emulation using Android Virtual Device Manager (AVD). It requires basic knowledge in programming, especially in Java and XML.
Indeed, mastering Eclipse for developing application will be fun.
Please do follow my account for more Instructables :)
Workspace Launcher
Welcome Note
Workspace
Click File > New > Android Application Project
New Android Application Project
Configure Project
Configure Launcher Icon
Try to explore the changes :)
Create Activity
Take note: The activity will depend on the API level you declared on configuring the project.
Possibly you will experience incompatibility regarding the target.
New Android Application
I'll suggest at first, use the default name.
Ready to Explore
Wait for the next Instructables Part 2 (Creating an AVD)