Android

Android, Java, Layouts, Menus, Services

Android Development: Parsing XML

by: Matt Hofstetter | March 11 , 2011 | views: 436

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