Re: [android-developers] Problem in Asynctask Execution in standby mode

2012-01-19 Thread Somasundaram Sekar
Async Task are UI Threads, probably that's the reason.. try creating Threads from any bound Services to perform the download and retreive the download status from service and update that in the UI whenever required.. On Thu, Jan 19, 2012 at 7:17 PM, sktniran sktniranjanad...@gmail.comwrote: Hi

Re: [android-developers] Problem in Asynctask Execution in standby mode

2012-01-19 Thread Somasundaram Sekar
Yes there is some thing called Wake Lock which you need to acquire and release as per your need On Thu, Jan 19, 2012 at 8:00 PM, TreKing treking...@gmail.com wrote: On Thu, Jan 19, 2012 at 7:47 AM, sktniran sktniranjanad...@gmail.comwrote: my application getting force closed. it says like

[android-developers] Moving the layout position at runtime

2009-12-20 Thread Sekar
I want to move the position of the layout( eg, linearLayout) at runtime, I tried to using Timer and LinearLayout.layout() function to move the position but first time only move it. objLinearLayout.layout(prevLayout.getWidth(), 0, prevLayout.getRight () ,prevLayout.getBottom() ); is it

[android-developers] Re: java.lang.OutOfMemoryError after orientation changed

2009-11-02 Thread Sekar
I have a MapView App that I wrote a while back in 1.1. It worked after I migrated it to 1.5. It is throwing the same exception you are seeing in 1.6. The App stopped working after the 1.6 system update. I got a chance today to upgrade my eclipse plugin to 0.9.5 and get the 1.6 sdk and deploy the

[android-developers] Re: how do you position an image src inside an ImageButton

2009-09-01 Thread Sekar
Just put padding-left, padding-top to moving the position, http://youropensource.com/categories/75-Android --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: How can I know the calling time of an active call?

2009-08-27 Thread Sekar
check it out the link http://youropensource.com/projects/533-How-can-I-know-the-calling-time-of-an-active-call? On Aug 15, 3:41 am, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote: I agree that thetelephonysupport in Android is very limited. I also noticed that it is not trivial

[android-developers] Re: Handling phone ringing

2009-08-27 Thread Sekar
Try this one, http://youropensource.com/projects/532-access-the-incoming-outgoing-calls-using-TelephonyManager --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send