Pages

Tuesday, December 18, 2012

Hi there!

Hi and welcome to Bon App-etit!

Let me introduce myself:
My name is Fré Dumazy and I'm a 22-year old computer science student from Belgium.
Lately I've been programming quite a lot in Android and that's why I wanted to start this blog.
Since Android names all its versions after snacks, I think "Bon App-etit" would be a good name for the blog.

I've been looking for a lot of good Android tutorials on the web, regarding specific subjects such as using the ActionBar, Google Maps integration, connecting to a remote database, etc.
I've found some good tutorials on these subjects but not on all of them.

I will try to write some good posts on specific subjects with example code, screenshots, etc. whenever I've got the time. So stay tuned!

PS: If there is a certain subject you would like to see in this blog, please place a comment and I'll see what I can do.

2 comments:

  1. Hello! Excellent tutorials! I am a beginner in Android and I need to make a map application using the new V2 API! Could you show how to add a map marker to a map screen just by touching a location? AN how to add info to the marker by touching the marker? Is this possible?

    Many thanks!!!!

    ReplyDelete
    Replies
    1. Yes, you just need to implement GoogleMap.setOnMapClickListener(new OnMapClickListener...); and GoogleMap.setOnMarkerClickListener(new OnMarkerClickListener...);

      Delete