Android Question Spinner Problem

horage

Member
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
 

Attachments

  • spinner.PNG
    spinner.PNG
    51.1 KB · Views: 264
  • webview.PNG
    webview.PNG
    27.8 KB · Views: 240
  • logs.PNG
    logs.PNG
    42.5 KB · Views: 306
Last edited:
Top