Tag Archives: blundell

[TUT] Easier / Quicker Generic Collection Creation

TweetSick of repeating your generics declaration?Sick of repeating your generics declaration? For a quick and easy way to create a collection of objects you can do the below. Create yourself a util class: Then each time you only need to declare your generics once. This is due to Type Inference. Inspired by Joshua Bloch’s – [...]

Register for YouTube API use

TweetThis post walks you through registering for the YouTube API. This is necessary if you want to upload / download videos from YouTube using OAuth. Another way to think of registering is that, it creates a server side representation of your android app that you are going to create, so that Google can recognise your [...]