• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integrating java and xml

 
Ranch Hand
Posts: 85
Android Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We can not create an app without XML. While your book only discusses java in android or so it seems. How do the book allows user to link java and XML of android. Does it discusses XML files of android app to some extent? So that reader should be able to relate different files that make an app work.
 
Author
Posts: 86
5
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rehan,

My book includes a chapter on XML that discusses XML basics and XML processing via various Java APIs, including Android's XMLPULL V1 API (which is Android's version of StAX). Appendix C, which is part of the book but distributed separately as a 96-page PDF file, and which you can download from http://www.apress.com/9781430264545, introduces AndroidManifest.xml and discusses what gets placed inside this XML file.

All the best.

Jeff
 
reply
    Bookmark Topic Watch Topic
  • New Topic