Re: [mono-android] Support for mixed mode assemblies

2011-12-19 Thread Mahesh
Do you have any plan for supporting mixed mode assemblies in future release of mono android Regards Mahesh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Support-for-mixed-mode-assemblies-tp5085821p5088025.html Sent from the Mono for Android mailing list archive a

Re: [mono-android] Using DatePickerDialog

2011-12-19 Thread Tom Opgenorth
Tutorial is fixed, but I'm getting an error when I try to use the DatePickerDialog. Basically, I have a button that when when clicked will display the DatePickerDialog. You pick your date, and then the date is displayed as the text of the button. The exception occurs when you click on the button,

[mono-android] android.database.StaleDataException OnResume

2011-12-19 Thread riteshsahu
Hi, We are getting this error at times when the app gets resumed after picking up a picture from the picture gallery on on a Galaxy Nexus (4.0.1). We don't have an override for the OnResume method on the activity. Is this something wrong with Android 4.0.1 or something in M4A? Thanks. Ritesh E/

Re: [mono-android] Cannot get Hello World to work...

2011-12-19 Thread Tom Opgenorth
The next thing that jumps to mind is that perhaps the Mono Runtime libraries aren't already installed. But MonoDevelop should be doing that for you, I would assume. On Mon, Dec 19, 2011 at 18:05, mattbrand wrote: > OK, thanks for the quick reply! > > Taking your advice, I got the emulator to sta

