Re: [android-developers] Need help - videos won't show as thumbs

2010-07-17 Thread Victoria Busse
Hey I just saw that I forgot s.th. within getCount(), so I changed it to public int getCount() { //return mThumbIds.length; if(vidUris!=null){ return vidUris.length;} return 0; } The thing now is that I still cannot see any video

[android-developers] Need help - videos won't show as thumbs

2010-07-17 Thread kivy
Hi there, I am trying to display videos form the emulated sdcard, but it seems that I have done something wrong because no video thumbs are displayed within my gridview... it would be great if someone could help me out, because I have no idea at the moment what I may have done wrong... Thank you i