Hi,
Is logcat enabled on the physical device? My app works fine on the
emulator, not a physical device
Yes, logcat is available on both emulators and physical devices.
Thanks for that.
Logcat is showing something odd on the device which isn't showing on the
emulator...
(this is a slightl
Hi,
I'm sorry if this question is dumb. I'm new to Android development. I want
to write an app that does nothing more than log Internet history. Ideally,
it would log regardless of what browser/app was being used.
Is that possible? If so, can someone please point me in the right
direction?
Hi,
Just as an addendum to my point - here's the calling code
public void getUpcomingRacesCallBack(string track,
Action> callback)
{
var tableData = new List();
if (checkForNetwork(true) != true)
{
tableData[0].PostTime = "No network
If I understood properly x86 simulator (guest) is faster but ARM one is still
slow as hell.
Perhaps we could use x86 guest for debugging as you noticed (if it is really
that fast).
Miha
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Wally McCl
I was experimenting with this last night. Debugging in arm was painful and not
reliable. Debugging in x86 was better. Wally
From: m...@rthand.com
To: monodroid@lists.ximian.com
Date: Sat, 24 Mar 2012 16:41:49 +
Subject: Re: [mono-android] r17 sdk
If I understood properly x86 sim
I tried the r17 download and with some help of Chris Hardy, I was able to get
the x86 Emulator up and running on my laptop running Win7 x64. I tried to
repeat the process today on a desktop running Win7 x64. I have an emulator
session setup running x86. I have installed and have the Intel
Is it a full version of MFA?
We don't have an emulator-only version of the runtime for eval version yet.
Jonathan
On 3/24/2012 2:51 PM, Wally McClure wrote:
I tried the r17 download and with some help of Chris Hardy, I was able
to get the x86 Emulator up and running on my laptop running Win7
I hope you don't mind me asking but what are the scenarios you choose
to use the dialog approach for on Android?
I use it lots on MonoTouch - as it helps a heap with layout. But on Android
I've not used it (yet) - I guess mainly because LinearLayout,
RelativeLayout, etc all make layout much ea
Thanks. This machine is only running the trial version. My laptop is running
the full version. Makes sense.
Wally
> Date: Sat, 24 Mar 2012 15:29:52 -0500
> From: mon...@jpobst.com
> To: monodroid@lists.ximian.com
> CC: theevilprogram...@hotmail.com
> Subject: Re: [mono-android] r17 x86 sup