I warn you this is a long blog post as I am walking you through and explaining the full steps for an Android In App Purchase. I’ve recently had to deliver in app billing for…
Read more of Overview of Android In App Billing V2 (FlowChart)
Android Developer Tutorials
I warn you this is a long blog post as I am walking you through and explaining the full steps for an Android In App Purchase. I’ve recently had to deliver in app billing for…
Read more of Overview of Android In App Billing V2 (FlowChart)
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
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
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
In a previous tutorial I explained how to use an Ant script to build and run your projects. However it’s no good knowing how to do that, if you can’t run the Ant script. So…
Have just updated Tyre Pressure Checker to allow other apps to use it’s capabilities. You can now have Tyre Pressure information for UK registered cars within your apps. There are two methods for this you…
Read more of Tyre Pressure Readings in your App – Using Intent Filters
Following on from the popular ‘Show YouTube Feed for a Users Videos in a ListView’ someone requested that when you click on one of the individual videos in the list that it links off to…
Read more of [TUT] Click item in a ListView to show YouTube Video