Results 1 to 7 of 7
Thread: need help building an xml editor
- 08-24-2011, 03:13 PM #1
Member
- Join Date
- Aug 2011
- Posts
- 4
- Rep Power
- 0
need help building an xml editor
Hello, Im new to java but do understand the concepts and logic of object oriented programming.
My next project is an xml editor for my android. iv got eclipse up and running and have successfully compiled a hello android app and seen it working in the emulator.
what i want the app to do....
import a simple xml file (will have a different extension to start with)
read entries in the file and list them in the ui.
add and remove enteries
hand off the xml file (with original extension) to android for emailing.
i appreciate any help you can give as this will be my first java project.
-
Given the generalness of your questions, about all we can do is suggest that you hit the Java tutorials and some text books and come on back in the future if you have any specific and answerable questions. Luck.
- 08-24-2011, 03:35 PM #3
Member
- Join Date
- Aug 2011
- Posts
- 4
- Rep Power
- 0
ya. iv been looking for a tutorial for soemthign like this.
i guess to start iv read about different pharsers available in java. which one would be recommended for a mobile app?
- 08-24-2011, 03:50 PM #4
Member
- Join Date
- Jan 2011
- Posts
- 67
- Rep Power
- 0
Android has not just one but two XML parsers already built in to it ready to use, you can find the documentation for them here:
javax.xml.parsers | Android DevelopersCurrently developing Cave Dwellers, a Dwarf Fortress/Minecraft style game for Android.
- 08-24-2011, 04:00 PM #5
Member
- Join Date
- Aug 2011
- Posts
- 4
- Rep Power
- 0
I hear dom is memory intensive. sax it is i guess
- 08-24-2011, 04:21 PM #6
Member
- Join Date
- Aug 2011
- Posts
- 4
- Rep Power
- 0
dont suppose anyone has an example of a SAXParser app i can see.
-
Similar Threads
-
Building first java web app
By SirSaula in forum New To JavaReplies: 1Last Post: 06-07-2011, 01:57 AM -
Building GUI
By alacn in forum New To JavaReplies: 7Last Post: 06-17-2010, 04:32 AM -
building a tree
By vendetta in forum New To JavaReplies: 0Last Post: 02-26-2010, 09:28 PM -
Building web application
By Assaf A in forum Advanced JavaReplies: 3Last Post: 01-27-2010, 08:07 PM -
Help in building little text editor that perform the UNDO operation
By realahmed8 in forum New To JavaReplies: 6Last Post: 04-20-2009, 01:46 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks