android - blob extracted From MS Sql Server Put in ArrayList<String, Object> Put in ListView -


    @override     protected void onpostexecute(string r) {         //lstpro=(listview)findviewbyid(r.id.attendprofileview_list);          pbbar.setvisibility(view.gone);         toast.maketext(profile_activity1.this, r, toast.length_short).show();         simpleadapter adapter = new simpleadapter(profile_activity1.this.getbasecontext(),                 (list<? extends map<string, ?>>) prolist,                 r.layout.list_row_contact_list,                 new string[] {"idno", "studname", "fname", "photo"} ,                 new int[] {r.id.lr_idno, r.id.lr_fullname, r.id.lr_fname, r.id.lr_deletebtn}){          };         lstpro.setadapter(adapter); 

//in lstpro images can seen in 'view bitmap' when debugged. doesn't show image in 'lr_deletebtn' although, text being shown in proper format without using loop. thanking in anticipation


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -