MyMobiler now supports Android
Well, few weeks ago, I told one of my clients to download "MyMobiler" as he wants to remote control his Windows Mobile Devices. I was surprised that it supports Android now... Thank you very much, "MyMobiler" team... [...]
by Elvis Hsu No comments Read More
Update Windows Mobile Application via your Http Server
Um, I haven't touch this Blog for a while... So... just a case study. Usually, I use FTP to find available files to update my mobile application. However,I have a client who doesn't want to install FTP but they have web server. Therefore, I use the traditional way to update the application, "Make a http query"... It is pretty simple to use HttpWebRequest and HttpWebResponse to validate the version. If the server returns a file link, then I download it and install it. You can make a HttpWebRequest (http://yourwebsite/?version=1.0.2.0) to find available update. If server [...]
by Elvis Hsu No comments Read More

CryptoDonatex