[android-beginners] HUGE PROBLEM - I really need help: after trying to retrieve videos from sd card, the app disappeared from the emulator entirely

2010-07-16 Thread kivy
Hi there, I was working on the code below, trying to load all available videos from the emulator sdcard into my gridview, I compiled and wanted to test it, but the app has disappeared entirely from my emulator... what can I do or better what have I done wrong in the code that could cause a problem

[android-beginners] onItemSelectListener or onItemClickListener, both or none???

2010-07-15 Thread kivy
Hi there, I have a question regarding the onSelectedItemListener and onClickItemListener in Android. I am trying to select an item within my GridView by clicking on it. Additionally the optionsmenu shall open (and later I would like to select an optionmenu item that shall trigger an action with th

[android-beginners] ContextMenu Problem - how to resolve these menu items

2010-07-15 Thread kivy
Hi, I am very new to Android. I am trying to build inflate a context menu within the sample GridView provided on the Android dev site. Eclipse tells me that the referenced items cannot be resolved, if someone could help find where I coded s.th. wrong, that would be great because I am stuck at the

[android-beginners] GridView - Access Video from SD and make them clickable

2010-07-14 Thread kivy
Hi there, I was going through the GridView example and was wondering how I could access videos from the SD card instead of images, display them in the GridView and when they are clicked to open an Menu. I am a bit stuck, so if s.o. could help me out here, would be great. Thanks. -- You received