actually I’m searching a way to show different content in one activity everytime when it’s created.Here is what actually I’m thinking to do but not really sure if there is a way and how can I do it. Basically I have two activities. The first one contains a listview with 100 elements on it.I want to be able to show different content in activity 2 when I click a listview item in Activity 1. I need to be able to change two textviews and one imageview.
Any suggestions how can I do that? Thanks in advance!
Do somethins like this :
Activity 1:
Activity 2:
That should work!