Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Tuesday, April 2, 2013

CSVListExample Source code walk-through

Continuing with the recent trend. Here is another source code walk-through. This one is an example project that demonstrates how to create a Custom ArrayAdapter to load some data from a CSV file into a ListView



Monday, April 1, 2013

Math Fact Cards Tutorial

Enjoy another source code walk-through. This one is over https://github.com/FoamyGuy/MathFactCards
This project demonstrates how to load data from the internet into a ViewPager using AsyncTask so that the UI remains smooth.


Sunday, March 31, 2013

QR Maker Tutorial

Enjoy this tutorial that details a simple application that demonstrates how to load images with https://github.com/nostra13/Android-Universal-Image-Loader. The example application will take text from the clipboard and download a QR code from the Google infographics API.