2Lines Software
28Apr/090

Android Development and the Case of the Missing Google Maps Reference SDK

The Android Developer site has moved a bunch of links around to remove a lot of the Google branding from the community. Technically speaking Google drove the project and owns a lot of the development but it is an open-source community and probably should avoid proprietary and company specific codebases within its structure.

That at least what I assume they were thinking when they yanked the com.android.maps reference documentation from the site. For instance if you were looking for the MapController reference you would run a Google search for it and the first link is this:

http://code.google.com/android/reference/com/google/android/maps/MapController.html

Which returns a bug fat 404. The proper link is at:

http://code.google.com/android/add-ons/google-apis/reference/index.html

Android/Google get it together! At least put a redirect page up on old links!

Hopefully that saves you some time with the SDK.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
10Apr/091

Mistakes in Programming Projects

This should be required reading for any Software Project Manager.

http://www.stevemcconnell.com.nyud.net/rdenum.htm

Although for you jaded and older programming types you should play the "Been There" Bingo with that page. I've been on projects that scored well over 20/36!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Tagged as: 1 Comment