Showing posts with label Resources. Show all posts
Showing posts with label Resources. Show all posts
Saturday, November 5, 2011 6 comments

9 Amazing Examples of Parsing XML in Android w. Tuts [Source Code] [Video]

Ive found the best way of learning something in Android is to look at about 5 to 10 different varriations of code that accomplish the same thing. Doing this gives you a sense of  whats consistant in all the examples and how you can and can and cant manipulate the code.




1. TheNewBoston/MyBringBack via Youtube:
http://youtu.be/Z1rtldBTzCE


2.Programmer-XR:
http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/


3.AndroidPeople SAX Parsing:
http://www.androidpeople.com/android-xml-parsing-tutorial-using-saxparser


4.AndroidPeople DOM Parsing:
http://www.androidpeople.com/android-xml-parsing-tutorial-–-using-domparser


5.WarriorPoint:
http://www.warriorpoint.com/blog/2009/07/19/android-simplified-source-code-for-parsing-and-working-with-xml-data-and-web-services-in-android/


6.ctctlabs:
http://www.ctctlabs.com/index.php/blog/detail/parsing_xml_on_android/




7.AndDev User Submitted Tuts by XCaffeinated:
http://www.anddev.org/using_xmlresourceparser_to_parse_custom_compiled_xml-t9313.html


8.AndDev  User Submitted Tuts by PlusMinus:
http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html


9.IBM Android Tuts: 
If your new to Android this example and explaination might be a little confusing, its loaded with complicated java jargon experienced developers love to throw around casually as if they were born with such a vocabulary and you should of to, but in reality the reason why programming is complicated isnt because it actually is complicated, its because the people who useually become programmers are complicated. Its there way of scaring away the avg person from ever trying to learn their god like skills.
http://www.ibm.com/developerworks/opensource/library/x-android/index.html?ca=dgr-lnxw82Android-XML&S_TACT=105AGX59&S_CMP=grlnxw82
Monday, October 10, 2011 4 comments

Android API Demo - The Best Developer Resource No One Told You About

         Have you ever just wanted a working example of every single little component in Android you can dissect? Yeah, me too. Turns out it exists....and no one told you about it.Shame on every developer/tutorial writer that dint mention these repeatedly to me while I was learning.
        As long as your SDK is all up to date just boot up your emulator , check your app drawer and look for a app called "API Demo" from there you have a working demo of almost every android component you could ever ask for.

Want to play with the code? YOU CAN!!!
Best part is you not only can play with live demos of all this stuff you can actually dissect it too!! Just check out this link and click around till you reach the demo source your looking for.

Android API Demo's:http://bit.ly/pw8TGA  

If you found this post helpful and you want me to keep working like a asian kid in math class to bring you the best Android resources consistently click clack that comment button below and leave me ur opinion or follow the blog!!! It lets me know
you care :)
 
;