blog.daveworld.net
Daveworld - March 2012
http://blog.daveworld.net/2012_03_01_archive.html
Friday, March 16, 2012. Updating my cocos2d apps for the new iPad. Oy When you make a cocos2d app for iOS, there is a boilerplate line in the App Delegate class. goes like this:. CCLOG(@"Retina Display Not supported");. But, uh oh! New iPad is retina, too! I have at least 5 apps using that line of code. That makes the new iPad think it's in retina mode, so the display gets all messed up! So here's the fix:. Director enableRetinaDisplay:YES] ) {. CCLOG(@"Retina Display Not supported");. Links to this post.
blog.daveworld.net
Daveworld - May 2011
http://blog.daveworld.net/2011_05_01_archive.html
Sunday, May 8, 2011. Dave Schuman on ReverbNation. I've posted songs in my profile at ReverbNation. Please visit and check it out. Posted by Dave Schuman. Links to this post. Friday, May 6, 2011. Check out music from Dave Schuman. Dave Schuman - ReverbNation. Dave Schuman - Jango Internet Radio. Dave Schuman - last.fm. Posted by Dave Schuman. Links to this post. Thursday, May 5, 2011. Shop, Compare and Share – iPromDress for iPhone. Shop, Compare and Share – iPromDress for iPhone. Posted by Dave Schuman.
blog.daveworld.net
Daveworld - Android programmatic density independent pixels
http://blog.daveworld.net/2011/08/android-programmatic-density.html
Monday, August 22, 2011. Android programmatic density independent pixels. I've been doing a bunch of Android programming lately, working on porting the iBridalGown iOS app. To Android, so I've been using a lot of "dip" (density independent pixels) measuring in my layouts. For example, in a TextView, I might specify something like this in XML:. But what if, within the Activity code, I want to change one of these measurements? Float scale = context.getResources().getDisplayMetrics().density;.
blog.daveworld.net
Daveworld - Guess Your Songs at GDC Play 2012
http://blog.daveworld.net/2012/03/guess-your-songs-at-gdc-play-2012.html
Tuesday, March 13, 2012. Guess Your Songs at GDC Play 2012. Guess Your Songs hosted a kiosk at GDC Play 2012. It was in San Francisco at the Moscone Center. specifically, Moscone South, in the Esplanade Ballroom, March 6-8. It was a great way to showcase our music interest-based social gaming platform, Guess Your Songs. It was affordable for our little startup, and it was set apart just enough from the larger Game Developers Conference so that actually interested people were the ones to stop by. With Sco...
blog.daveworld.net
Daveworld - Bunny's Easter Egg Hop n Drop, for iOS and Android
http://blog.daveworld.net/2012/04/bunnys-easter-egg-hop-n-drop-for-ios.html
Sunday, April 1, 2012. Bunny's Easter Egg Hop n Drop, for iOS and Android. Easter is coming right up! Don't forget to keep the little ones occupied with this fun Easter-themed game! Bunny's Easter Egg Hop 'N Drop is for iPhone and iPad, available in the App Store. Bunny's Easter Egg Hop 'N Drop is also for Android, https:/ market.android.com/details? Catch Bunny's eggs before they fall! Simple to play, challenging to master. Perfect for kids, perfect for the Springtime holiday. Posted by Dave Schuman.
blog.daveworld.net
Daveworld - September 2011
http://blog.daveworld.net/2011_09_01_archive.html
Thursday, September 1, 2011. IBridalGown launched in Android Market as Freemium app. I've just completed porting iBridalGown to Android, and I'm really excited about it! It took a few weeks of day-and-night coding and testing, and at the end of that effort, I've been able to launch a great FREE Android app that serves a great purpose for women shopping for a wedding dress. IBridalGown for Android is available for download from the Android Market:. Posted by Dave Schuman. Links to this post.
blog.daveworld.net
Daveworld - June 2011
http://blog.daveworld.net/2011_06_01_archive.html
Wednesday, June 29, 2011. Customize the favicon in your Blogger blog. How do you customize the favicon in your Blogger blog? Very simple. in your template (Design - Edit HTML), add the following 2 lines of code just before the closing /head. Favicon.ico' rel='shortcut icon' type='image/x-icon'/. Favicon.ico' rel='icon' type='image/x-icon'/. With the path to your icon ;) For example, mine is at http:/ www.daveworld.net/favicon.ico. 1 put this just before the /head. Part, or else this won't work in chrome.
blog.daveworld.net
Daveworld - Android action_send multiple images
http://blog.daveworld.net/2011/08/android-actionsend-multiple-images.html
Wednesday, August 24, 2011. Android action send multiple images. Android OS makes it really easy to share an image programmatically, using the ACTION SEND intent. I had a situation recently, while porting my iBridalGown for iOS app. To Android, where I wanted to send an email with multiple image attachments. As with most Android programming tasks, there were first a few snafus to overcome ;) A couple of the problems I was facing were:. ACTION SEND actually can only handle one image attachment. EmailInten...
blog.daveworld.net
Daveworld - July 2011
http://blog.daveworld.net/2011_07_01_archive.html
Wednesday, July 13, 2011. 7 Funny Unattended Children Signs. Here are a few funny reminders to keep track of your kids :). This time a double espresso and imaginary perks. Posted by Dave Schuman. Links to this post. Tuesday, July 12, 2011. KFC Witness Protection Program. Posted by Dave Schuman. Links to this post. Friday, July 8, 2011. SEO Tip - Custom Blogger Post URL. For example, my last blog entry was titled How To Follow More Than 2000 People on Twitter. You can see it here. Posted by Dave Schuman.
blog.daveworld.net
Daveworld - April 2011
http://blog.daveworld.net/2011_04_01_archive.html
Friday, April 15, 2011. Bunny's Easter Egg Hop N Drop now available on Android OS. Just in time for the springtime holidays, the Android port of Bunnys Easter Egg Hop N Drop is ready! You can get it on the Android Market: https:/ market.android.com/details? Read more about Bunnys Easter Egg Hop N Drop in my previous blog entry. Http:/ blog.daveworld.net/2011/04/bunnys-easter-egg-hop-n-drop-in-app.html. A couple of interesting thoughts about this port from cocos2d-iPhone to cocos2d-Anroid:. I Pwn UR Mom!