Re: [mono-android] SQLite Close

2011-08-25 Thread was
SQLite seems to work fine on my San Francisco with OS 2.1 using basic sql functionality. I don't create the db in the app. However, should we only target OS 2.2 and later devices? Regards...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/SQLite-Close-tp47319

[mono-android] ProgressDialog

2011-08-25 Thread gabriel.b...@gmail.com
Any one has one sample of a ProgressDialog with a progressbar working? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Make emulator faster?

2011-08-25 Thread Miljenko Cvjetko
Hi Just an idea: replacing emulator with VirtualBox with Androidx86? Though our team tries to do as much as possible testing debugging of business logic on other platforms (project types like unit testing etc), we came up with that idea. In search for faster debugging, we have managed to subst

Re: [mono-android] Make emulator faster?

2011-08-25 Thread andineupert
is speed significantly better when debugging on a device instead of emulator -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Make-emulator-faster-tp4731139p4734252.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Make emulator faster?

2011-08-25 Thread Willem Meints
Yup it is. It makes debugging a pleasant experience. Although the recent debugger fix is a big help in that department also :) Kind Regards,   Willem Meints -Oorspronkelijk bericht- Van: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Namens andineupert Ve

Re: [mono-android] Make emulator faster?

2011-08-25 Thread Matthew Groves
I tried this, but the problem is Mono for Android uses an assembly that is ARM-specific, so Android-x86 isn't able to run it. If you can find a way around this, I'd love to see it though! On Thu, Aug 25, 2011 at 5:44 AM, Miljenko Cvjetko wrote: > Hi > > Just an idea: > replacing emulator with V

Re: [mono-android] Make emulator faster?

2011-08-25 Thread Miljenko Cvjetko
Hi On 2011.08.25 15:03, Matthew Groves wrote: I tried this, but the problem is Mono for Android uses an assembly that is ARM-specific, so Android-x86 isn't able to run it. If you can find a way around this, I'd love to see it though! Did not come to that part yet... Got informed by team memb

[mono-android] PreferenceActivity / OnSharedPreferenceChanged

2011-08-25 Thread Stuart Johnson
I'm trying to get PreferenceActivity show the current values, and I found this on Stack Overflow. http://stackoverflow.com/questions/531427/how-do-i-display-the-current-value-of-an-android-preference-in-the-preference-sum The comon approach is to use "OnSharedPreferenceChanged", but Monodroid does

Re: [mono-android] PreferenceActivity / OnSharedPreferenceChanged

2011-08-25 Thread Jonathan Pryor
On Aug 25, 2011, at 11:33 AM, Stuart Johnson wrote: > I'm trying to get PreferenceActivity show the current values, and I > found this on Stack Overflow. They're using the android.content.SharedPreferences.OnSharedPreferenceChangeListener interface: http://developer.android.com/referenc

Re: [mono-android] PreferenceActivity / OnSharedPreferenceChanged

2011-08-25 Thread Stuart Johnson
Thank you. On 25/08/11 16:46, Jonathan Pryor wrote: > On Aug 25, 2011, at 11:33 AM, Stuart Johnson wrote: >> I'm trying to get PreferenceActivity show the current values, and I >> found this on Stack Overflow. > They're using the > android.content.SharedPreferences.OnSharedPreferenceChangeListene

Re: [mono-android] OpenGL ES Polygons

2011-08-25 Thread Mike Tajmajer
Thanks for the tip! I took a quick look and it's an interesting set of libraries. I'll give it a test and see how well it works! >>Take a look at NetTopologySuite, a port of the Java JTS TopologySuite. >>Version 2.11 contains support for Delaunay triangulation. This may be what you need. You mig

Re: [mono-android] How to change shapes color dynamically?

2011-08-25 Thread Jonathan Pryor
On Aug 24, 2011, at 5:11 PM, chobo2 wrote: > Well What happens if I want to use a color from a resource file? Do I still > use the Resource and get's it's id? Yes, and you'd use Resources.GetColor(int)[0] to get the color: bgShape.Paint.Color = Resources.GetColor (Resource.Color.test);

Re: [mono-android] How to change shapes color dynamically?

2011-08-25 Thread Jonathan Pryor
On Aug 23, 2011, at 3:50 PM, chobo2 wrote: > I want to change the color of a shape dynamically but I am unsure how. > > > http://schemas.android.com/apk/res/android"; > android:shape="rectangle"> > android:color="#00" /> >android:top="7dp" >android:right="7dp"

[mono-android] Hobbyist

2011-08-25 Thread ftballguy45
Im a hobbyist writing an app for myself to be used at home. Do you guys plan on offering a hobbyist license or a free limited version? thanks justin -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Hobbyist-tp4733050p4733050.html Sent from the Mono for Android maili

[mono-android] PreferenceActivity / OnSharedPreferenceChanged

2011-08-25 Thread Stuart Johnson
I'm trying to get PreferenceActivity show the current values, and I found this on Stack Overflow. http://stackoverflow.com/questions/531427/how-do-i-display-the-current-value-of-an-android-preference-in-the-preference-sum The comon approach is to use "OnSharedPreferenceChanged", but Monodroid do

Re: [mono-android] Hobbyist

2011-08-25 Thread Paris Koutsioukis
On 25/8/2011 8:07 πμ, ftballguy45 wrote: > Im a hobbyist writing an app for myself to be used at home. Do you guys plan > on offering a hobbyist license or a free limited version? > > thanks > justin > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Hobbyist-tp

Re: [mono-android] Hobbyist

2011-08-25 Thread Joseph Hill
Hello Justin We don't currently have any plans to offer a hobbyist license, but we do offer a free limited version. The trial version only deploys to emulator, but it never expires and otherwise has no limitations. We also recently announced student and academic discounts, which make full license

[mono-android] Clearing a JavaList

2011-08-25 Thread Rodney J. Thomas
Ok. I just started doing some development in Mono for Android so I may ask some simple questions. In a JavaList object. How do you clear the list. I get a Method not implemented error. Thanks. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUB