Hello.
I´ve experienced the same behaviour. It is much more stable but in some
cases it hangs or it is really slow.
Kind regards,
Carlo
-Original Message-
From: "Andrew Sinclair"
To: "'Discussions related to Mono for Android'"
Date: Wed, 24 Aug 2011 00:43:56 +0100
Subject:
Yep. Me too.
It´s driving me crazy. Tomorrow I´ve a meeting with our project manager ;-(
Kind regards,
Carlo
-Original Message-
From: "Andrew Sinclair"
To: "'Discussions related to Mono for Android'"
Date: Mon, 15 Aug 2011 17:38:49 +0100
Subject: [mono-android] Runtime re
Moin Andrew,
try this:
var externalStorageDirectory =
Environment.ExternalStorageDirectory.ToString();
Kind regards,
Carlo
-Original Message-
From: was
To: monodroid@lists.ximian.com
Date: Sat, 30 Jul 2011 01:57:06 -0700 (PDT)
Subject: [mono-android] getExternalStorageD
///
/// Retrieve the IMEI from the TelephonyManager
///
///
///
public static string GetDeviceId(Context context)
{
TelephonyManager telephonyMgr =
context.GetSystemService(Context.TelephonyService) as TelephonyManager;
Mit freundlichem Gruß / With kind regards
Carlo Bolz
E-Mailfooter
<>___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
Then use http://code.google.com/p/sqlite-net/ . It als includes a light
weight O/R mapper. But mainly you can change the Namespace so it fits with
both projects and/or assemblies.
Regards
Carlo
Von: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] Im Auftrag v
Yeah - you are right!
-Ursprüngliche Nachricht-
Von: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Nikola Plejic
Gesendet: Montag, 18. Juli 2011 15:17
An: Discussions related to Mono for Android
Betreff: Re: [mono-android] Status of Mono for
Yes, the permission:
-Ursprüngliche Nachricht-
Von: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von jnmahi
Gesendet: Mittwoch, 22. Juni 2011 12:38
An: monodroid@lists.ximian.com
Betreff: Re: [mono-android] create file in sdcard
Thanks carlo f
Maybe that work for you:
var jfs = new
Java.IO.File(Android.OS.Environment.ExternalStorageDirectory.ToString(),
"test.txt");
var jfw = new Java.IO.FileWriter(jfs);
jfw.Write("Hello World");
jfw.Close();
You can also use the .NET classes to create an
Use Intent and PutExtra to pass values between Activities.
-Ursprüngliche Nachricht-
Von: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von jnmahi
Gesendet: Dienstag, 31. Mai 2011 12:53
An: monodroid@lists.ximian.com
Betreff: [mono-android] state
Are the Steema Charts now available for Mono for Android?
I am looking forward to it.
Von: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Narcís Calvet
Gesendet: Donnerstag, 19. Mai 2011 13:41
An: 'Discussions related to Mono for Android'
Betref
send a notification from a lawyer to Novell Brazil if
something wrong happens (or if I force an answer from them) then they will
be forced to say something or to solve something.
And it mean that I can't make notebooks to drink coffee anymore to avoid
real problems
Karl
From: Carlo
Hello all,
any idea how long the activation server will be online?
What happens if they shut down the box? Does it mean we can´t deploy
anymore to our devices?
Regards,
Carlo
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFO
Oh great, I am with you. I don´t know if I like fishing but moving away
from my home country would be a good decision.
As a team leader I am not believable anymore. What a pity!
So plan "B" gets activated:
1. moving the code into the trash can
2. tell my familie that the whole spare time
Or just add:
intent.SetClass(this, typeof(AddActivity));
StartActivity(intent);
Regards,
Carlo
-Original Message-
From: G. Völkl
To: "'Discussions related to Mono for Android'"
Date: Wed, 11 May 2011 23:08:06 +0200
Subject: Re: [mono-android] Newbie: How To start new
15 matches
Mail list logo