-
Recent Posts
Recent Comments
Tweets
- Windows 8 Dev - Copy Assets files to Local Storage. entropyspecialists.com/blog/?p=144 1 year ago
- Tis the season... itunes.apple.com/us/app/prayer-… - updated Prayer Cookie on iTunes/App Store! #prayer #iphone 1 year ago
- Bye Bye App Store (for me) : entropyspecialists.com/blog/?p=105 1 year ago
- New #WP7 #Prayer #app Prayer Cookie released. social.zune.net/External/Launc… 1 year ago
- #android #parenting application 'Parent Help' available now at https://market.android.com/details?id=com.entropyspecialists.parenthelp 1 year ago
Archives
Categories
Meta
Category Archives: Mobile Development
Windows 8 – Cannot Link to Facebook
So there is this whole ‘charms’ interface in Windows 8 (hover your pointer in the upper left corner) with a nice ‘Share’ button. However, since Facebook doesn’t have an official Windows 8 app, it doesn’t show up as an option … Continue reading
It’s not me, it’s you
I just finished my annual pilgrimage of the mind…the one where I contemplate NOT renewing my iOS developer license because once again, I procrastinated a year away of nothing but a few minor updates…and, as usual I rationalize myself into … Continue reading
Windows 8 – Copy file from Assets to Local Folder
When porting mobile apps to Windows 8, I immediately came across the same issue as each of the previous platforms, namely, how to copy my ‘starting’ data files into local storage where they can be modified. In this case, I … Continue reading
The new Android Market Developer agreement…
So I logged in to my Android Market publisher account, because it’s been a while, and I’m thinking of updating some apps, and trying again to see if I can reproduce some of the fairly major (I admit it) bugs … Continue reading
Back in the [iOS] saddle again.
I thought I would take this opportunity to inform the world that, yes, I have relicensed MonoTouch [now by XAMARIN!] after a brief foray into Objective-C. MonoTouch is far too nice a crutch to give up now, especially given that … Continue reading
How do you know you’ve been developing for Android for a year?
“Debug certificate expired on 8/11/11 5:08 PM” – if you see this, go to your %USERHOME%/.android folder (Windows) and delete the debug.keystore file. Then try to clean and build your Android app again from Eclipse. Should be good to go!
Quick note on WP7 Advertising platform
I didn’t really see this clearly documented anywhere, I was probably looking in the wrong place, but when you are testing WP7 advertising, use ApplicationId = “test_client” and AdUnitId=”TextAd” instead of your ‘real’ pubCenter adunit/application id’s. Also, I seem to … Continue reading
Bye Bye App Store (for me)
As much as I enjoyed the elusive achievement of getting published in the App Store, I got my thirty-day notice of my Apple Developer membership expiration…and I don’t think I’m going to renew. In no particular order, here is the … Continue reading
Files and local storage – Windows Phone 7
Every mobile platform seems to have its own nuances for application data storage on the device. Typically I use some sort of file or database to store application data, and so there are three primary things I need to do. … Continue reading