ArrayAdapter(Context context, int textViewResourceId) Constructor ArrayAdapter(Context context, int resource, int textViewResourceId) Constructor ArrayAdapter(Context context, int textViewResourceId, T[] objects) Constructor ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) Constructor ArrayAdapter(Context context, int textViewResourceId, List<T> objects) Constructor ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) Constructor
So I can initially have one object. that is can be string ,image and etc.
But I wan to keep both string and a image.
I know how to show image and a string after spinner is expanded.
I think my problem is clear.Is there way to handle this??

New Topic/Question
Reply


MultiQuote







|