This is just something I put together when trying to figure out the best way to display my images to the user. One thing I did find out is the Android Gallery View sucks! I…
Category: Tutorial
[TUT] Simple InApp Billing / Payment (V2)
*DEPRECATED Please see my new tutorial: Simple InApp Billing / Payment V3* ________________________ —> InAppPurchaseTUT Source Project Download InAppPurchaseTUT Source Project Download
[TUT] Array List of countries for arrays.xml
Just created these two matching pair array’s of countries and county codes thought I would share them with everyone since I couldn’t find them myself. Could use the full names for a spinner selection and…
[TUT] Rounded Corners Map View
This tutorial is pretty self explanatory. Basically a nicer looking map view that has rounded corners. This is a custom view that draws a map view then draws rounded corners over the top. This works…
[TUT] Sending a Tweet
Implemented this myself so thought I would share. This isn’t the prettiest solution but it gives you all the facts and is nice an quick. I’ve kept it all in one Activity to try and…
[TUT] Button to open web browser
Someone requested this so here goes: If you want to send someone to a website when they press a button in your activity: MainActivity class: And your XML layout: Main.xml As always, enjoy!
[TUT] ImageView with Loading Spinner
Hi guys, read a post where someone wanted to load a url image in an ImageView and show a loading spinner whilst this was happening. So I thought it would be a fun exercise for…