![]() | Feedback on the Beta book so far... |
|
11 Dec 2008, 17:49
Ceres (1 post) |
Just thought I’d voice my opinion on the problems I have been having with the book so far:
That’s it for now, but I’ll be posting more feedback as I go through more of the book. Thanks for the great resource. |
|
15 Dec 2008, 17:47
Ed Burnette (1316 posts) |
1. A previous version of the book relied heavily on organize imports but I got several complaints about that because sometimes Eclipse didn’t find the right class. So in the end I just spelled them all out. By the way, you can find more info on Eclipse shortcuts at:
2. Perhaps I could have been clearer in this instance but here’s what I’m trying to accomplish. Detailed documentation about all the classes and methods like AlertDialog.Builder() is available online so I didn’t want to rehash it in the book. What I’m trying to provide is a feel for how all this stuff fits together and what you might want to use it for. I try to give you the least amount of info you need to start, and then elaborate on it later if necessary. For example this has an array defined in resources. When you get to chapter 7 you’ll see another array like that and I go into more depth about how Android uses the Adapter class to handle it. Then in chapter 9 you see a more complex Adapter example in the context of SQL cursors. 3. There’s a nice long description at http://code.google.com/android/devel/resources-... that has more than you probably wanted to know about resources. It says the files can be named anything (so colours.xml should work), however I recommend you stick with the conventions. 4. I’m a big fan of seeing what you’re building too, which is why I have so many screenshots, especially in the two graphics chapters. Sometimes due to layout issues the pictures have to float a page or two later than I’d like to see them, but we try our best. Thanks for your input, and I hope you enjoy the rest of the book. |
| You must be logged in to comment |

