Thanks, I'll try that. It looks like I'd need to retrieve the entire list
ahead of time, and auto complete would filter based on that? Is there a way
that I could call the web service when the threshold number of characters is
met? I'd rather pull down a subset of data from the service than the ent
I have done this with the Google Books api
I made a sample for Mvx - it's not currently live on v3 but you can see it
on v2 at
https://github.com/slodge/MvvmCross/tree/vnext/Sample%20-%20SimpleDialogBinding/DroidAutoComplete
Here's what i wrote at the time -
http://slodge.blogspot.co.uk/2012/05/m
I guess you could also try using the Threshold property to set the number of
characters that need to be input before the auto complete kicks in, in
conjunction with a key listener to determine when the threshold is met, so
you can call your webservice in a new thread.
You might run into threadin
I've read the "Take a Picture and Save Using Camera App" example and
downloaded provided sample (
http://docs.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_and_save_using_camera_app
).
However it looks the sample is either too inefficient or there is a mono's
issue - just after
On May 1, 2013, at 10:04 AM, Igor Velikorossov wrote:
> I've read the "Take a Picture and Save Using Camera App" example and
> downloaded provided sample
> (http://docs.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_and_save_using_camera_app).
Thank you for mentioning this. W
Today, after deinstalling mono completely I was finally able to install
4.7.4.
My hope was, that the problem only occurs in 4.6.x and not under 4.7.x.
Now the shock: the compiling-behaviour is the same as in 4.6.4, but takes
almost 4mins instead of 2mins in 4.6.4.
The newer the mono-version, the lo
On Wed, May 1, 2013 at 8:48 AM, Jonathan Pryor wrote:
> On May 1, 2013, at 10:04 AM, Igor Velikorossov wrote:
>> I've read the "Take a Picture and Save Using Camera App" example and
>> downloaded provided sample
>> (http://docs.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_a
Thank you Jon, I'll study the other example.
It actually didn't occur to me about image being compressed, need more
sleep. :)
On 2 May 2013 03:54, wrote:
> -- Forwarded message --
> From: Jonathan Pryor
> To: Discussions related to Mono for Android
> Cc:
> Date: Wed, 1 May 20
For that memory load issue, I think that Recipe should be updated.
Make sure you are using inPurgeable too
See
http://slodge.blogspot.co.uk/2013/02/huge-android-memory-bug-and-bug-hunting.html
Stuart
On 1 May 2013 21:57, Igor Velikorossov wrote:
> Thank you Jon, I'll study the other example.
Huh. Interesting tip. Thanks a bunch Stuart. Updated the code.
On Wed, May 1, 2013 at 3:16 PM, Stuart Lodge wrote:
> For that memory load issue, I think that Recipe should be updated.
>
> Make sure you are using inPurgeable too
>
> See
> http://slodge.blogspot.co.uk/2013/02/huge-android-memory-bu
10 matches
Mail list logo