Archives for: "July 2011"
I did the Android Notepad Tutorial
Finally, I completed Android Notepad Tutorial. It helps me to understand SQLite database in android. Moreover, it shows how to do some advance UI, such as ListView. I recommended all Android Newbie need to read it! more »
I need to use JSON in my android app
I am design the architecture of my android app now. At this stage, I am considering the interface between my app and the server. I am thinking to use the XML SOAP protocol. This is because the XML is very heavy weighted. There are Extra text in xml ,… more »
One of my blogs is upgraded to WordPress 3.2.1
One of my blogs is upgraded to WordPress 3.2.1 during last week. That is very smooth. All I need is uploading the files to my home directory. Then Loading the homepage again, it will run the update script. That is so easy! I found the interface got the… more »
Microsoft New SQL Server version ,"Denali" CTP3, is released
I got an email from Microsoft about new SQL Server version ,"Denali" CTP3, is released. I read their documents it got more support features in cloud. Moreover, its express version is more focus on localDB. This sounds like a in-process DB. That is very… more »
I got System.BadImageFormatException when I was using SQLite
I had built a new application using System.Data.Sqlite. When I run the application, I got an exception, System.BadImageFormatException.Well, I found I was using 64-bit version, because System.Data.Sqlite will call some unmanaged dlls. So, it still needs… more »
Tags: howto
New Version of Skype in Android
I have upgraded my Skype in android this week. I found there is a big improvement. The uer interface is much much nicer. Finally, it got a home screen, rather than a simple contact list style window. Moreover, now, I can send sms in there too! That is… more »
Tags: android
Go To Java World Again
I wish to an android application. Although that is a small personal project, it still requires some server operations. Thus, I need to find a web host. I already have a web host in PHP. That is possible to write some php scripts for the communications… more »