Android LinkFest for February 3rd
These are my links for January 26th through February 3rd:
- Gallery Tutorial with File Location – Learning Android – A tutorial showing you how to create a Gallery activity that shows all the users pictures on their SD Card. This tutorial also shows you how to fetch the physical location of the file on the card to use in your activity.
- Adding AdMob to your Activity – Learning Android – Great new blog called Learning Android has a tutorial for importing a 3rd party pay-per-click advertising library and show it in your activity
- Use DDMS to capture screen shots from device – I didn't know that I could take screenshots on an android phone using DDMS… (thanks to mgmblog)
- How to have a tiled background (in Android) – More on tiling backgrounds in Android
- Cyrket – Android Market Browser – Pretty cool… this is a web client for the Android Market so those of us without a G1 by our side can keep up with the Android app world.
- java.util.concurrent.CopyOnWriteArrayList – Android – need to look into this for taking a variable size arraylist and converting it into a float[] for the purposes of drawing things in Android
- Code Style Guide (Android Open Source Project) – thanks to jalderman… if I'm going to be getting more into Android (and development in general), I guess I need to learn something about code style rules.
Leave a comment