Hi, I think the Android developers must spend a few hours in making the Android API more productive. There are several points where the developers stucks in the API for example the ArrayAdapter. Normally you have a display value for displaying a list or Spinner and some id-value you want to use internally (this could be the record _id in the SQLite DB). I found no possibility to provide a second id-value for the ArrayAdaper for the Spinner that could be retrieved after the user has select an item (spinner.setOnItemSelectedListener), Instead of an meaningfull id-value, I get a sequential index-value that is not very usefull.
Regards Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
