30K App Downloads

 

tinyshiny_square

It was pleasant surprise today to see that apps I have written as TinyShinyApps have been downloaded 30,000 times.

PictoBento was done as a showcase app and shows beautiful images from Instagram and Dribbble. It was written in iOS4 and is ripe for makeover to take advantage of new views introduced in iOS5 and iOS6 and that will probably not happen until iOS7 lands.

TV Soap Quiz was an experiment with template apps and iAds and AdMob. Even with 15K downloads, the ad revenue is minimal. Although it has easily covered the cost of the template project and additional content costs. Regular updates would help increase revenue and building up a regular release of questions could prove worthwhile.

Surely with a few tweaks, these apps can hit 100K downloads.

Posted in Apps, Development, iOS | Comments Off on 30K App Downloads

Great Intros

Two of the greatest intros of all time, ever.

as heard in Soul Boy.

as heard on Black Mirror 15 Million Merits.

Posted in Music | Comments Off on Great Intros

Rob Rix Interview

A great interview with Rob Rix highlighted a bunch of useful development tips:

  • Surround yourself with people smarter than you. (Online friendships do count.)
  • Surround yourself with people who ship good work.
  • Never let the perfect be the enemy of the good. Or, otherwise put, make it work, then make it shine.
  • Know your tools inside and out.
  • Read the documentation. Write documentation for your own work.
  • Don’t couple your code to your specific use cases, but don’t generalize it too early, either.
  • Complex, successful things are made of lots and lots of simple things.
  • Don’t be afraid to use other people’s work, but do be cautious about introducing dependencies
  • and more

This interview was part of the campaign for App Camp for Girls.

Posted in Causes, iOS, Technology | Comments Off on Rob Rix Interview

Parse By Facebook

Very surprised to find that Facebook acquired Parse back in April 2013. Parse has been my on radar as a potential solution but this would add concerns about the platforms longevity. Like?

Posted in iOS | Comments Off on Parse By Facebook

Using Trello to Keep Track of Ideas

I’m a big fan of Trello for task management. This article comes up with another use:
http://feint.me/articles/keeping-track-of-ideas

Posted in Apps, Development | Comments Off on Using Trello to Keep Track of Ideas

Email Is Dead

Except it remains the only open, barrier free method of communicating between services without any restrictions or partnership agreements being in place.

Every service uses email as a fallback method of sharing but it deserves a much higher status than that.

Long live email.

Posted in Technology | Comments Off on Email Is Dead

Love Me Again by John Newman

Saw him doing live set (on TV) at Glastonbury – Love Me Again by John Newman on Spotify: http://open.spotify.com/track/57PjISfyOyDcvTPipz16nf

Posted in Music | Comments Off on Love Me Again by John Newman

Why Woody Allen Won’t Stop Working

As always, excited about the next Woody Allen film being on the way.

http://m.fastcompany.com/3013710/leadership-now/why-woody-allen-wont-stop-working

(Source: https://twitter.com/sarahjrobertson/status/352678231578652672)

Posted in Other | Comments Off on Why Woody Allen Won’t Stop Working

Brewdog – From IPA to IPO

I’m now a shareholder, so my next drinking session will also be an investment meeting!

This is the third equity offering for the punk Scottish brewery. I missed out on the first offering without even realising so snapped up the chance with this one. Looking forward to the 2014 AGM party already.

Tempted? Pics and videos, oh and financial stuff.

Posted in Other | Tagged , | Comments Off on Brewdog – From IPA to IPO

iOS Test Studio

Coming from a background in test automation I was pleased to see that there was a suitable solution for iOS. Telerik’s iOS Test Studio is an iOS app for simple test automation.

I’ve previously tried it our for web testing and had been very impressed with its capabilities. Especially the freedom it allows by giving you the power to record and execute automated testing from your mobile device.

Today was the first time, I’d tried to run it against an iOS application. The Xcode configuration needs are well documented and simple to set up.

Recording a test is very simple, including adding verification steps.

Turning off Annotations, which is the red highlighting to show interactions, rapidly speeds up the app, as this removes a default 1 second delay per interaction. The only slow part of testing my current app is the UIStepper control, which is not the fault of iOS Test Studio. (This was a useful tip from: http://tv.telerik.com/watch/automated-testing-tools/ios-webinar)

It hit a limit for me as I need to check that the email launched contains the correct content but iOS Test Studio app won’t recognise the mail client. I’ll be contacting Telerik to find out if this is possible.

Test playback is only one test at a time which is unfortunate, but a test list feature is being discussed for this year.

Hooking up the iOS Test Studio app to the web portal means that all tests and results can be viewed remotely. This free’s up test data from the device. This does unfortunately require a manual sync within the app.

iOS Test Studio is free for both the app and the web portal.

Posted in iOS, Software Testing | 1 Comment