tags:

views:

140

answers:

4

I'm new at this, I have not seen any examples on changing Views, what I want to do is when a user presses a button I want to show a map view based on their input on the first view.

The examples seem to show only one view.

A: 

You aren't really going to change view, you're going to use their input to create an Intent to start a MapActivity.

CaseyB
A: 

Could you post an example of how to use intent to change an activity? Por Favor! I will name my first born after you. Promise!

Mark Davis
I think I was confused with the word view, apparently I want to change the activities...thanks!
GenCode
A: 

Here is an example of using the map activity with android.

http://mobiforge.com/developing/story/using-google-maps-android

Jay Askren
Thanks for the link!
GenCode
+1  A: 

I found my answer in this link I said views but meant activities http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/

GenCode