Re: [mono-android] Serial Port for MODBUS/RS485

2012-11-12 Thread Daniele Salvatore Albano
After few hours of happy hacking i successfully compiled libMonoPosixHelper using ndk on windows and it works like a charm with mono System.IO.Ports (i dropped some code) and NModbus (that uses log4net and in which i removed a lot of unuseful and unsupported code). Just one thing: i discovered tha

[mono-android] Monodroid sliding menu

2012-11-12 Thread mihaivader
Hello, Has anyone added a sliding menu to their monodroid application? There are some solutions out there, but all of them are implemented for Android (ie: in Java) One that looks very nice is this one https://github.com/jfeinstein10/SlidingMenu Has anyone used an existing solution or has a soluti

Re: [mono-android] ListView Item click color

2012-11-12 Thread Javier Martínez Sáez
Ok, Let me explain… I want to change the background color of a selected ListView item. To do this I have a ListViewSelector.xml http://schemas.android.com/apk/res/android"; > At this point, if I select a ListView Item, it is marked as se