This is the first request that I’ve done! This tutorial will show you how to display some images within your application from the resources folder, you can browse through these images and choose to set…
Tag: android
[TUT] Sliding Drawer Activity – Animate an Activity
This tutorial is to show you how you can have a new activity animated to slide into view just like the Android Sliding Drawer. The tutorial show’s the animation coming in from the left and…
Read more of [TUT] Sliding Drawer Activity – Animate an Activity
[TUT] Infinite Scrolling Gallery View
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…
[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
Add source code links to Android APIs
So I’ve just been taking it for granted that I can see the source code for the Android SDK by clicking ‘view source’ on the Android developer site. see below: Today I was using someone…
[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…