TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
arvind baldaniya
NA
339
140.8k
Create android spinner(DropDown) dynamically in Xamarin
Mar 9 2017 1:24 AM
My code
List<Models.Professional> m_prof = new List<Models.Professional>();
ArrayAdapter<String> prof_adapter = new ArrayAdapter<string>(this, Android.Resource.Layout.SimpleSpinnerItem, m_prof);
var spnrProfesion = main_view.FindViewById<Spinner>(Resource.Id.spnProfession);
spnrProfesion.Adapter = prof_adapter;
Reply
Answers (
1
)
Get the Spinner values in android
Android IDE problem