Summary
Let's quickly discuss what we have done in this chapter. We have prepared ourselves for PhoneGap development by installing SDKs for both Android and iOS. Next, we touched on how we can make use of PhoneGap command-line interface to set up our app, install, and prepare for different platforms and run our apps on iOS and Android emulators. We've also learned the commands to run our apps on real devices.
However, we are still far away from a decent mobile app. What we have now is just a basic version of the todo app on PhoneGap; we need to improve on it. Specifically, we need to make it look more like a mobile app. For instance, can we design the look and feel of the to-do list so that it when we tap on it, we are shown the individual todo item on a single page, instead of just appending it to the bottom of the page? We'll do this and more in the next chapter.