My aMazing Pro maze game is now available on the Android Market http://tinyurl.com/6y3ksc4
It's an easy to pick up, addictive game for the whole family to enjoy.
Friday, 29 April 2011
Wednesday, 27 April 2011
Latest version of my aMazing game on the Android Market
I've uploaded the latest version of my aMazing maze game to the Android Market. It now has 9 levels...
Let me know if you like it.
http://tinyurl.com/5wsub3t
Let me know if you like it.
http://tinyurl.com/5wsub3t
Tuesday, 26 April 2011
I just uploaded a taster version of my latest Android app - aMazing to the Android Market.
It's a simple little maze game, where you guide a little red ball to the yellow target.
This taster version has 5 levels, but currently I'm working on adding more levels and features!
Check it out, and let me know what you think.
http://tinyurl.com/5wsub3t
It's a simple little maze game, where you guide a little red ball to the yellow target.
This taster version has 5 levels, but currently I'm working on adding more levels and features!
Check it out, and let me know what you think.
http://tinyurl.com/5wsub3t
Sunday, 24 April 2011
NavBook Pro is now available on the Android Market
I've just made the Pro version of my NavBook app available on the Android Market. You can find it here: http://tinyurl.com/3sdhcmb
It's got all the features of the free NavBook app, plus also includes:
* Switch between Nav and Map mode
* Tell you where you currently are - in case you're lost
* Parking mode - stores current location and then gives you directions back to it
* Slight improvement to the screen layout
It's got all the features of the free NavBook app, plus also includes:
* Switch between Nav and Map mode
* Tell you where you currently are - in case you're lost
* Parking mode - stores current location and then gives you directions back to it
* Slight improvement to the screen layout
Friday, 22 April 2011
My first Android app is now in the Android Market
I've put my first Android app up in the market. It's an address book for Google Navigation.
I'm currently working on a pro version with extra functionality and a slightly improved UI.
If you want to check it out, you can find it here: http://tinyurl.com/3jxdqtg
I'm currently working on a pro version with extra functionality and a slightly improved UI.
If you want to check it out, you can find it here: http://tinyurl.com/3jxdqtg
Tuesday, 5 April 2011
App Inventor issue...
I've been trying to generate an email from an App Inventor app. It successfully builds the mailto URI, but for some reason the data for the email body, which should look something like:
name1, value
name2, value
name3, value
Isn't being displayed - only the first line is placed into the email... I'm using %0A to signify a newline within the mailto URI (as indicated by a number of folk) but it just doesn't work....
The mailto URI that my app is generating is something like:
mailto:x@y.com?subject=test&body=name1,value%0Aname2,value%0Aname3,value%0A
but all I see in the generated email is:
name1, value
Anyone got any ideas?
name1, value
name2, value
name3, value
Isn't being displayed - only the first line is placed into the email... I'm using %0A to signify a newline within the mailto URI (as indicated by a number of folk) but it just doesn't work....
The mailto URI that my app is generating is something like:
mailto:x@y.com?subject=test&body=name1,value%0Aname2,value%0Aname3,value%0A
but all I see in the generated email is:
name1, value
Anyone got any ideas?
Subscribe to:
Posts (Atom)