Saturday, 17 August 2013

Launchig an activity from list view

Launchig an activity from list view

I am trying to achieve Many to one mapping in ListView and populate
elements relating to that item from the database

Hello I am trying to solve a problem which involves launching an activity
on click of an item
I am successful on launching an activity on click of an element



I have a requirement and need some ideas on how to achieve that
As I said onclick of an item I launch an activity as many to one mapping,
Suppose I click an element Item-1 the activity should populate the
text-views in the new activity from elements related to that activity
Again same if I click item-2 it should populate the text-views of in the
same new activity with elements related to that item 2 activity from the
database
Many to one mapping is must I am trying to achieve
Any ideas on how to achieve this
Any links to understand the concept will be helpful
Ps:: I am retrieving data from server as JSON resonse

No comments:

Post a Comment