I’ve just been experimenting with my first app using Google Analytics. I set up it all nicely to track each activity that is visited, track when certain buttons are pressed and also what orientation the…
[TUT] Add Your App to the Android ‘do something’ Menu (using Intent Filters)
This request is to be able to add your application to the context menus of the android system. When the android system or another application wants to do a specific task, it will broadcast an…
Read more of [TUT] Add Your App to the Android ‘do something’ Menu (using Intent Filters)
[TUT] Show YouTube Feed for a Users Videos in a ListView ( JSON )
Hi guys, this is a Tutorial Request to show a list of videos that a user has uploaded to their youtube channel. YouTube has some great API‘s for using the data from their website and…
Read more of [TUT] Show YouTube Feed for a Users Videos in a ListView ( JSON )
[TUT] Set a notification for a user chosen time
Here we will set a notification to be popped up at a specific time in the future that the user has chosen. We will follow on from the Basic Date Picker Tutorial to use this…
Read more of [TUT] Set a notification for a user chosen time
OutOfMemory error – do you use runnables?
This is how I fixed my OutOfMemoryError, I don’t claim to be 100% correct and forgive me when I try to explain how, what and why (because I’ll probably just do it wrong) but hopefully…
[TUT] Basic Date Picker
I was just looking on the Android Developer site and the only tutorial they had to show a DatePicker was within a dialog. I didn’t want my datepicker in a dialog, I wanted it embedded…
[TUT] Preloaded images set as phone wallpaper
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…