[android-developers] Re: Getting contact's address

2009-12-18 Thread forandroid
i am trying to get the address from the contacts from the following query in the Businesscard application cursor = contentResolver.query(StructuredPostal.CONTENT_URI, new String[]{StructuredPostal.FORMATTED_ADDRESS}, StructuredPostal.CONTACT_ID + = + contactId,

[android-developers] Re: WebView loadData and XML Parsing Question

2009-02-19 Thread forandroid
I have to display html content which i get from am xml(RSS feed).I am using the loadDataWithBaseURL . But if the the html content contains an image,how do i render the image in the webview as in the html content. webView.loadDataWithBaseURL(www.company.com,descHtmlString, text/ html, utf-8,

[android-developers] Re: G1- No animated transitions between activies

2008-12-11 Thread forandroid
Is there a way in which i specify that my application does not support such transitions.That is I do not want such transitions to occur in my application. Thanks On Nov 15, 7:03 am, hackbod [EMAIL PROTECTED] wrote: On Nov 13, 2:21 pm, ksmith44 [EMAIL PROTECTED] wrote: Regardless, is there a