[android-developers] Display battery status of my application

2011-11-08 Thread Manikandan M
Hi All, How to display battery usage of my app. In Settings-Application- Battery Use it display the battery usage of some applications. How to add my application over there? Thanks in Advance Mani. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] C2DM Message fails

2011-11-02 Thread Manikandan M
Hi All, I used c2dm to get messages for my application. it is working fine but in droid x i am unable to get messages. Registration is fine i got the registration id even i too got the valid response from the c2dm server while sending message but i am unable to get the message in the device

Re: [android-developers] How to get updated c2dm registration Id.

2011-10-29 Thread Manikandan M
a new ID if they reinstalled. If neither of these two happen, I believe you don't ever have to refresh the ID of the device. Are you running into a problem? Steven Studio LFP http://www.studio-lfp.com On Friday, October 28, 2011 9:33:05 AM UTC-5, Manikandan M wrote: Hi All, Any ideas

Re: [android-developers] Types of mobile application

2011-10-29 Thread Manikandan M
Hi Any Ideas. Thanks Manikandan On Tue, Oct 25, 2011 at 9:52 AM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi All, I am new android development i want to know what are the different ways to create mobile applications. 1. Native App 2. Using jquery mobile to create web app 3. Using

Re: [android-developers] How to get updated c2dm registration Id.

2011-10-29 Thread Manikandan M
a message to that specific device ID? It will let you know if there is any issues with your current device ID. Steven Studio LFP http://www.studio-lfp.com On Saturday, October 29, 2011 5:37:58 AM UTC-5, Manikandan M wrote: Hi Steven, Thanks for the reply. I am using droid x and i am unable

Re: [android-developers] Types of mobile application

2011-10-29 Thread Manikandan M
On Sat, Oct 29, 2011 at 4:20 PM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi Any Ideas. Thanks Manikandan On Tue, Oct 25, 2011 at 9:52 AM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi All, I am new android development i want to know what are the different ways to create mobile

Re: [android-developers] Types of mobile application

2011-10-29 Thread Manikandan M
Hi, Please help me. i am curios about this. Thanks Manikandan On Sat, Oct 29, 2011 at 10:29 PM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi All, It seems to me only native and webview are the two types of mobile application we can create. using mobile jquery we can create web

[android-developers] How to get updated c2dm registration Id.

2011-10-28 Thread Manikandan M
Hi All, As i know c2dm registration id periodically refreshed, how do i get the refreshed c2dm registration id. Is i want to register again at particular interval? Thanks in Advance Manikandan. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] How to get updated c2dm registration Id.

2011-10-28 Thread Manikandan M
Hi All, Is that any other way to do this without registering at particular interval. Thanks Manikandan On Fri, Oct 28, 2011 at 2:52 PM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi All, As i know c2dm registration id periodically refreshed, how do i get the refreshed c2dm registration id

Re: [android-developers] How to get updated c2dm registration Id.

2011-10-28 Thread Manikandan M
Hi All, Any ideas. Thanks Manikandan On Fri, Oct 28, 2011 at 3:50 PM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi All, Is that any other way to do this without registering at particular interval. Thanks Manikandan On Fri, Oct 28, 2011 at 2:52 PM, Manikandan M c2dmdevelo

[android-developers] Types of mobile application

2011-10-24 Thread Manikandan M
Hi All, I am new android development i want to know what are the different ways to create mobile applications. 1. Native App 2. Using jquery mobile to create web app 3. Using webview is webview and jquery mobile are same and any other types we can create mobile app. Thanks Manikandan -- You

[android-developers] How to fire an intent onclick of link in textview

2011-10-22 Thread Manikandan M
Hi all, I have a textview that contains link(a) how to fire an intent onclick of the link in textview. Example Data for TextView : this is test string my phone number is 1234567890 a href (contact name)/a. Then how i fire the intent to show the contact list onclick of the link : Final String

Re: [android-developers] How to fire an intent onclick of link in textview

2011-10-22 Thread Manikandan M
On Sat, Oct 22, 2011 at 7:54 AM, Manikandan M c2dmdevelo...@gmail.com wrote: Hi all, I have a textview that contains link(a) how to fire an intent onclick of the link in textview. Example Data for TextView : this is test string my phone number is 1234567890 a href (contact name

Re: [android-developers] How to open inbox of mail account

2011-10-21 Thread Manikandan M
if any updated from gmail app that may cause problem(if they change the activity name or package) 3. Its is only working for gmail how do i open yahoo or other email clients inbox? Please help me. Thanks Manikandan On Thu, Oct 20, 2011 at 1:52 PM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi

[android-developers] How to open inbox of mail account

2011-10-20 Thread Manikandan M
Hi all, how to open inbox of (gmail,yahoo,rediff,etc .., ) on button click from some other application. if the mail address i have is gmail then i want to launch the gmail inbox of the account that is registered in the device. Example : t...@gmail.com is the mail address i have. Email Address

[android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
Hi I integrated c2dm in my application its working fine. once c2dm notification came i do some database operation so i need the context to create OrmLiteSqliteOpenHelper object. OrmLiteSqliteOpenHelper lDatabaseHelper = OpenHelperManager.getHelper(context.getApplicationContext()); This is fine

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
Hi Please help me, I am struggling with this problem almost a day. On Thu, Oct 13, 2011 at 5:57 PM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi I integrated c2dm in my application its working fine. once c2dm notification came i do some database operation so i need the context to create

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
context. The application context is different and I believe they recommend not using it unless it is for very specific purposes. Steven Studio LFP http://www.studio-lfp.com On Thursday, October 13, 2011 1:33:46 PM UTC-5, Manikandan M wrote: Hi Please help me, I am struggling

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
i tried all cases: *context.getApplicationContext() , context, this*. but i returns same exception. Thanks in advance. On Fri, Oct 14, 2011 at 1:01 AM, Manikandan M c2dmdevelo...@gmail.comwrote: Hi steven, Thanks for the reply. yes the context which i used is receiver context only but i