Skip to content

Blundell

Android Developer Tutorials

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

[TUT] Backup & Restore SharedPreferences to the cloud

In Intermediate, Tutorial By blundell On 2012-08-212012-08-21

This tutorial will show you how you can backup and restore your users sharedpreferences into the cloud. This allows for your app to remember it’s settings in between device installs. This is based on the…

Read more of [TUT] Backup & Restore SharedPreferences to the cloud →

Tagged backup, cloud, manager, save, sharedpreferences, store

[TUT] Using Annotations for Android XML onClick visibility

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

In this tutorial I’ll show you how to create a basic Annotation. The idea being you can use this to highlight the entry points into your code. (These entry points coming from XML onClick declarations…

Read more of [TUT] Using Annotations for Android XML onClick visibility →

Tagged android, annotation, java, onClick, visibility, xml

[TUT] HTML in an Email Intent

In Intermediate, Tutorial By blundell On 2012-07-262012-07-26

Recently I’ve had to write an Android Application that can send some of its data via email. It’s easy to send the data but I wanted to style the email using CSS. After trying every…

Read more of [TUT] HTML in an Email Intent →

Tagged android, attachment, email, html, intent

[TUT] Generic One Option Dialog Fragment (with data)

In Advanced, Tutorial By blundell On 2012-07-162012-07-16

In this tutorial I’ll show you how to create a dialog fragment that can be used for general purpose dialogs where you want to show the user a message and just have one option for…

Read more of [TUT] Generic One Option Dialog Fragment (with data) →

Tagged android, blundell, dialog, dialog-fragment, fragment, generics

[TUT] Change alias passwords of your Android Keystore

In Intermediate, Tutorial By blundell On 2012-06-29

I recently gave one of my applications to another developer to work on. They where to upload updates to Google Play and therefore needed the keystore to sign the application. Now me being naive to…

Read more of [TUT] Change alias passwords of your Android Keystore →

Tagged alias, android, keystore, settings

[TUT] Show YouTube Feed for a Users Videos in a ListView ( XML )

In Intermediate, Request, Tutorial By blundell On 2012-06-25

Hi guys, this is a Tutorial Request to show a list of videos that a user has uploaded to their youtube channel using atom XML. YouTube has some great API‘s for using the data from…

Read more of [TUT] Show YouTube Feed for a Users Videos in a ListView ( XML ) →

Tagged atom, browse user uploads, gdata, listview, xml, youtube, youtube api

[TUT] SplashScreen with Progress Bar

In Intermediate, Tutorial By blundell On 2012-06-212012-06-21

Recently had a request for a splash screen that can be used to inform the user that you are downloading some resources that are needed for your app to load. When your app first starts…

Read more of [TUT] SplashScreen with Progress Bar →

Tagged loading, progress bar, spinner, splash screen

Posts pagination

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