Re: [mono-android] howto install / move apk on sdcard

2012-06-20 Thread michelw
ah ! mhh problem.. we want to deploy our apk on play store this week, next week maximum.. have you a date (beta or not) for 4.2.4? Regards Le 20/06/2012 22:43, Jonathan Pryor a écrit : On Jun 18, 2012, at 8:26 AM, michelw wrote: i put android:installLocation="preferExternal" in my AndroidMani

Re: [mono-android] java binding library

2012-06-20 Thread Miljenko Cvjetko
Hi Wally On 2012.06.21 03:05, Wally McClure wrote: I'm working on an example of using the java binding library. I wanted to use a fairly well known java library, so a friend told me to use the commons-math jar library. Ok, sounds good to me. I plug this into a MfA java binding library, and o

Re: [mono-android] Image caching

2012-06-20 Thread Liam Houlahan
Hi Redth has a Url caching image store here on github https://github.com/Redth/MonoDroid.UrlImageStore . Liam On Thu, Jun 21, 2012 at 2:14 AM, Jonathan Pryor wrote: > On Jun 20, 2012, at 4:24 AM, Jens Bjarke Pedersen wrote: > > I thought about reference counting and call disposal on bitmaps wh

[mono-android] java binding library

2012-06-20 Thread Wally McClure
I'm working on an example of using the java binding library. I wanted to use a fairly well known java library, so a friend told me to use the commons-math jar library. Ok, sounds good to me. I plug this into a MfA java binding library, and of course, it generates a bunch of errors. This is

Re: [mono-android] howto install / move apk on sdcard

2012-06-20 Thread Jonathan Pryor
On Jun 18, 2012, at 8:26 AM, michelw wrote: > i put android:installLocation="preferExternal" in my AndroidManifest.xml.. > > ( ) > Monodroid version 4.2.3 > > i forget something? Sorry, this is a bug. We were using $(TargetFrameworkVersion) to control whether we kept the /manifest/@android:ins

Re: [mono-android] The operation has timed out. at System.Net.WebConnectionStream.Read

2012-06-20 Thread Jonathan Pryor
On Jun 20, 2012, at 10:39 AM, klimaye wrote: ... > We started using .net 4.0's inputStream.CopyTo(outputStream) instead of doing > the stream copy ourselves via code. > > Since then we have been experiencing this 'Timeout error' intermittently. ... > To narrow down the problem, we have performed

[mono-android] The operation has timed out. at System.Net.WebConnectionStream.Read

2012-06-20 Thread klimaye
Background : This is related to my earlier post about copying data using streams (from a network stream to a file stream) http://mono-for-android.1047100.n5.nabble.com/Copy-from-a-file-stream-to-another-file-stream-interruped-by-INTERRUPTION-REQUESTED-HANDLE-td5710364.html We started using .net

Re: [mono-android] Image caching

2012-06-20 Thread Jonathan Pryor
On Jun 20, 2012, at 4:24 AM, Jens Bjarke Pedersen wrote: > I thought about reference counting and call disposal on bitmaps when they are > not used. Or do mono droid have any tricks I can use instead :) I'd instead suggest a Most Recent Used list of ~10 items (change as appropriate) -- when you

Re: [mono-android] Looking for Full Time Contract Mono for Android Developer

2012-06-20 Thread ataylorm
I am offering VERY competitive pay with this position. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Looking-for-Full-Time-Contract-Mono-for-Android-Developer-tp5710445p5710456.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-20 Thread Jonathan Pryor
On Jun 20, 2012, at 4:25 AM, Francesco Colombo wrote: > In your opinion, is there any performance loss running armeabi rutime over an > v7a device? I'm asking this because I have two scenario now: Potentially lots. :-) 1. The armeabi runtime explicitly disables SMP support (because ARMv5 lacks t

Re: [mono-android] 4.2.3 native library DllNotFoundException!

2012-06-20 Thread Francesco Colombo
Test with 4.2.2. done! Here the report: 1. If I enable ONLY armeabi all is fine. The /libs folder contains all the .so expected. (my standard configuration) 2. If I enable armeabi and armeabi-v7a the /libs folder contains only the libmonodroid.so. So the app wont work (I usually do not enable arm

[mono-android] Image caching

2012-06-20 Thread Jens Bjarke Pedersen
Hey Guys, We are working with mono droid and are developing a app where we are using a lot of downloaded images at the same time, which results in memory issues. Now I want to implement a image handler which caches the most used images and clears images not used when the app is hitting low me

Re: [mono-android] 4.2.3 debugger

2012-06-20 Thread Matthew Leibowitz
Just to add some more info... This, for me at least, only is a problem on the Android 2.3.3 device. My Android 3.1 tablet has no problems at all. I don't know if this is the case with the other devs? Matthew On Tue, Jun 19, 2012 at 3:44 PM, Sayed Arian Kooshesh wrote: > have you tried build cle