Social
Login

Entries in Android (12)

Thursday
Sep302010

Market Fluctuations

Today Google announced that developers from more countries can sign up for Google Checkout Merchant accounts to sell apps on the Android Market. This is exciting as I have thus far been entertaining alternative methods of monetization such as advertising, referrals and donations.

This also raises new questions such as whether or not to have a free "demo" version of apps, a free ad supported version and what features from the pay version should be present in the free versions.

Thursday
Sep232010

v0.75 Released

Just published v0.75, some notable changes are that the playback of the stream will now mute while a phone call is active. The dashboard now has much larger buttons which I added based on feedback from users. A bug that existed in v0.7 that would cause the app to crash when it had an error playing the stream has been corrected, the app will not push a notification to alert the user of the error.  If you already have an IRC client that listens for irc:// intents it should be opened automatically instead of using the web client that will be used as a fallback. I don't know of any IRC clients for Android that listen for irc:// but if you find one let me know. 

Tuesday
Sep142010

3 stars - "Really needs A exit close app button."

What's with the one guy that goes through the Android Market and rates every app as 3 stars - "Really needs A exit close app button"? None of the apps on Android need an exit button. It's a waste of screen space and Google designed Android's multitasking not to require that the app be closed manually.

Don't take my word for it. Go to the source. This Radioactive Yak article explains it quite nicely. The author's an Android Developer Advocate employed by Google in case you failed to notice that in his About Me tab.

 

There shall never be a button named "Exit" wasting valuable screen real estate in any of my Android apps. Don't bother asking for one.  Press the Home key instead.

Monday
Sep062010

Android Market Developer Console

It would be great if the Android Developer Concole:

  • was updated in real-time
  • generated graphs for downloads/active installs/crash reports/ratings
  • if crash reports included the Android version the report came from
  • what percentage of installs are on what type of device
Thursday
Sep022010

TWiT v0.65 Released

Just uploaded an updated version to correct the NullPointerException that had caused the previously discussed crash report.

Work on "Plan A" to allow playback of the video stream continues but is not at a testable stage yet. Hopefully the weekend will allow the start of some testing of video playback.