[mono-android] Starting Intent

2011-08-12 Thread emalamisura
I would like to have my starting intent no load an activity if this is possible, I need it to check some values and then decide which activity to load. I currently am doing this by loading a main activity and the very first thing I do is check, and then switch activities. This is obviously not id

Re: [mono-android] GZipStream does nothing

2011-08-12 Thread Jonathan Pryor
On Aug 11, 2011, at 9:00 AM, tsukrov wrote: > As I found GZipStream does nothing in Release 1.0.2. Read reads 0 bytes/ > Write writes 0 bytes. > Please confirm. I can't reproduce. This is the fragment I tested: const string expected = "Hello, compressed world!"; var o = new Memory

[mono-android] MonoDevelop Addin update 2.6.5.3

2011-08-12 Thread Andreia Gaita
Hi everyone, There's a new version of the Mono for Android addin available. This new version, 2.6.5.3, fixes the Mono.Posix issue that a few users have been reporting, and includes some improvements for detecting available space on devices. This update is available from the Beta channel, and you

Re: [mono-android] installed mono4android cant find addin in monodev

2011-08-12 Thread Andreia Gaita
There's a new version of the Mono for Android Addin available, 2.6.5.3, that fixes this issue. The addin update is available in the Add-in Manager, from the Beta channel, if you refresh the Updates list the update should be listed there. The release notes for the addin are here: http://android.xam

Re: [mono-android] Monodroid App on OS3

2011-08-12 Thread Jonathan Pryor
On Aug 12, 2011, at 12:37 PM, was wrote: > Herewith Toolbar.axml. However, during testing, I have commented out the > code which uses this resource - and everything else in the OnCreate > procedure except for: > > base.OnCreate(bundle); > SetContentView(Resource.Layout.Main); > > so I don't thin

Re: [mono-android] Search bar in monodroid

2011-08-12 Thread Dan Russell
One way to accomplish this is to implement the Search interfacce. It's documented here: http://developer.android.com/guide/topics/search/index.html. Google provides a Searchable Dictionary sample that shows how to do it. I may have ported it to Mono for Android. I'll have to check later on this

Re: [mono-android] Monodroid App on OS3

2011-08-12 Thread was
I'll do that tomorrow. Herewith Toolbar.axml. However, during testing, I have commented out the code which uses this resource - and everything else in the OnCreate procedure except for: base.OnCreate(bundle); SetContentView(Resource.Layout.Main); so I don't think it can have any bearing on the

Re: [mono-android] Monodroid App on OS3

2011-08-12 Thread Jonathan Pryor
On Aug 12, 2011, at 11:59 AM, was wrote: > I have included the armeabi-v7a architecture in my release build (together > with armeabi) but it makes no difference; the app still crashes as described > earlier. Can you provide `adb logcat` output? I'm not able to reproduce on my Xoom, but I can't di

Re: [mono-android] Monodroid App on OS3

2011-08-12 Thread was
I have included the armeabi-v7a architecture in my release build (together with armeabi) but it makes no difference; the app still crashes as described earlier. I have commented out all code in my main form's activity except for: protected override void OnCreate(Bundle bundle) {

Re: [mono-android] Analyzing Heap/Memory Allocations?

2011-08-12 Thread Jonathan Pryor
On Aug 10, 2011, at 2:13 PM, emalamisura wrote: > Is there a way to analyze the heap and memory allocations much like how > Eclipse will let you for Android? Not at this time. We will be supporting Mono's heap profiler in a future release. - Jon ___

Re: [mono-android] Remove email

2011-08-12 Thread Jeff Stedfast
Hi Indelex, The easiest way for you to unsubscribe is to go to http://lists.ximian.com/mailman/listinfo/monodroid and enter in your email address and the password you selected. If you don't know your password, you can request it send a reminder. I hope that helps, Jeff On Fri, Aug 12, 2011 at 1

Re: [mono-android] MapActivity

