Re: [mono-android] Enhancement code for Spinner

2013-03-06 Thread krish
hi... foreach string s in myDictionary.Keys myAdapter.Add(s); i wrote already foreach loop in form load to populate spinner with course names like protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); SetContentView(Resource.Layout.SaveSpinne

Re: [mono-android] Enhancement code for Spinner

2013-03-06 Thread Paul Johnson
Hi, i did not mean in that wayactually i searched many articles in mono android...i found very few articles regarding this topic and mono for android...but this site was fine actually...dont get angry...sorry if i hurted... Not angry in the least. What you're doing looks more like a c

Re: [mono-android] Enhancement code for Spinner

2013-03-06 Thread krish
hi, i did not mean in that wayactually i searched many articles in mono android...i found very few articles regarding this topic and mono for android...but this site was fine actually...dont get angry...sorry if i hurted... i created dictionary...and i crated adapter in OnCreate(Bundle bu

Re: [mono-android] Enhancement code for Spinner

2013-03-06 Thread Paul Johnson
Hi, plz tell indetail...actually my task is half completing all time ..plz help me to complete this task... The task is completing half the time as we're not writing the software for you, more helping you understand what you need to do. For example, if you're targeting API>10 (so Android 3

Re: [mono-android] Enhancement code for Spinner

2013-03-06 Thread krish
hi, here m suffering from retrieivng code...i m saving spinner value in database with ur dictionary collection...now i wnt to populate the spinner with the coursename based on database corresponding value... i wrote some code to populate the spinner (retreive code )but it is not working... for a