Goodreads Developers discussion
examples / showcase
>
Goodreads for Android Tablets
date
newest »


https://play.google.com/store/apps/de...
It requires Android 3.2 or higher running on a tablet ..."
release on nook store?...

Hey Daniel, good job!
Just curious, did developing for Android 3.x give you a lot of significant benefits over 1.x?

The only down side is that I have much more possibilities do discover new books, so my "to-obtain" list grows exponentially :-)

Hey Daniel, good job!
Just curious, did developing for Android 3.x give you a lot of significant benefit..."
I found working with the Android 3.0 API much easier than 1.X. Once you wrap your head around the new activity fragment system, it's much easier to separate and re-use activity components. The action bar system is also much more useful than the old menu API.
They also introduced a great Loader API that abstracts away most of the nasty async details when loading data into activites or list views.
The only drawback is that if you want to use these new APIs on older devices, you'll have to work with the android compatibility library. The action bar isn't available on 1.X/2.X devices, but the fragment/loaders work well.

Unfortunately the current generation of Nook devices are running custom versions of Android 2.3.3, and not the tablet optimized Android 3.X/4.X.
If B&N updates their OS version in the future, I'd be glad to release on their store.

Glad you're enjoying it! Let me know if you have any suggestions. I'm currently working on adding a re-sizable widget for the home screen, but I'm not sure what to work on next.
Also, if you have the time, please give it a review in the Android Market.


I wasn't aware that that app was incompatible with the Nexus 7. I've just uploaded a new version that should work. Thanks for letting me know!




I'm not trying to get the developer in trouble, but I'm looking into developing my own app and wanted some clarification on whether it is in compliance with the terms of service ( https://www.goodreads.com/api/terms ). It seems to violate #9 and #10 by having goodreads in the name and charging for the application.
Personally, I have no problems with either of those, but if that is now acceptable, I might be even more interested in developing my version :)
https://play.google.com/store/apps/de...
It requires Android 3.2 or higher running on a tablet (7+ inch screen)
I'd love some feedback if anyone wants to give it a try.