DayDreaming is simple, if you have written an application with an Activity i.e everybody! You should be able to implement a simple daydream with little extra effort. We are going to run through creating one…
Tag: tutorial
[TUT] Simple InApp Billing / Payment V3
Google have released a new version of their In App Billing (Version 3). So I’ve followed suit and updated my tutorial! Eclipse Project Source Code Download GitHub Source Code Repo Link There are a fair…
[TUT] Twitter Feed on an App Widget
Hi guys, this is a Tutorial Request to show how to create an Android widget that shows a Twitter feed when you give it a search term. The first line of the widget shows the…
[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] ListView with a Footer Item
Just figured this one out myself. If you want a ListView with a button / edittext or other view item below the ListView that stays at the bottom of the screen while the view still…