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.
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
2010-01-02 17:08:44
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
2010-01-03 01:58:18
I think I was confused with the word view, apparently I want to change the activities...thanks!
GenCode
2010-01-03 18:02:50
A:
Here is an example of using the map activity with android.
http://mobiforge.com/developing/story/using-google-maps-android
Jay Askren
2010-01-03 03:17:16
+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
2010-01-03 19:15:24