Re: [android-beginners] How to populate a ViewFlipper child view with a ListView??

2010-08-02 Thread Victoria Busse
The logat says the NPE is located at 08-03 00:07:57.464: ERROR/AndroidRuntime(8898): at com.mobilevideoeditor.moved.EditorView.onClick(EditorView.java:81), which would be lv.setAdapter(new ArrayAdapter(this, R.layout.specialeffectsview, specialEffects)); Here is the output: 08-03 00:07:57.45

Re: [android-beginners] How to populate a ViewFlipper child view with a ListView??

2010-08-02 Thread Justin Anderson
Where exactly does the NullPointerException occur? If you aren't sure you can find this by looking for a "caused by" line in the logcat information after your app crashes. -- There are only 10 types of people in the world... Thos

[android-beginners] How to populate a ViewFlipper child view with a ListView??

2010-08-02 Thread Victoria
Hi there, I am trying to set up a ViewFlipper that changes a SlidingDrawers content each time a button is pressed. So far every view I set up worked fine, but now I am trying to create a ListView (including single_choice_mode) within a child view of the ViewFlipper, but my attempt only let to a Nu