[android-developers] Re: Async pattern required (professionals welcome)

2012-09-06 Thread itai
, 2012 12:25:31 PM UTC-7, itai wrote: I’m struggling to figure out a straight forward design for the following scenario: A user clicks a button which results in sending an http request asynchronously to fetch a list of image URL’s (e.g some json collection response). Upon completion

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
...@gmail.com wrote:   You can give theme as Dialog and hide the window title bar.   Otherwise, to display an Activity, I believe you cnanot hide the title bar without using any of the below options.   Regards, On Saturday, 1 September 2012 22:12:19 UTC+5:30, itai wrote: Filled bug below

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
On Sep 2, 2:50 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 2, 2012 at 7:29 AM, itai i...@live.com wrote: So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. You have not demonstrated that there is a bug. Yes I

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
On Sep 2, 3:14 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 2, 2012 at 8:02 AM, itai i...@live.com wrote: The framework engineers have more than enough information/reasonable doubt to investigate this and respond. You are welcome to your opinion. My guess

[android-developers] Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-01 Thread itai
Filled bug below… Anyone know how to hide the title bar without using either requestWindowFeature(Window.FEATURE_NO_TITLE) or XML Theme.NoTitleBar to avoid this ? https://code.google.com/p/android/issues/detail?id=36950colspec=ID%20Type%20Status%20Owner%20Summary%20Stars tnx. -- You received

[android-developers] Handling localservice-to-activity callbacks

2012-08-29 Thread itai
a way to “queue-up” broadcast intents for a particular activity? Any robust/simple alternatives? Thanks, -Itai -- 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

[android-developers] Re: Handling localservice-to-activity callbacks

2012-08-29 Thread itai
configuration changes or whatever, the framework keeps my Activity in sync with its data. On Aug 28, 11:48 am, itai i...@live.com wrote: I’m designing my app’s communication layer such that all http requests will be initiated by threads created in the context of a local service. My

[android-developers] Async pattern required (professionals welcome)

2012-08-29 Thread itai
on this, as I'm kind of new to android... so if you feel like sharing an *explanation* on how to do this right, great!! If you feel this is work and you can provide a concise and *correct* sample that address all the concerns above, I would be happy compensate, pypal works :) -Itai e: itaitai2003