-
Book Overview & Buying
-
Table Of Contents
Creating Mobile Apps with Appcelerator Titanium
By :
In this chapter, we will be developing an interactive electronic book (e-book) application with realistic page flipping, pretty much like a real book. This will be an iPad-specific application in order to benefit from the large screen resolution offered by a tablet display. We will be using WebView , along with HTML and CSS to present a rich experience. We will also be using other rich view components such as MapView to show a satellite imagery and a video player.
Since Titanium does not provide "page flipping" functionality out of the box, we will rely on a native module to achieve our goal. We will get more into that later on in this chapter.
By the end of this chapter, you will have learned the following concepts:
WebView componentMapView componentVideoPlayer component
Change the font size
Change margin width
Change background colour