2011-08-12 Thread Jonathan Pryor
On Aug 11, 2011, at 7:32 AM, mapell wrote: > It is possible to create C# MapActivity instead of creating Java MapActivity > and add it as intent (example: > https://github.com/mono/monodroid-samples/tree/master/GoogleMaps)? Not at this time. We are working on supporting that for a future release.

[mono-android] MapActivity

2011-08-12 Thread mapell
Hi, It is possible to create C# MapActivity instead of creating Java MapActivity and add it as intent (example: https://github.com/mono/monodroid-samples/tree/master/GoogleMaps)? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MapActivity-tp4689229p4689229.html Sen

[mono-android] Analyzing Heap/Memory Allocations?

2011-08-12 Thread emalamisura
Is there a way to analyze the heap and memory allocations much like how Eclipse will let you for Android? I need to know because I have ran into a situation where I had to take manual control of Orientation changes, and Google has stated this can cause serious memory leaks if you are not cleaning u

[mono-android] Remove email

2011-08-12 Thread INDELEX
Please remove my email address from your list! ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] JavaScript Interface

2011-08-12 Thread Jonathan Pryor
On Aug 12, 2011, at 8:56 AM, malexandroni wrote: > I tried the JS interface in Java and it works fine, but I tried to replicate > the code in Mono for Android and it does not work. What am I doing wrong? That won't work at this point in time. :-( The problem is reflection: in order for the JavaS

Re: [mono-android] Detecting Network connectivity state changes

2011-08-12 Thread Jonathan Pryor
On Aug 12, 2011, at 4:20 AM, Narayan Sainaney wrote: > -Original Message- > From: monodroid-boun...@lists.ximian.com > [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of dbeaugrand > I have a need to monitor the state of the network connections in my > application. I have setup a Br

Re: [mono-android] Detecting Network connectivity state changes

2011-08-12 Thread Jonathan Pryor
On May 13, 2011, at 3:17 PM, dbeaugrand wrote: > I have a need to monitor the state of the network connections in my > application. I have setup a BroadcastReceiver on > ConnectivityManager.ConnectivityAction to do this. ... > But the JAVA example i was following uses getParcelableExtra to obtai

Re: [mono-android] Monodroid App on OS3

2011-08-12 Thread Jonathan Pryor
On Aug 12, 2011, at 6:36 AM, was wrote: > My Monodroid app runs fine on my OS2.1 mobile and on the emulator. However, a > beta tester has installed it on his Acer tablet running OS3 (Honeycomb), and > it crashes on launch: > > “Sorry! The application Skylog Pro (process SkylogPro.SkylogPro) has >

[mono-android] JavaScript Interface

2011-08-12 Thread malexandroni
Hi, I tried the JS interface in Java and it works fine, but I tried to replicate the code in Mono for Android and it does not work. What am I doing wrong? public class Activity1 : Activity { WebView appView; protected override void OnCreate (Bundle bundle) {

Re: [mono-android] Search bar in monodroid

2011-08-12 Thread Glen Hassell
Ever thought of jQuery? On 12/08/2011 10:13 PM, "vsr28" wrote: > Hi Guys... > > I have populated one Sectioned ListView which contains 14000 items(fetched > from database). It is quite difficult to navigate through one by one. For > which i want to give search textbox/bar at top so that user can h

[mono-android] Search bar in monodroid

2011-08-12 Thread vsr28
Hi Guys... I have populated one Sectioned ListView which contains 14000 items(fetched from database). It is quite difficult to navigate through one by one. For which i want to give search textbox/bar at top so that user can have search result as soon as he/she type some alphabets. Waiting for you

Re: [mono-android] Detecting Network connectivity state changes

2011-08-12 Thread Narayan Sainaney
I am trying to do the same thing. Have you found a solution? Thanks -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of dbeaugrand Sent: May-13-11 12:17 PM To: monodroid@lists.ximian.com Subject: [mono-android] Detecting