Tag: android passing data between activities

  • Sending data to other activities in Android

    Let’s say you have a list activity which lists some information and you have another activity which adds/edits information in the list. How do you tell the edit activity which item (in the list of the first activity) needs to be edited?    In the first activity, you will do this : /********************************************* * These…