Skip to content

Blundell

Android Developer Tutorials

  • Beginner
  • Intermediate
  • Advanced
  • Reference
  • X-Post

[TUT] Easier / Quicker Generic Collection Creation

In Reference By blundell On 2013-03-03

Sick 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…

Read more of [TUT] Easier / Quicker Generic Collection Creation →

Tagged array, best practice, blundell, collections, easy, generics, java, map

[TUT] Validate EditText User Input with Shake Feedback

In Intermediate, Tutorial By blundell On 2013-01-182013-01-18

I was recently watching the Google App Clinic and noticed one of the apps Zoum Tasks had this really cool feature where when the user enters an email address into an EditText, if it was…

Read more of [TUT] Validate EditText User Input with Shake Feedback →

Tagged android, animation, edittext validation, feedback, shake

[TUT] Simple InApp Billing / Payment V3

In Advanced, Tutorial By blundell On 2012-12-302012-12-30

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…

Read more of [TUT] Simple InApp Billing / Payment V3 →

Tagged android, buy, inapp billing, managed, purchase, sell, tutorial, v3

[TUT] Create your own CheckStyle check

In Advanced By blundell On 2012-12-232012-12-23

Android code is just like any Java system, you need to write tests and have automated code review checks. CheckStyle is a way of double checking your Java code. Checkstyle is a development tool to…

Read more of [TUT] Create your own CheckStyle check →

Tagged android, checkstyle, clean code, java, maven

Creating 9 Patch Images – Android Asset Studio

In Reference By blundell On 2012-11-17

If your here you already know what a 9 patch image is. 9 Patch images are stretchable, repeatable images reduced to their smallest size. You define what regions you want to stretch and where your…

Read more of Creating 9 Patch Images – Android Asset Studio →

Tagged .9.png, 9patch, android, android asset studio, asset studio, density bucket, drawable, drawables, easy 9patch

[TUT] Using the camera with a custom overlay

In Intermediate, Tutorial By blundell On 2012-10-122012-10-12

This tutorial shows you how to use the devices camera inside your application. It also shows how you can have a custom UI for your camera and overlay images on top of the camera preview.…

Read more of [TUT] Using the camera with a custom overlay →

Tagged camera, custom, custom camera, custom overlay, custom ui, image, overlay, take photo, take picture, template

[TUT] Get your app OAuth YouTube API access

In Intermediate, Tutorial By blundell On 2012-10-102012-10-10

This tutorial will explain how to allow a user to sign into YouTube, getting your application authorised so you can use the YouTube API. This will allow you to upload / like / post comments…

Read more of [TUT] Get your app OAuth YouTube API access →

Tagged access, download, like video, login, oauth, post comment, sign in, signin, upload, youtube

Posts pagination

←Previous page Page 1 … Page 12 Page 13 Page 14 … Page 19 Next page→
© Copyright Blundell. All rights reserved.