Android, Java, Layouts, Menus, Services
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