Can someone help me?: I have two diffrent buttons and when I press Button 1 I want to open the DetailView with Information1. When I press Button 2 I want to open the DetailView with Information2
Here is the Tutorial I choosen for the ListView and the DetailView:
http://www.raywenderlich.com/5527/getting-started-with-android-development
With the ListView it works perfect, but how to do this with two buttons?
Thanks for help 🙂
Simply intent to that activity on button click