Re: [mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread Glen Hassell
Hi, Android's Java bindings are accessed through Monodroid. JavaScript slots into a projects /Asssets directory (case sensitive), implementing JavaScript in HTML is required as HTML holds no state, required to interact with logic controllers. Anything you see on an Android device is a VIEW. This

Re: [mono-android] Cannot get Hello World to work...

2011-12-19 Thread mattbrand
OK, thanks for the quick reply! Taking your advice, I got the emulator to start up correctly using the AVD Manager. All the devices that I had before (one for each 10, 8 and 7) all had x's next to them, so they weren't starting correctly. I created a new Android Virtual Device using platform 4.0.3

Re: [mono-android] Cannot get Hello World to work...

2011-12-19 Thread Tom Opgenorth
Sometimes it can take the emulator a while to start up (especially on older hardware). It's a general Android complaint, not specific to M4A. Try starting up the emulator first, and then when it is running run your application. If you disable animations and scale down the size of the emulator it m

[mono-android] Cannot get Hello World to work...

2011-12-19 Thread mattbrand
Hi all. I feel ignorant posting this question, but I cannot get the example Android app to work. I downloaded Xamarin, installed everything fine, then using this page: http://docs.xamarin.com/android/getting_started/hello_world I followed the instructions, and created a new Mono For Android Appl

Re: [mono-android] Redraw/refresh problem

2011-12-19 Thread Christian Weyer
Hm, would this cause the mess? From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Tim Kelly Sent: Dienstag, 20. Dezember 2011 00:21 To: Discussions related to Mono for Android Subject: Re: [mono-android] Redraw/refresh problem Might you be missing t

Re: [mono-android] Packaging problem with 4.0.1

2011-12-19 Thread Jonathan Pryor
On Dec 19, 2011, at 2:56 AM, Piotr Kryger wrote: > I've just upgraded to 4.0.1 and now I'm unable to package app. > Solution builds fine, but attempt to deploy ends with error: Could you please file a bug and attach your project? I'm not sure why this would be happening. Thanks, - Jon

Re: [mono-android] Redraw/refresh problem

2011-12-19 Thread Tim Kelly
Might you be missing the scroll control on your interface? From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Christian Weyer Sent: Monday, December 19, 2011 6:00 PM To: Monodroid@lists.ximian.com Subject: [mono-an

Re: [mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread Stuart Johnson
I'm working on a Monodroid app prototype thats a bit of a hybrid of C# and HTML5/Javascript. I'm using Monodroid to host a web control, in which my jQuery pages run. The outer Monodroid app does all the heavy lifting, and IO work, and the GUI is mostly jQuery. I'm hoping future releases of Mon

Re: [mono-android] Equivalent to MonoTouch.Dialog

2011-12-19 Thread Christian Weyer
Thx -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of SRI Sent: Freitag, 16. Dezember 2011 08:54 To: Discussions related to Mono for Android Subject: Re: [mono-android] Equivalent to MonoTouch.Dialog Hi, Check

[mono-android] Android.OS.BatteryManager?

2011-12-19 Thread DocM
Is there a way to get battery state information without registering a receiver? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Android-OS-BatteryManager-tp5087159p5087159.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Android 4 powered tablets?

2011-12-19 Thread Stephen Long
I'm currently using an EVO 4g running ICS for development. It's pretty handy as I can perform a NAND backup and bounce between 4.0.3 and 2.3.7 in a matter of minutes .. On Mon, Dec 19, 2011 at 1:01 PM, John Morris wrote: > I'm not sure one is out yet. The Galaxy Nexus phone might be the first >

Re: [mono-android] Android 4 powered tablets?

2011-12-19 Thread John Morris
I'm not sure one is out yet. The Galaxy Nexus phone might be the first 4.0 device actually on the market, and it's only been out a week or so. -John From: monodroid-boun...@lists.ximian.com on behalf of Neal Culiner Sent: Mon 12/19/2011 12:50 PM To: monodroid@l

Re: [mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread Tomasz Cielecki
I work in a company where most of the applications are written in C#, . NET, all these are written for desktop use. Now the company is looking into getting on the mobile market for some of the applications. What better would be to write native apps reusing a lot of the already existing code. Re-wri

[mono-android] Android 4 powered tablets?

2011-12-19 Thread Neal Culiner
Hi MD gang, I think I'm going to need to pickup a ICS tablet for dev. I need to integrate things such as Calendar stuff that I don't think you can use/test on an emulator. Anyone know of a good tablet that is/will run Android 4.x? Neal Culiner NC Software, Inc.

Re: [mono-android] IDE gets really slow even after stopping debugging

2011-12-19 Thread Jonathan Pobst
Building a release package should use a lot of memory, due to linking. But I can't think of any reason why stopping debugging would cause a spike in memory or for the IDE to get really slow. It takes a few seconds to kill things if you are stopped at a breakpoint and click the stop debugging bu

Re: [mono-android] IDE gets really slow even after stopping debugging

2011-12-19 Thread warren burch
FWIW, I am Win7 x64 also. On Sun, Dec 18, 2011 at 6:17 PM, Tossing, Chris [via Mono for Android] < ml-node+s1047100n5084921...@n5.nabble.com> wrote: > We have observed this strange memory behavior (rapid cycling up above 1GB > of usage and then back down) on Windows 7, as well (we are using Win7

Re: [mono-android] Application Size upon deployment

2011-12-19 Thread klimaye
Alright, So this weekend, I took Jon's advice and removed the dependency on Json.net, System.Data and System.Data.Sqlite. The app size is now 4.3 MB. Biggest dlls now are mscorlib => 1258 KB System.dll => 475 KB Mono.Android => 695 KB All the assemblies now are only .Net assemblies, so it look

Re: [mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread Tom Opgenorth
This question seems to happen a lot, and the answer, I've noticed, depends on the background of the fellow you ask (not suprising). Most guys I know that have a heavy web background advocate the HTML5 + Javascript. Guys that have their roots in desktop or client-server advocate a more "native" app

Re: [mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread James Burton
As the head of development at a small web-development company in Farringdon who also do iPhone and Android development, we've had some temptation towards using MonoTouch and Mono4Android at some stages as our core skills include C#, but more effort seems to be shifting to HTML5 + Javascript, and

Re: [mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread Diego Guidi
> My questions, with respect to your current projects: > Would you choose C# again? > Would you consider a HTML5 solution? It depends of what you must build. There are some tasks that's impossible to build using html5: i.e: grab an image from phone's camera. My2Cents: if you can build your app usin

[mono-android] HTML5 vs NativeDevelopment vs C#

2011-12-19 Thread Andrew August
I have been watching this thread for months, on the sidelines. I teach ANDROID development for Kaplan University. My background is in C# and I am most familiar with Visual Studio. I wanted to include a class using C#, but thought it would be too confusing for novice students. So I have designed my

Re: [mono-android] Support for mixed mode assemblies

2011-12-19 Thread Jonathan Pryor
On Dec 19, 2011, at 6:25 AM, Mahesh wrote: > Is it possible to use mixed mode assemblies (native + wrapper > created in c++/cli) with mono android ? No. - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: htt

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Renato Degelo
I've updated my room and got most recent driver and now its working... Thanks for your help. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-4-0-1-APP-Crash-when-debugging-tp5081067p5086076.html Sent from the Mono for Android mailing list archive at Nabbl

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Mike Child
Do you have the HTC sync software installed on your computer? If you do that could be the issue. Mike Child On Mon, Dec 19, 2011 at 7:46 AM, Renato Degelo wrote: > More information: > > I was trying debug in an HTC Glacier... > > Now, i tried debug in an Optimus 2x and everything worked... > >

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Renato Degelo
More information: I was trying debug in an HTC Glacier... Now, i tried debug in an Optimus 2x and everything worked... Semms that its a problem with an specific device. Any sugestions? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-4-0-1-APP-Crash-wh

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Renato Degelo
Aditional detail: When bebuging in the emulator everything seems ok. Some information from log that may help: 12-19 07:59:55.564 W/MonoDroid-Debugger( 8272): Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8875,server=y,embedding=

[mono-android] Support for mixed mode assemblies

2011-12-19 Thread Mahesh
Hello; Is it possible to use mixed mode assemblies (native + wrapper created in c++/cli) with mono android ? Regards Mahesh -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Support-for-mixed-mode-assemblies-tp5085821p5085821.html Sent from the Mono for And

Re: [mono-android] BoundCenterBottom and BoundCenter on ItemizedOverlay return Drawable with wrong bounds.

2011-12-19 Thread Tomasz Cielecki
Apparently it might not be a bug after all. The drawable I am using, which I implement myself, did not override IntrinsicWidth and IntrinsicHeight, which seems to be what the bounds are calculated from. If they are not overridden they just return -1 and hence the funny bounds. On Sat, Dec 17, 2011

Re: [mono-android] Bluetooth Chat sample

2011-12-19 Thread fschmidberger
Hi ChrisNTR, wow, thanks a lot. I will have a look at it later today. Cheers Frnk -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Bluetooth-Chat-sample-tp5076608p5085447.html Sent from the Mono for Android mailing list archive at Nabble.com. __

[mono-android] Background thread - best practice?

2011-12-19 Thread DocM
I'm porting a fairly complex Windows Mobile application to Android and I've got a question about how to port some of the background thread functionality. The application uses a separate thread to synchronize data in the background; the thread stays alive for as long as the application is running a