[android-developers] How to open notepad on a pc by clicking a button on my Android?

2012-11-20 Thread Mo.
uys have a link to a website that explain this type of connection or a book? Thanks, Mo. -- 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 th

[android-developers] Android Search Dialog and Suggestions ListView: Change theme and colours?

2012-02-03 Thread Mo Kargas
I've implemented a simple search dialog that performs a custom search of the data within my app (Via a custom provider) as according to the guidelines here: http://developer.android.com/guide/topics/search/search-dialog.html The problem is that the search bar's colors and size (exceeds the height

[android-developers] Angry DROID2 Owner

2010-10-28 Thread Mighty Mo
Yup yup. As one of the earlier contribute or is noted, I am that angry customer. I was given this link by one of the support members at storm 8.com. I've also encountered the same issue with crazy pirate software.com I am no longer able to login to any of the games that I played. 8 games in total o

[android-developers] Re: [Android 2.0] Contacts FAQ?

2009-12-14 Thread Mo
ation that "ContactsContract.CommonDataKinds.CommonColumns class does not exist." so how did you made it to work? Thanks, Mo. On Nov 13, 11:22 pm, Rachel Blackman wrote: > On Nov 13, 2009, at 6:57 PM, Yao wrote: > > > Another important thing is that are new contact APIs stable and public? >

[android-developers] Re: Moving from Cupcakle to Eclair: ContentObserver is broken

2009-12-11 Thread Mo
observer would be called any time the user calls any of its contact. Is there a way in which I can filter only the events I am interested in namely on add/delete contact or contact name change. Mo On Dec 11, 1:38 pm, Dmitri Plotnikov wrote: > Formally speaking, it is not really broken. The regi

[android-developers] Re: Moving from Cupcakle to Eclair: ContentObserver is broken

2009-12-11 Thread Mo
Hi Dimitry, Can you shed some light on this? BR On Dec 10, 9:00 pm, Mo wrote: > Hi, > I was trying to register for any changes to the Contact.People DB as > follows: >        registerContentObserver(Contacts.People.CONTENT_URI, true, co); > And in my ContentObserver class I ha

[android-developers] Re: Moving from Cupcakle to Eclair: ContentObserver is broken

2009-12-11 Thread Mo
Hi Dimitry, Can you shed some light on this? BR On Dec 10, 9:00 pm, Mo wrote: > Hi, > I was trying to register for any changes to the Contact.People DB as > follows: >        registerContentObserver(Contacts.People.CONTENT_URI, true, co); > And in my ContentObserver class I ha

[android-developers] Re: Moving from Cupcakle to Eclair: ContentObserver is broken

2009-12-11 Thread Mo
Hi Dimitry, Can you shed some light on this? BR On Dec 10, 9:00 pm, Mo wrote: > Hi, > I was trying to register for any changes to the Contact.People DB as > follows: >        registerContentObserver(Contacts.People.CONTENT_URI, true, co); > And in my ContentObserver class I ha

[android-developers] Moving from Cupcakle to Eclair: ContentObserver is broken

2009-12-10 Thread Mo
Hi, I was trying to register for any changes to the Contact.People DB as follows: registerContentObserver(Contacts.People.CONTENT_URI, true, co); And in my ContentObserver class I had the following: public void onChange(boolean change) { Log.v( " Contact List upd

[android-developers] Pick events from calendar?

2009-12-01 Thread Mo
Hi Everyone, I want to develop an application that pick events from the calendar then send them to contacts as text messages. Is this possible on Android? Many thanx in advance Mo -- You received this message because you are subscribed to the Google Groups "Android Developers" grou