[android-developers] Re: Android Toast Duration

2009-09-21 Thread alkar
r the bottom of the screen, just as a normal toast does? Finally, is it possible to duplicate the non-selectable, non- interfering-with-UI behaviour of the Toast? I thought it would be done by setting the Dialog non-focusable, but apparantly can't do that. Thanks in advance, alkar On Sep 2

[android-developers] Re: Redrawing part of a custom ListView

2009-08-20 Thread alkar
Thu, Aug 20, 2009 at 11:22 AM, alkar wrote: > > > I have a custom ListView and I want to redraw a View inside each row > > under some circumstances. How would I do that in the ListActivity? > > > I can use: > >                ListView l = (ListView) findViewById(andro

[android-developers] Redrawing part of a custom ListView

2009-08-20 Thread alkar
whole listview. Any ideas? -- alkar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Is BOOT_COMPLETED prioritized?

2009-08-13 Thread alkar
Thanks for your reply, I'll see what I can do about it. And yes, I've noticed that trend too and I'm trying to avoid feeling the "syndrom" on my Magic :) But, it's absolutely critical for some applications to work, nothing much we can do about it I guess. -- alk

[android-developers] Is BOOT_COMPLETED prioritized?

2009-08-13 Thread alkar
etely random, meaning I'd have to add a check to make sure it's done prior to the update? -- alkar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread alkar
Thank you both for your answers, seems I was on the right path. Good to know for sure. In fact, my ongoing attempt at an implementation of that is called NumberPicker. And yea I won't be calling internal APIs, I'm aware :) -- alkar On Aug 13, 2:13 am, "Yusuf Saib (T-Mobi

[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread alkar
just "correcting" me. If you had something that would help but didn't understand my question, that'd be fine. Otherwise... it's just annoying. -- alkar On Aug 13, 1:15 am, Mark Murphy wrote: > alkar wrote: > > Are the widgets used in Datepicker standarized?

[android-developers] Datepicker / Timepicker Widgets

2009-08-12 Thread alkar
I hope I'm clear enough on that :) Thanks, alkar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To un

[android-developers] Re: HTC Touch Input

2009-08-07 Thread alkar
Input" > > Long press in a text-box, select Input Method, select Touch Input > > On Aug 7, 12:16 pm, Dianne Hackborn wrote: > > > I am pretty sure that is proprietary to HTC. > > > On Fri, Aug 7, 2009 at 12:08 PM, alkar wrote: > > > > Is the Touch In

[android-developers] HTC Touch Input

2009-08-07 Thread alkar
Is the Touch Input IME provided by HTC on Magic open source? If so, under which licence and where would I find the source? Can't really find any info about it online and I'm looking into developing an IME based on it, rather than LatinIME. Tha