Retrieving data from SQLite database In our previous section, we learned how we can create a table in the SQLite database and…
first phonegap app
-
-
Selecting a picture from the library In our previous section, we learned how we could create thumbnail and “high quality” image. In…
-
Taking pictures from camera In our previous sections, we learned about UI, Storage, Geolocation, Media, and Device Accelerometer. In this section, we…
-
Adjust the volume of media using JavaScript in PhoneGap In our previous section, we made our own control buttons using JavaScript. In…
-
Controlling Playback of media using JavaScript In our previous section, we learned how we can play audio and video content. Previously, we…
-
Creating a multipage UI in PhoneGap We will use the HTML CSS, and JavaScript to create the PhoneGap application’s user interface. The…
-
Creating a table and storing data in PhoneGap In our previous section, we learned about how we can use the localStorage object…
-
List view in PhoneGap A JQuery listview is designed as a simple unordered list having linked list items. It is created by…
-
Obtaining device location This section will make you learn about geolocation and how we can obtain our device location using PhoneGap. Geolocation…
-
Orientation, Network, and Battery status plugin In our previous section, we learned about the device info plugin. In this section, we will…