Hi all,
I have a service that relies on 3G or WiFi network, therefore, I need to be
able to detect network loss and recovery.
I do rely on a broadcast receiver to detect network recovery.
ConnectivityManager connectivity =
(ConnectivityManager)context.GetSystemService( Context.Connec
Hello,
Yesterday I installed v4.1 and everything went fine with both VS2010 and
MonoDevelop. After installing a few Windows 7 updates, shutting down the
machine and starting it today I surprisingly found that the VS2010 add-on is
no longer working. I can open and build MfA projects but I can no
BTW, this did not happen in the home machine. Anything I can check across
machines?
Thanks in advance,
Narcís Calvet
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Narcís Calvet
Sent: divendres, 13 / abril / 2012 12:32
To: 'Discussions re
I had a similar problem on deployment and worked with Jonathan Pobst on the
issue. The impression I got is that this will be resolved in the next build.
Wally
From: nar...@steema.com
To: monodroid@lists.ximian.com
Date: Fri, 13 Apr 2012 14:01:05 +0200
Subject: Re: [mono-android] VS2010 not depl
Hello,
Thanks for the info Wally.
Looking at the issue again with a colleague finally we found that I could
get the functionality back right-clicking on an empty region of the VS2010
toolbar and enabling Mono for Android toolbar.
Cheers,
Narcís
From: Wally McClure [mailto:theevil
Hi,
In my app I need to unzip a big file (~200mb) when the application run for
the first time after installation. The first version of the app, currently
on the appstore, uses an external static lib, which perform very well. To do
the unzip job on the iPhone4 it takes ~1min. acceptable.
Due to m
Jon, thanks.
You gave me idea - and i found the way ))
Example that doesn't work in my case:
TextView textView = (TextView) view.findViewById(R.id.textview);
> SpannableString content = new SpannableString("Content");
> content.setSpan(new UnderlineSpan(), 0, content.length(), 0);
> textView.se
Ok, after some experiments it seems that the only way to go is to use a "low
level" native library for Android. I'm doing something similar with iOS and
Monotouch using:
https://github.com/ayoung/monotouch-ziparchive
Is there any equivalent for M4A? I don't want to use SharpZipLib or similar
beca
Hi,
I have created two Monondroid projects in my "workspace" in Monodevelop.
The first is called "CustomProject", and the other called "MainProject"
Inside of "MainProject" I have created a Splash view called "SplashView".
I now want to use SplashView in my "CustomProject". I already referenced
On Apr 13, 2012, at 4:10 AM, DiCo wrote:
> Example that doesn't work in my case:
>
> TextView textView = (TextView) view.findViewById(R.id.textview);
>> SpannableString content = new SpannableString("Content");
>> content.setSpan(new UnderlineSpan(), 0, content.length(), 0);
>> textView.setText(co
can't catch ConnectivityManager.ConnectivityAction on android 2.3.3. On
version 2.3.4 it works, but not on this previous one. Any idea why? any
alternatives?
Cheers
--
Gonçalo Oliveira
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE
solved
On 13 April 2012 11:24, Goncalo Oliveira wrote:
> Hi all,
>
> I have a service that relies on 3G or WiFi network, therefore, I need to
> be able to detect network loss and recovery.
>
> I do rely on a broadcast receiver to detect network recovery.
>
> ConnectivityManager conn
Hi all
Looking at the showcase page (http://xamarin.com/apps) I saw only one
application for android (Monster Stack 2)
Can you please point me to more Apps written in Mono for Android? I need
this in order to deiced whatever to go the Mono path or continue with Java.
Thanks,
Yoni.
--
View thi
If you browse through all the apps listed on the site you'll find many for
Android (though there doesn't seem to be a way to specifically filter by
platform): http://xamarin.com/apps/all
My app C# To Go is included in there, and was written using Mono for
Android
https://play.google.com/store/app
I wish you could filter this by platform, but apparently you cannot:
http://xamarin.com/apps/all
The first 3 are Android, and there's more throughout the listings.
Hope this helps!
Jonathan
On 4/13/2012 1:24 PM, yoni wrote:
Hi all
Looking at the showcase page (http://xamarin.com/apps) I saw
On search field you can type android and will find more 6 apps.
Karl
From: Jonathan Pobst
Reply-To: "monodroid@lists.ximian.com"
Date: Fri, 13 Apr 2012 13:38:30 -0500
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] Showcase Apps
I wish you could filter this by platform, but
Hi Wally,
I have been stuck trying to get MonoDroid to work under the Android x86
Emulator and/or GoogleTV device and thought you could give me some pointers.
I'm on OSX 10.7.3 using MonoDevelop 2.8.8.4 with MonoDroid 4.0.6 and Mono
2.10.9.
I have purchased MFA and have created the generic "Mono
I haven't gone through and look at the x86 emulator thoroughly on the Mac. The
testing that I did was with the Android 2.3 x86 emulator running on Windows7
x64 and running MfA 4.0.6. All of my project settings were fairly standard. I
wasn't specifying the version of Android or had anything s
Yes I have the purchased version on the Mac and on Windows 8 x64. In
MonoDevelop/About/VersionInfo it reports "Mono for Android: 4.0.6.52253989",
there is no (Evaluation at the end).
Also I am using r19 of the Android SDK Tools... Maybe thats an issue?
When I use "adb logcat" like you suggested b
19 matches
Mail list logo