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

Create your own Simple File Transfer App over LAN (with Source code in JAVA)

Posted on Thu 30 January 2014 in How To DIY • Tagged with Java, Networking, Sockets

Many Core Java packages can be used to create useful applications. This application uses java.net package to establish connection between two systems residing on the same network.  This point is important, because it will not work for arbitrary networks (having no connection between them). For those who don't have …


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