If you start the emulator before opening VS, then VS can see it.
See
http://mono-for-android.1047100.n5.nabble.com/Emulator-and-MfA-4-2-2-td5710073.html
here
Hope that can help.
Marco
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Running-devices-list-not-u
Dear Freinds!
I am working on a android program to receive data from a microcontroller
through wifi to draw data points over time.
I have set up a simple View and also I managed to connect to WiFi module on
the microcontroller using sockets, now I really need to know what should I
do to reterive
If you can use serialization to achieve this, then that's a good way.
If you instead choose to use a singleton or some other "in memory"
solution, then please be aware of the Activity lifecycle -
http://docs.xamarin.com/android/tutorials/Activity_Lifecycle - please
consider that the Android OS is
In .NET you have System.Timers.Timer and System.Diagnostics.Stopwatch. I
don't know what else do you need? Maybe a call to View.Invalidate() to
force a refresh of your View. Or PostInvalidate() if you are in another
thread.
On Fri, Jun 1, 2012 at 2:34 PM, Saeid Yazdani wrote:
> Dear Freinds!
>
>
On May 31, 2012, at 11:06 AM, keith wrote:
> I am using monodevelop(3.0.2) on a mac, and Mono for Android:
> 4.2.2.134493563. I have set my target api level to 8, my minimum api level
> to 7, checked "deploy to external storage" and ensured that install location
> drop down is set to preferex