[android-developers] Re: help me

2010-02-13 Thread deeMurthy
Hey Can u elaborate on the emulator problem ? What issue are you facing exactly? On Feb 13, 8:51 am, kamran Manzoor kamranmanzoor...@gmail.com wrote: the code is here with emulator problrm package com.net.login; import android.app.Activity; import

[android-developers] Re: adb can't list my attached device

2010-02-13 Thread deeMurthy
Its possible that the server is not running or there is some error w.r.t. it.U can try : adb kill-server adb start-server commands to restart it. This works for HTC phones and the emulator. On Feb 12, 4:29 am, zeeshan genx...@gmail.com wrote: Hi Dear, i am trying to install an app

[android-developers] Re: urgent help Integrating code with Android home screen code.

2010-02-12 Thread deeMurthy
it is Android.mk or anything else? Thanks, satish On Fri, Jan 22, 2010 at 9:47 PM, deeMurthy darshana.mur...@wipro.comwrote: Hi Satish,   If m not wrong, you are playing around with cupcake/donut or eclair code directly. In that case you will have to build your app into the system

[android-developers] Re: Doubts while doing app's with graphics

2010-02-12 Thread deeMurthy
Listener to call the new activity when the animation ends with the onAnimationEnd function. Good luck! On Feb 1, 9:00 pm, deeMurthy darshana.mur...@wipro.com wrote: Hi I have doubts while doing some 2D Graphics and animation. Here is what i have done and what i want to do further

[android-developers] Doubts while doing app's with graphics

2010-02-01 Thread deeMurthy
Hi I have doubts while doing some 2D Graphics and animation. Here is what i have done and what i want to do further: An application starts with a 2D object [ball] rotating and execising in a particular fashion, and after a particular point in time the object [ball] scrolls out of vision. After

[android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-22 Thread deeMurthy
Hi Satish, If m not wrong, you are playing around with cupcake/donut or eclair code directly. In that case you will have to build your app into the system for your homescreen code to recognise it. Include your application into the generic.mk and rebuild the code. This should work. Cheers! On

[android-developers] Re: App widget configue activity opens main activity.

2010-01-10 Thread deeMurthy
Hi Mike You can call finish() at the end of your onCreate() method and check. Otherwise, see what intent filters are given for your main activity in the manifest file..it could be the culprit Post your code around MikeIt will be easier for us to help! Cheers! On Jan 11, 2:24 am, BiiG

[android-developers] Re: Doubt w.r.t content resolver

2010-01-03 Thread deeMurthy
Thanks! On Jan 1, 9:14 am, Rui Wu netiger198...@gmail.com wrote: All member functions in AppWidgetProvider have a Context type. I think you can call Context's getContentResolver() to get an content resolver intance. 2009/12/31 deeMurthy darshana.mur...@wipro.com Hi Is it possible

[android-developers] Doubt w.r.t content resolver

2009-12-31 Thread deeMurthy
Hi Is it possible to access the content resolver methods in a class extending from AppWidgetProvider class? Have been trying to do it with no luck so far. Please help. Many Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to