[android-developers] asmack.jar - typing notification.

2011-08-11 Thread arindam
Hi All, I am developing one Android app where are integrating gmail chat in our app using asmack.jar. Everything is working fine except typing notification. If anyone knows about it, please let us know. Thanks in advance. -Arindam. -- You received this message because you are subscribed to

[android-developers] Re: asmack.jar - typing notification.

2011-08-11 Thread arindam
Hi, I have added the listener like MessageEventRequestListener and MessageEventNotificationListener but nothing is happening. Please give me idea on this. Thanks. - Arindam -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Back button ----kill/Destroy-----??

2010-08-23 Thread arindam
..Only if I stop that process in DDMS then only it disappear. Is that process will take any memory space after pressing back button.. Thank & regards Arindam Ghosh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] citrix gateway access problem

2011-01-25 Thread arindam
ards Arindam Ghosh -- 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 this group, send email to android-developers+unsubscr...@googlegroup

[android-developers] Http connection

2011-01-25 Thread arindam
ards Arindam Ghosh -- 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 this group, send email to android-developers+unsubscr...@googlegroup

[android-developers] http connection issue

2011-01-26 Thread arindam
} catch (Exception E) { Log.i("Arindam", "result" + E.getClass().getName() + ": " + E.getMessage()); }

[android-developers] Application Priority

2010-07-04 Thread arindam
(suppose in application 4 activity)..If it can kill activity then how activity stack handling this. Thanks & regards Arindam Ghosh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] Gps issues in real phone

2010-07-14 Thread arindam
} } Here is the Manifest file: http://schemas.android.com/apk/res/android"; package="com.android.location1" android:versionCode="1" android:versionName="1.0">

[android-developers] Record voice sent to google voice search / voice actions

2011-01-14 Thread arindam
sorrounding noise level. Arindam -- 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 this group, send email to android-developers+unsubscr...@google

[android-developers] DTMF on ongoing call........

2010-09-29 Thread arindam
by default Dialer is able to send DTMF on ongoing call...HTC also build there own Dialer..Then How they are doing? Thanks & regards Arindam Ghosh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Xml Parser for Android Layout.

2011-03-09 Thread arindam
Dear Developers, I am currently trying to parse android layout xml file using simple xml parser. Actually this layout xml file is in sdcard. I am unable to parse. Is their any better way to do. Your kind information will help me a lot. Thanks & regards Arindam G

[android-developers] Rebuilding android source

2009-11-22 Thread Arindam Roy
Hello, Whenever I am giving make from android source tree, it is rebuilding the whole source tree, along with the kernel. What I would like to do is have a source tree built once, and then put some modules as part of /system/lib in output directory, and just rebuilt the img files. What should I do

[android-developers] Re: [android-porting] opencore test cases issue

2010-02-23 Thread arindam das
Hi Uander , I guess ur doing it correctly.While running the test cases already provided by the PVcore,one can only see the logs and not the output on the screen or the speaker. This is what my experience says.Other people who worked on this can confirm. Regards Arindam On

[android-developers] Getting exception while login using Google Plus in Android

2015-12-09 Thread Arindam Mukherjee
= currentPerson.getDisplayName(); String personGooglePlusProfile = currentPerson.getUrl(); } } Here is manifest file relevant to it: Can anyone please help me on this? -Arindam. -- You

Re: [android-developers] Back button ----kill/Destroy-----??

2010-08-23 Thread Arindam Ghosh
Hello Mark, Thank you for your reply..You mention Processes are cached for potential reuse.. What does it means...for which circumstance process can reuse.. If I will start the same activity it will start again from Oncreate.. Thanks & regards Arindam Ghosh On Mon, Au

Re: [android-developers] Back button ----kill/Destroy-----??

2010-08-23 Thread Arindam Ghosh
Hi mark, Thank you again for your reply On Mon, Aug 23, 2010 at 5:42 PM, Mark Murphy wrote: > On Mon, Aug 23, 2010 at 5:36 AM, Arindam Ghosh > wrote: >>               Thank you for your reply..You mention Processes are >> cached for potential reuse.. What does it me

Re: [android-developers] Application Priority

2010-07-04 Thread Arindam Ghosh
Hi Dianne, Thanks for your reply.I got answer.In third question "Can I set the priority for the application ?" I m trying to say that suppose I m playing one game (or any app) suddenly one call come and my app will stop.So is call high priority process ? Thanks & r

Re: [android-developers] Xml Parser for Android Layout.

2011-03-09 Thread Arindam Ghosh
there any nice way to fetch all the attributes of view from layout xml file. Thanks & regards Arindam Ghosh On Wed, Mar 9, 2011 at 11:09 PM, TreKing wrote: > On Wed, Mar 9, 2011 at 5:29 AM, arindam wrote: >> >> I am currently trying to parse android layout xml file using s