Hello.
I have read about index problems with list o list viewer. Some times it appears to start in 0 and other to start in 1.
I am goin to try to explain me how I try to solve the bug.
When you test in live the app, if you are in the screen with the list, the index start in this screen with 1, but in others screens with another lists, they start with 0.
That occurs when you download the app, in the screen where you are when download the app, the list start in 1 but in others screens with lists start in 0.
Any solution? Because I can solve only doing a math operation (index-1) in other screens wheere I am not there when download the app but this is a strange solution. It works but I feel that in any moment the app can’t crashes.