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 wrote:
> The easiest way is using
Can't get it working.
I placed it to xml:
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);
tx3.assignContactFromEmail("myem...@gmail.com", fal
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 t
3 matches
Mail list logo