I have been doing alot of research and no articles yet to tell you how to actually show a location of an actual address. If any one knows a good tutorial that shows this please let me know. Also feel free to leave a tutorial here. Thanks
To be more specific i would like to take an address and locate it on the map. I know i will have to use geocoding. But i dont want just the lat and lon. the actual location
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
/>