As the project requirement, I will start to use PhoneGap to create a IOS app from scratch. This is my first time to use PhoneGap. Here is my understand about PhoneGap. First, PhoneGap is officially renamed as Apache Cordova. It is a framework to help you create IOS app, Android app, or even Windows Phone app from HTML5 and Javascript. For people who knows HTML5 and Javascript, this is a great tool to help to create native apps from HTML and JS. In this article, I will tell you how to create an IOS app by PhoneGap (Cordova) from beginning.
Build Android Wallpaper App with Fackbook Album
In my last Android Wallpaper App series of tutorials, I have demonstrated how to build an Android Wallpaper App in 5 steps. After you finished all these tutorials, you will know how to use Android GridView Layout, download image by AsyncTask, save and load file locally, crop image and set it as wallpaper on Android. However, there is no tutorial covering how to build a server to support Android Wallpaper. Therefore, I improve my Android Wallpaper app to use Facebook as its wallpaper server.
Read more
Connect Xbox to Wireless Internet Ready HDTV with HDMI Cable
Xbox game systems take entertainment to the next level. Xbox One and Xbox 360 aren’t just for playing Xbox games—both systems are multimedia centers that can stream videos, music, connect to the web, and so much more. If you are interested in hooking up your Xbox One or Xbox 360 to your TV, read on to find out more about the systems and the best ways to enjoy them in your home.
Read more
How to Connect Wireless Internet Enabled HDTV to Internet
It is quickly becoming the normal televisions to be internet enabled, because it makes access to streaming services (such as the big names of Netflix, Hulu, and Amazon Video) easier and faster than ever before. And when you combine that internet capability with the quality of an HDTV, you have the recipe for a great TV and movie experience!
If you are unsure about how to connect your internet enabled HDTV to wireless internet, you are not alone! The following is a handy guide to connect your wireless internet enabled HDTV to your internet service.
Read more

Add Push Notification in Android RSS Reader Using Google Cloud Messaging
As one friend’s request, I write this tutorial to demonstrate how to add the push notification in the Androis Rss Reader app with Google Cloud Messaging, just like many other news apps does. When the website publishes a news, the app will get the notification immediately. To implement the push notification in the android app, we need to implement the push notification module in the server side as well. For beginners, it may be complicated. Let’s me explain how push notification works in both server side (the website) and client side (the app).
Read more