O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by odewahn1 : Aug 17 2011 05:03 PM
Hi. I might be missing something, but just based on the structure of the JSON, I think you need to put the array index first since everything inside the "[...]" is an array, and then the ha... full answer >
Answered by blackbear : Aug 03 2011 09:03 AM
t's a difficult thing to answer, especially for the iPhone. If you're starting from absolute ground zero, there's so much you need to understand about programming to get even "Hello ... full answer >
Answered by RPGHouseFabricator : Jul 03 2011 05:05 PM
The attachment above is the base I used for collapsing the text. Attached here is the actual file in question. I have 5 sections that are intended to hide their text content until they are clicked o... full answer >
I am a big fan of the Google App Engine (GEA) - which for me is the best PAAS on the market. The native support of Java, Python and recently also Go makes it a popular choice. It is also possible to i...
The following code will show you how to create a basic splashscreen for your Android application that will stay for 5 seconds. If we don't want to wait we can tap the screen to go directly to the ...
I recently started developing android apps using a MacBook. The documentation didn't capture the different issues I was having. Anyway after a few hours of work, I got everything working ok.
So I...
If you have written some Android code, or even read about Android programming, you know that some of the most important classes in Android are Activity, View, and the layout and widget subclasses of V...