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…
Tag: android
[TUT] Generic One Option Dialog Fragment (with data)
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)
[TUT] Change alias passwords of your Android Keystore
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
Testing Devices – Emulator Settings for each Android Density Bucket
Recently I’ve needed to test on a vast range of devices, but we don’t have the physical devices available. I’m always wary of the emulators because they can’t show defects with the software that manufacturers/operators…
Read more of Testing Devices – Emulator Settings for each Android Density Bucket
List of Android Devices with pixel density buckets
This is my attempt at collating what device runs at what pixel density. I realise there are millions of devices so this list will start small and hopefully I’ll update it often whenever I come…
Read more of List of Android Devices with pixel density buckets
[TUT] Switching Android build constants using Ant
When you want to create two different builds/configurations for your development environment and your live build, it can be really annoying having to change all those constants; or you don’t have them as constants and…
Read more of [TUT] Switching Android build constants using Ant
[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