Free Projects to Illustrate Android Programming Techniques
A selection of Android projects that showcase various Android programming techniques. All the projects were built in Eclipse. Eclipse is a freely available Integrated Development Environment (IDE), a software package used for writing software. The projects available here come as Zip files that can be imported into Eclipse, how? See the article Move Android Code Between PCs Running Eclipse or read the instructions in the Zip file. Signed installable Android packages (.apk files) are also provided for some of the projects to execute them immediately on an Android device or emulator. This list of projects will expand as other Android tutorials and code examples are added to the site. A full list of our Android articles can be found in the Index. A version of a tutorial on this site may have appeared as a code recipe in the O’Reilly Android Cookbook, if so the icon for the cookbook will be shown in the listing. Click the icon to view the O’Reilly cookbook version.
Pingback: The Android AsyncTask Class Helps Avoid ANRs | Tek Eye
Pingback: Add a Border to an Android Layout | Tek Eye
Pingback: Free Android Icons Using OpenClipArt.org and Paint.NET | Tek Eye
I am an Android programming beginner.
1. Install Eclipse – http://tekeye.biz/2011/set-up-windows-for-android-development
2. If not using you own device setup an AVD – http://tekeye.biz/2012/set-up-an-android-virtual-device-for-app-testing
3. Run your first Hello World App – http://tekeye.biz/2012/your-first-android-java-program
4. Try the SDK sample Apps – http://tekeye.biz/2012/android-support-library-samples
5. Run through our other tutorials
Hello Sir.
This is very useful for me as I’m trying to get into the Android Field. I need your help a lot sir.
Definitely I’ll utilize you a lot.
Thank You Sir.
Hi!
I’m very new in android. I’m a vb developer. Now I need a simple project as follows. How can I get this project. I need source code with full comment. After reading the comment I can compile it my self. I use android studio. Thank you
The project should have 5 editboxes, 1 combo and 1 command button.
User will enter numbers in EditBox1.
the length may be 16-18 numbers.
Then user will select a item from combo.
combo should have 5 items.
Then user will click on the button.
In click event of the button, I want
first 5 number need to go in EditBox2
Second 4 number need to go in EditBox3
Rest of the number need to go in EditBox4
In the last textbox number length may be 7,8 or 9
After breakdown the string
I want to find sum of all EditBoxes
Editbox1 + Editbox2 + EditBox3
Then I want to subtract a number from the sum value.
(Editbox1 + Editbox2 + EditBox3) – a number like 5560
or 6612 or 4258 etc. The subtraction number may be variable,
because it depends on list item selected by user
Then I want the result in a Editbox5
I need this project in email. My email is [email protected]. If it is payable I will pay for this.
An example App using EditBoxes will appear in a later post.
If you are familiar with VB take a look at these alternative Android programming IDEs:
Basic4Android – http://www.basic4ppc.com
NS Basic – http://www.nsbasic.com
Monkey – http://www.monkeycoder.co.nz/
A lot of useful open source libraries, tools and projects could be found here: http://android-arsenal.com
Thanks for the link, a good place for Android developers to browse for components and other useful items.
Good one……You can also found more at http://androidtutorialsrkt.blogspot.in/
Hey i want an shpping site related any mini project
How to open zip files in android studio?
Extract the files first. A good utility for zip files is 7-Zip. Instructions for Studio are at http://tekeye.uk/android/examples/index.