Hello. Im having problems in spinners. It closes my app and shows error in the logs. Here is an example of my spinner
FirstName | MiddleName | LastName | ViolationOccured | Violation
Aaa Bbb Ccc USA Speeding
Hhh Iii Ccc US Drunk Driving
Eee Fff Ggg Canada Speeding
*I tried having same LastName Ccc to test Select Distinct in the query
So when im in my app, the spnFirstName has 3 items, spnMiddleName has 3 items, spnLastName has 2 items.
When i click on Aaa, its working fine. When i click on Hhh, my LastName turns to Ggg in the spinner which should be Ccc. When i click Eee or Fff or any in the third item, it force closes and shows the error in the log
Can somebody help me here
FirstName | MiddleName | LastName | ViolationOccured | Violation
Aaa Bbb Ccc USA Speeding
Hhh Iii Ccc US Drunk Driving
Eee Fff Ggg Canada Speeding
*I tried having same LastName Ccc to test Select Distinct in the query
So when im in my app, the spnFirstName has 3 items, spnMiddleName has 3 items, spnLastName has 2 items.
When i click on Aaa, its working fine. When i click on Hhh, my LastName turns to Ggg in the spinner which should be Ccc. When i click Eee or Fff or any in the third item, it force closes and shows the error in the log
Can somebody help me here
Attachments
Last edited: