Second simple Android Application Part 3 (Android-Part 6)

Posted on Fri 14 February 2014 in Android • Tagged with Android

Welcome back geeks, so after pasting this code, you would be having the MainActivity.java file like this :

13

In this screenshot, notice the highlighted part on the left. The Eclipse IDE is showing some errors at some specific lines (line no. 9 10,17,18 and so on). Now we …


Continue reading

Second simple Android Application Part 2 (Android-Part 5)

Posted on Fri 14 February 2014 in Android • Tagged with Android

Welcome back geeks, this tutorial is a continuation of previous tutorial. So please read the previous one if you have not read it.

So we had created a simple layout and it looked something like this :

7

Double click on the button to change the text of the button, now the …


Continue reading

Second simple Android Application Part 1 (Android-Part 4)

Posted on Fri 14 February 2014 in Android • Tagged with Android

Hey Geeks ! Hope you all have gone through previous tutorials and are clear with the basics of android. Here we’ll create our second simple android application which will consist of creating our own layout and a bit of java coding. As discussed previously, the layout of our android application …


Continue reading

Executing your Android Application (AVD's) (Android-Part 3)

Posted on Wed 05 February 2014 in Android • Tagged with Android

[Hello Geeks, hope you have gone through this postand have a good understanding of Android projects before proceeding further. To test / debug our Android Application, we can use any of available methods :]{style="font-size: 14px;line-height: 1.5em"}
1. We can use the Android Virtual Device (we'll create one …


Continue reading

Anatomy of First Android Application (Android-Part 2)

Posted on Mon 03 February 2014 in Android • Tagged with Android

Hello Geeks, hope you all have read the previous post for setting up IDE, here we explain what each folder of a newly created Android Application means. As soon as you follow the steps described in previous post, a simple android application with the application name and a predefined string …


Continue reading

Setting Up Eclipse IDE for Android Application Development (Android-Part 1)

Posted on Sun 02 February 2014 in Android • Tagged with Android, Development, Tutorial

Here is a complete tutorial to setup Eclipse IDE. Hope you have seen the first tutorial and have installed the required tools (ADT + Eclipse & JDK).After installing JDK, extract the Android SDK to a folder and you will get something like this.

Few screenshots related to Eclipse may vary due …


Continue reading

Beginning Android, for Java / C++ programmers (Android-Part 0)

Posted on Mon 27 January 2014 in Android • Tagged with Android, Java, Programming

Beginning Android

Most of the people now have Android devices. This attracts a lot of people to begin career as an Android Developer. Although creating games with sophisticated graphics isn't easy, but creating a simple Android app is. What you need to start Android Application Development is good knowledge of OOPS concept …


Continue reading