Skip to content

Conversation

@sachdeva-tagic
Copy link

changes:

  1. added button to get data from list <--works
  2. added text input edittext to match actual ui <-- works
  3. added button which will update list on click <-- does not work!

steps to replicate bugs:

  1. merge this PR/open the code of my repo in Android studio.
  2. build the app and run on a device
  3. app opens, shows 52 text input edittexts a,b,c,..z,a,b..z with 2 buttons get data and update list. scroll up and down
    • bug 1 detected : list is slow to scroll
  4. press get data >> shows a list of hint and values . change any edit text data and press the button again. >> shows a list of hints and updated values (working as expected)
  5. press update list >> will update list to show k...z edittexts
  6. change any edittext data (prefer to change edittexts on the extreme ends: top and bottom) and scroll up/down
    • bug 2 detected : changes are lost
  7. do step 4 again
    • bug 3 detected : does not show a list of updated values
edittext_not_working.mp4

1. added button to get data from list <--works
2. added text input edittext to match actual ui <-- works
3. added button which will update list on click <-- does not work!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant