|
|
Android Development Resources |
Updated: February 15, 2010January 6, 2010
Here are some Android game development websites and resources:
Here are the currently available Android books:
- The Busy Coder's Guide to Android Development (by Mark Murphy, published by CommonsWare)
- Android Essentials (by Chris Haseman, published by APress)
- Android: A Programmer's Guide (by Jerome DiMarzio, published by McGraw-Hill Osborne Media)
- Professional Android Application Development (by Reto Meier, published by Wrox)
- Hello, Android (by Ed Burnette, published by Pragmatic Programmers)
- Unlocking Android (by Frank Ableson, Charlie Collins, and Robi Sen; published by Manning Publications)
- Android Application Development (by Rick Rogers, John Lombardo, Zigurd Mednieks, Blake Meike; published by O'Reilly & Associates)
- Beginning Android (by Mark Murphy, published by Apress)
- Pro Android (by Sayed Hashimi, published by Apress)
- Android Programming Tutorials (by Mark Murphy, published by CommonsWare)
- The Busy Coder's Guide to Advanced Android Development (by Mark Murphy, published by CommonsWare)
- Android Wireless Application Development (by Shane Condor & Lauren Darcey, published by Addison-Wesley Professional)
Here are some Ad Companies that support Android:
|
|
Book Recommendation:
Agile Web Development with Rails is the defacto-standard for learning the Ruby on Rails web framework. Now in its second edition, this book provides knowledge of the latest and greatest development techniques to aid in advanced web-based application development. It enables developers to create full-featured, sophisticated applications using less code and less effort. This book contains sample applications using database migrations, Ajax, REST interfaces, and illustrates many new Rails features. There are new chapters on active support, active record, and action controller (including the new resources-based routing). The web 2.0 and deployment chapters appear to have been completely rewritten to reflect the latest thinking. You can learn which environments are best for your style application, and see how Capistrano makes managing your site really simple. For learning Ruby on Rails, this book is simply the best available. |
|
Rated Image Script
By: GannMan <michel7788 at aol dot com>
Website: http://www.kandilab.com
Posted: 1 month ago
Hey you don't seem to leave anyway of contacting you so i'm just gonna leave a comment here as to pass on some information to you.
I ran into some problems installing your rated images script, and after searching far and wide for a free hot or not type script that wasn't BS i had to make it work. which i did.
But I wanted to make sure you were aware of the problems that you should change and repack the download. The first problem was the default username and password were entered in wrong when creating the MySQL database. I notice now that they are only wrong in the file: install_0.5.0_mysqli.sql as it tells mySQL to put in a password that isnt even an MD5 hash. This is most easily seen as it uses a * at the beginning. So I went ahead and erased it out of my db and put the correct hash: 4cb9c8a8048fd02294477fcb1a41191a. which makes the default password back to "changeme" as it says in the directions.
Now the next problem was something in the scripts, after trying to log into the admin panel successfully, it was blank except for some php warnings: "Warning: Call-time pass-by-reference has been deprecated in "functions.php" on line 2339. With some research I found that I had to go to the file and change that line from "getUserTypeSQL( $array[ 'image_type_id' ], &$sql, &$count);" to "getUserTypeSQL( $array[ 'image_type_id' ], $sql, $count);". In case it's hard to see the change, all i did was delete the & signs. the errors went away and the admin login came up.
This was a huge relief for me cause I ran into a ton of other problems prior that was not your fault, it was just me getting used to this new host provider and other things. 4 hours and my girlfriends pet rat dying later I'm finally in business. Now to test it and change the looks and thanks for letting me use your script!