[android-beginners] Menus across multiple activities

2009-08-02 Thread erykthege...@googlemail.com
Hi, I'm having some difficulty with my menus. It works fine on my main activity and i can select all the options etc etc. one of these options is to start a subactivity (File browser). This works fine, the sub activity loads and i can select the file i want etc. Now though I want to be able to

[android-beginners] Re: Menus across multiple activities

2009-08-02 Thread erykthege...@googlemail.com
mmur...@commonsware.com wrote: erykthege...@googlemail.com wrote: does anyone have any thoughts as to why this isn't working, or suggestions for workarounds? Without any code, in this case, it is difficult to provide you with advice. If possible, please post the activity that is giving you

[android-beginners] Re: Menu Force Close Issues

2009-07-17 Thread erykthege...@googlemail.com
android:layout_alignParentRight=true / /RelativeLayout On 16 July, 23:34, Mark Murphy mmur...@commonsware.com wrote: erykthege...@googlemail.com wrote: 07-16 18:11:42.991: ERROR/AndroidRuntime(21831): android.view.InflateException: Binary XML file line #17: Error inflating class java.lang.reflect.Constructor Can

[android-beginners] Menu Force Close Issues

2009-07-16 Thread erykthege...@googlemail.com
Hi, I'm having some troubles with the menu I just added to my app. I'm using a basic Java: @Override public boolean onCreateOptionsMenu(Menu menu) { super.onCreateOptionsMenu(menu); MenuItem item = menu.add(0,1,0,Bookmark); item = menu.add(0,2,0,Remove Bookmark);

[android-beginners] Help with layout views and Canvas'

2009-05-16 Thread erykthege...@googlemail.com
Hi, I'm pretty new to the whole app developing scene and i've never coded in Java before, however it doesn't seem that different to c# so I figured i'd give it a go. I've been making reasonable process on the app I'm working on, I've figured out using the main.xml to create a relative layout