Android News, Programming Articles, Tutorials, Sample Codes, Code Snippets, Developer Forums

Articles

Filed Under:
Tags: 

Importing JAR files in to Android project in eclipse

JAR stands for the Java Archive. Usually these file format is not only used for archiving and distribution the files, these are also used for implementing various libraries, components and plug-ins in java applications. JAR file is the compressed file format that is based on the popular ZIP file format.

More >
Filed Under:
Tags: 

Importing a Android Project to Workspace in Eclipse

This post will help those who have just started the Android development and those who want to explore the android projects, its file structures. There are lots of sample android projects hovering around in the internet that you can download. After downloading the project, one needs to know how to import the project into Android workspace.

More >

Pages