Chapter 4. Tracking Expense Using PhoneGap
In the previous chapter, we built a full SPA using the framework DurandalJS.
In this chapter, we will realize a hybrid mobile application to track expenses and plan and manage the budget.
At the end of this chapter, you'll know:
- What a hybrid mobile application is and which kind of frameworks we can use to make one
- What PhoneGap (or Cordova) is, how to install it, and which benefits it can give us
- How to integrate KnockoutJS with jQuery Mobile for this application
- How to get the most from the user environment: using the contacts to get the data for the application
- What kind of test to perform with these kinds of applications