[android-developers] Re: Quick Contacts popup

2009-11-03 Thread jarkman
Jeff - is there any way to add our app to the QuickContact app list, so we show up when the user taps the badge ? I'm guessing this will come down to an intent filter, but I can't work out what it ought to be. Thanks, Richard On Oct 30, 6:02 pm, Jeff Sharkey jshar...@android.com wrote: The

[android-developers] Re: Quick Contacts popup

2009-11-01 Thread Fedor Vlasov
Can't get it working. I placed it to xml: QuickContactBadge xmlns:android=http://schemas.android.com/apk/res/ android android:src=@drawable/logo android:id=@+id/my_icon/ And the code: QuickContactBadge tx3 = (QuickContactBadge)findViewById(R.id.my_icon);

[android-developers] Re: Quick Contacts popup

2009-10-30 Thread Jeff Sharkey
The easiest way is using the new QuickContactBadge widget. You can add it to your layout, and there are helper methods to bind it using phone, email, or a normal Uri. http://d.android.com/reference/android/widget/QuickContactBadge.html This control will automatically give you the frame around