tab widget doesnt work. i got this (this is the next statement to execute when this threads returns from the current function)
How to use grid view and list view in monodroid? give some example.开发者_如何学运维GridView:
i have only a开发者_运维百科 tabhost and 2 tab. my app doesnt work on my device. (HTC Wildfire, Android 2.2)
I created a class library (Mono for Android) and put the folders Resources/Drawable, Resources/Layout and Resources/Values in it.
Late night fiddling with my mondroid app has thrown an error that has me sweating - I have a proof of concept demo to the stakeholders on monday morning so any help appreciated.
Can anyone give me any hints on what could be causing my app to ab开发者_C百科ort and give this output?
How do I convert the following to Mono for Android code? ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, R.开发者_高级运维layout.list_item, countries);
I have a strange layout problem. I developed an app in java and want to port it to C#. Porting the source code is no problem, but the layout is.
I would like to create a compound component that consists of a TextView (integer only) and two buttons that would be used to make an up/down (increment) button.I am using Mono for Android (MonoDroid)
I\'m attempting to extend the generic ArrayAdapter in order to customize a ListView and am getting an NoSuchMethodError being thrown when I hit the TpAdapter (my extended Adapter) constructor