Android application with google maps and OSMDroid data

Hi all,
I am new to android programming and I am currently working on google maps api. My question is can I use OSMDroid data on top of google maps. I am doing this for educational propose. Can some one help me how to build and overlay of traffic data from OSMDroid on google maps for android application?
I added all the libraries required into java IDE.(basically osmdroid-android-3.0.8.jar, slf4j-android.1.5.8.jar and osmdroid-packager, third party tools.

Thanks,
Chanukya

I think you’ll have to learn Java first. :wink: Second, http://developer.android.com/. Third: Create two views on top of each other and make one semitransparent.