Monday, 10 October 2022

Passing values between activities

 How to connect activity using login information and pass information between activities using eclipse;

Dear all,

Here there are three activities

1. First - Main Activity - Show login information

2. Second - Salary Activity - Read Basic pay and DA and calculate total and pass to Display activity

3. Third - Display Activity - Take the data from previous activity using getIntent() and display the value in a new Text box

No comments:

Post a Comment