Since Android Applications are written in Java, anything you can do with Java you can pretty much do on a droid. Of course there are limitations, as well as classes that are exclusive to the android SDK. In this example we will parse XML in an android application using POJO (plain old Java objects). This… view article
With the JQuery mobile framework you can quickly and easily create a web layout that looks and feels like a native mobile application. The trick to getting the feel of a native app is duplicating it's transitions. To try out some of Jquery's transitions, first create the following files. JQuery1.html … view article