Android Series: Custom ListView items and adapters
This is a short tutorial on how to populate your android list view, with data downloaded from the internet or other sources, using ArrayAdapter. ListView items view is declared in a separate XML file and displayed using custom adapter class.
Read More →Setting up Android development platform on Ubuntu Linux 9.04
In this post I will go step by step through the setup of your development box for Android and all its goodness.
Your personal SMS Gateway with C#
Today I will describe simple but effective way to send sms from your computer using your mobile phone and a short C# application. I’m using Nokia 6070 but I guess any phone which has the ability to send SMS through AT commands will do. First of all you would have to have a mobile phone […]
Read More →