Check out the Latest Articles:

anytag1I recently went to the UK to grab a Nexus S. One of the cool features of that device is the NFC capability. Sure, it at this moment is read only, but still, you can do some cool stuff with it!

Last year, I bought a starter set from Touchatag. An RFID kit that uses NFC. The starters pack had 10 NFC tags. The Nexus S could read them, but it points to a URL that you need to set up a redirect for. This is pretty cool with Touchatag, but what about other tags that you pick up at some event and that you’d want to reuse?

So I started to think: would there be some way to make that URL contained on the NFC tag map to another URL? And that’s how I came up with this app idea.

The use is quite simple: just read a tag. If it wasn’t linked with the app yet, it will propose to link it to a URL that you can also fetch from your bookmarks. Next time you’ll read the tag and select the AnyTag app, it will redirect you to the URL you’ve just associated the tag with.

Cool thing to do: go to the mobile site of a venue in foursquare and save it in your bookmarks. Associate a tag with the URL of that venue. Next time you’ll scan the tag, it will offer you to either open it in your web browser, or, thanks to the magic of intents, in the Foursquare Android app where you’ll be able to check in straight from there!

qrcode

I spent last week in Beijing, China, giving a training to software engineers that were going to use Android for developping. For me this was the first time I ever went to China and it was a real fun experience that I’m willing to repeat. My Chinese students were really a nice crowd to teach.

beijing-training-7360

Apart from giving that training, I did some tourism in and outside Beijing for some days. The highlights were the Forbidden City, the Hutongs but also the unmissable Great Wall of China. I did a hike between the less touristic and more authentic sections of Jinshanling and Simatai, which represents around 8 km of wall. But those 8 kilometers weren’t flat, some parts were quite steep with steps on the stairs of different heights.

This hike was my first real occasion to do GPS logging with MyTracks. I tested it before, but usually for 500 meters in my flat part of the world.

MyTracks is awesome. It records your latitude, longitude, altitude, bearing, speed and time. It puts it all in statistics and graphs and having a look at it afterwards is a really great thing to analyze your elevation and speed, how steep the hike wa, etc. but it’s also fun to show to your friends and family. Let’s have a look at some screenshots:

mytracks1 mytracks2 mytracks3

MyTracks allows you to export your files to GPX, KML (download it here) and even publish it straight to Google Maps and Google Docs. Here is a screenshot, using the KML in Google Earth:

greatwallofchina-mytracks

I really love this type of software as location is one of my favorite things to do with mobile. MyTracks is available on the Android Market and is published by Google. It’s not new, I know, but I love it and wanted to share that with you.

Ow, let’s just end with one picture of the wall.

great-wall-of-china-jinshangling-7457

Announcing the STIB Android Application

I have to say I am really proud to present you one of the apps I have been focusing on for the last months. If you are a user of the Brussels public transport system STIB this Android application will be like a gift from god because it is packed with features I could only [...]

Mobile Internet presentation

This week I gave a presentation in Antwerp about Mobile Internet: where we are today and why HTML5 might be the future. I admit it’s a bit of a messy presentation and I could have done a lot better, but enjoy.
Mobile Internet
View more presentations from eMich.

Most of my OS stand points are subjective. Don’t blame [...]

FOSDEM Android application

FOSDEM ‘10 is a free and non-commercial event organized by the community, for the community. Its goal is to provide Free and Open Source developers a place to meet. The event takes place at the ULB in Brussels on the 6th and 7th of February.
Yesterday night we put the last hand on the FOSDEM schedule [...]

How to send to Twitter or Facebook from your Android application

I’m currently making an application with some persons for the next FOSDEM conference here in Brussels. One of the things I wanted to add was a way to tweet/facebook/text/email what conference you were attending. I looked it up and found that I could use the intent action ACTION_SEND together with an IntentChooser. This way the [...]