Re: [android-developers] Re: How to detect if text was entered through physical keyboard?

2011-03-17 Thread Rohith Nandakumar
@Jonathan.. That is my question. I want to know *where* the input to the EditText is from.. (i.e if its through the soft keyboard or using the physical one). @Mark.. the soft keyboard disappears only when the physical keyboard is slid open right? Therefore I cannot force my app to not show it,

Re: [android-developers] How to detect if text was entered through physical keyboard?

2011-03-17 Thread Rohith Nandakumar
Well.. im working on an app that records for the typing rate of the user. So, since the speed and error probability of error is different for both, i need to record it differently. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] How to detect if text was entered through physical keyboard?

2011-03-17 Thread Rohith Nandakumar
Is there a way to find out if the text input was through the soft keyboard or through the physical keyboard? -- 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 unsubs

[android-developers] Re: Sync SQLite database with mdb

2011-03-11 Thread Rohith Nandakumar
Thank you. Let me try it out. -- 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...@googlegroups

[android-developers] Sync SQLite database with mdb

2011-03-10 Thread Rohith Nandakumar
Hello, I have an existing desktop application in vb that is using .mdb file as database. I have created an android app to use some of the features of the app. Since android doesn't support mdb, I've converted the important tables to sqlite database. I wish to transfer the data in the sqlite d

[android-developers] Re: Send SMS from Widget

2010-11-16 Thread Rohith Nandakumar
Thankyou, but that wasn't very nice. I want to the send the sms from a homescreen widget. On Nov 16, 2:00 pm, Marcin Orlowski wrote: > On 16 November 2010 07:58, Rohith Nandakumar > > wrote: > > Hi. I want to send a preset SMS message when I click on my widget. How >

[android-developers] Send SMS from Widget

2010-11-15 Thread Rohith Nandakumar
Hi. I want to send a preset SMS message when I click on my widget. How do I do it? -- 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

[android-developers] Re: How to make phone call from home screen widget?

2010-11-15 Thread Rohith Nandakumar
I tried that. But I get an error: 'The method startActivity(Intent) is undefined for the type ImagesWidgetProvider' On Nov 15, 1:44 pm, Marcin Orlowski wrote: > On 15 November 2010 06:54, Rohith Nandakumar > > wrote: > > I have a widget, and I want it to make a phon

[android-developers] How to make phone call from home screen widget?

2010-11-14 Thread Rohith Nandakumar
Hello everyone, I have a widget, and I want it to make a phone call to a preset number when the user clicks on it. How do I do this? I havn't yet understood how widgets work, so it would be really helpful if you could provide a sample code. Thank you. -- You received this message because you are