¡@

Home 

2014/10/16 ¤W¤È 08:19:31

android Programming Glossary: mnames

How to implement Image Gallery in Gridview in android?

http://stackoverflow.com/questions/6855399/how-to-implement-image-gallery-in-gridview-in-android

R.drawable.splash R.drawable.splash private static Uri mUrls null private static String strUrls null private String mNames null private GridView gridview null private Cursor cc null private Button btnMoreInfo null private ProgressDialog myProgressDialog.. new Thread public void run try cc.moveToFirst mUrls new Uri cc.getCount strUrls new String cc.getCount mNames new String cc.getCount for int i 0 i cc.getCount i cc.moveToPosition i mUrls i Uri.parse cc.getString 1 strUrls i cc.getString.. for int i 0 i cc.getCount i cc.moveToPosition i mUrls i Uri.parse cc.getString 1 strUrls i cc.getString 1 mNames i cc.getString 3 Log.e mNames i mNames i cc.getColumnCount cc.getString 3 catch Exception e myProgressDialog.dismiss..