You need to analyze the data you receive in the Accessibility event.
You could use my project
B4XIDEViewer (to resolve the problem with the limit of log characters) in order to find out the name of the views.
Alternatively, you could use the app "
Accessibility Scanner" from Google which is useful.
Just be beware that not always all views have an ID available. In this case, you would need to use x and y coordinates. However, my sample library does not support that although I have written customized versions for other users which fulfill such request.