¡@

Home 

2014/10/16 ¤W¤È 08:13:04

android Programming Glossary: en

Google Maps API Version difference

http://stackoverflow.com/questions/11323500/google-maps-api-version-difference

Maps API Version difference I'm trying to show route between two places I want to used.. Maps API Version difference I'm trying to show route between two places I want to used Google Places API V3 for route steps.. I want to used Google Places API V3 for route steps between two points. Before I was using Old Google Maps API and following..

J2ME/Android/BlackBerry - driving directions, route between two locations

http://stackoverflow.com/questions/2023669/j2me-android-blackberry-driving-directions-route-between-two-locations

Android BlackBerry driving directions route between two locations On Android 1.0 there was a com.google.googlenav.. two locations On Android 1.0 there was a com.google.googlenav namespace for driving directions Route Improved Google Driving.. lack of APIs for such stuff how to find the route between two places in Blackberry csie tw gives a workaround query gmaps..

How can I create a table with borders in Android?

http://stackoverflow.com/questions/2108456/how-can-i-create-a-table-with-borders-in-android

with the border you want for all cells. The only inconvenience is that the borders of the extreme cells have half the.. with the border you want for all cells. The only inconvenience is that the borders of the extreme cells have half the width.. of the others but it's no problem if your table fills the entire screen. An Example drawable cell_shape.xml xml version 1.0..

Changing Locale within the app itself

http://stackoverflow.com/questions/2264874/changing-locale-within-the-app-itself

to keep their phone settings in English but read the content of my app in French Dutch or any other language ... Why is.. settings in English but read the content of my app in French Dutch or any other language ... Why is this working perfectly.. anymore @Override public boolean onOptionsItemSelected MenuItem item switch item.getItemId case 201 Locale locale2 new..

How to draw a path on a map using kml file?

http://stackoverflow.com/questions/3109158/how-to-draw-a-path-on-a-map-using-kml-file

like to display in android google map xml version 1.0 encoding UTF 8 kml xmlns http www.opengis.net kml 2.2 Document.. map xml version 1.0 encoding UTF 8 kml xmlns http www.opengis.net kml 2.2 Document name Paths name description Examples.. encoding UTF 8 kml xmlns http www.opengis.net kml 2.2 Document name Paths name description Examples of paths. Note that the..

What is a Full Android Database Helper class for an existing SQLite database? [closed]

http://stackoverflow.com/questions/3548533/what-is-a-full-android-database-helper-class-for-an-existing-sqlite-database

SQLite database. I've read through and attempted to implement several samples online however I've found that they are always.. import java.util.UUID import android.content.Context import android.database.Cursor import android.database.SQLException.. import android.database.sqlite.SQLiteOpenHelper import android.util.Log public class AnyDBAdapter private..

How to set the initial zoom/width for a webview

http://stackoverflow.com/questions/3808532/how-to-set-the-initial-zoom-width-for-a-webview

similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen... pages in a way that tries to fit their width to the screen. However the default behavior of the WebView is to start at.. so it starts zoomed in on the top left corner. I have spent the last couple hours trying to find a way to get the WebView..

Android HTTP User Agent

http://stackoverflow.com/questions/3904467/android-http-user-agent

HTTP User Agent Can i ask how to get http_user_agent real device When i use.. HTTP User Agent Can i ask how to get http_user_agent real device When i use WebView i can get the real value like.. Agent Can i ask how to get http_user_agent real device When i use WebView i can get the real value like this HTTP_USER_AGENT..

How to Ping External IP from Java Android

http://stackoverflow.com/questions/3905358/how-to-ping-external-ip-from-java-android

external servers too. Here is my code private OnClickListener milistener new OnClickListener public void onClick View v.. servers too. Here is my code private OnClickListener milistener new OnClickListener public void onClick View v TextView info.. my code private OnClickListener milistener new OnClickListener public void onClick View v TextView info TextView findViewById..

Apache HttpClient on Android producing CertPathValidatorException (IssuerName != SubjectName)

http://stackoverflow.com/questions/4115101/apache-httpclient-on-android-producing-certpathvalidatorexception-issuername

HttpClient on Android producing CertPathValidatorException IssuerName.. for World of Warcraft and I'm using the org.apache.http.client.HttpClient to do so. This is the code I'm using public static.. Warcraft and I'm using the org.apache.http.client.HttpClient to do so. This is the code I'm using public static final String..

Alternatives to google maps api

http://stackoverflow.com/questions/4151593/alternatives-to-google-maps-api

project. E.g. if your project is in conflict with the general terms and conditions of google it is not recommended to.. the general terms and conditions of google it is not recommended to use google maps api. In my app both android and iOS I.. maps api. Which alternatives do you know Maybe there are open source api's Any other suggestions iphone android google maps..

Android draw route on a Mapview with twoo POI-s

http://stackoverflow.com/questions/4408671/android-draw-route-on-a-mapview-with-twoo-poi-s

with twoo POI s How i can draw a route on a mapview between two poi s android android mapview share improve this question.. go through this codes. Modify the code as per ur requirement MapDirection.java public class MapDirection extends MapActivity.. requirement MapDirection.java public class MapDirection extends MapActivity MapView mapview MapRouteOverlay mapoverlay Context..

How to convert a Base64 string into a BitMap image to show it in a ImageView?

http://stackoverflow.com/questions/4837110/how-to-convert-a-base64-string-into-a-bitmap-image-to-show-it-in-a-imageview

show it in a ImageView i have a Base64 String that represents a BitMap image. i need to transform that String into a BitMap.. image into the base64 String proceso de transformar la imagen BitMap en un String android src c logo.png Resources r this.getResources.. the base64 String proceso de transformar la imagen BitMap en un String android src c logo.png Resources r this.getResources..

XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM

http://stackoverflow.com/questions/5317329/xmpp-with-java-asmack-library-supporting-x-facebook-platform

from Facebook but I cannot understand how I have to authenticate with Facebook using this library. Can anyone point me.. code I use public class SASLXFacebookPlatformMechanism extends SASLMechanism private static final String NAME X FACEBOOK.. Constructor. public SASLXFacebookPlatformMechanism SASLAuthentication saslAuthentication super saslAuthentication @Override..

Problem to load flv video in webview

http://stackoverflow.com/questions/6596243/problem-to-load-flv-video-in-webview

webview I want to load .flv video in webview. I have taken help from this link but the problem is I'm not able to view.. android.widget.FrameLayout public class FlvTester extends Activity WebView webView String htmlPre DOCTYPE html html.. WebView webView String htmlPre DOCTYPE html html lang en head meta charset utf 8 head body style 'margin 0 pading 0 background..

Add Calendar event to Android from web .vcs download

http://stackoverflow.com/questions/11825221/add-calendar-event-to-android-from-web-vcs-download

Disposition attachment filename london2012.vcs BEGIN VCALENDAR PRODID AT Content Types AT Event EN VERSION 2.0 METHOD PUBLISH.. BEGIN VCALENDAR PRODID AT Content Types AT Event EN VERSION 2.0 METHOD PUBLISH BEGIN VEVENT DTSTAMP 20120801T133822Z.. Types AT Event EN VERSION 2.0 METHOD PUBLISH BEGIN VEVENT DTSTAMP 20120801T133822Z CREATED 20120801T042948Z LAST MODIFIED..

how to parse ics file using ICal4j in android

http://stackoverflow.com/questions/2981339/how-to-parse-ics-file-using-ical4j-in-android

.add new ProdId James Bond iCal4j 1.0 EN mycalendar.getProperties .add Version.VERSION_2_0 mycalendar.getProperties.. VEvent eout VEvent calendar.getComponent Component.VEVENT Attach aout Attach eout.getProperty Property.ATTACH System.out.println..

Android decoding html in xml file

http://stackoverflow.com/questions/4131906/android-decoding-html-in-xml-file

1.0 DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd share..

Displaying Android asset files in a WebView?

http://stackoverflow.com/questions/5320288/displaying-android-asset-files-in-a-webview

DOCTYPE html PUBLIC W3C DTD HTML 4.01 Transitional EN http www.w3.org TR html4 loose.dtd html head meta http equiv.. DOCTYPE html PUBLIC W3C DTD HTML 4.01 Transitional EN http www.w3.org TR html4 loose.dtd html head meta http equiv..

How integrate Paypal in android Application?

http://stackoverflow.com/questions/7631841/how-integrate-paypal-in-android-application

Rec_Email payment.setPaymentType PayPal.PAYMENT_TYPE_GOODS Intent checkoutIntent PayPal.getInstance .checkout.. OnClickListener The PayPal server to be used can also be ENV_NONE and ENV_LIVE private static final int server PayPal.ENV_LIVE.. The PayPal server to be used can also be ENV_NONE and ENV_LIVE private static final int server PayPal.ENV_LIVE The ID..

Android 4.0.1 breaks WebView HTML 5 local storage?

http://stackoverflow.com/questions/8390985/android-4-0-1-breaks-webview-html-5-local-storage

follows DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

scale fit mobile web content using viewport meta tag

http://stackoverflow.com/questions/8735457/scale-fit-mobile-web-content-using-viewport-meta-tag

left.. DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

Why won't the Android browser span this paragraph over the full browser width?

http://stackoverflow.com/questions/9418333/why-wont-the-android-browser-span-this-paragraph-over-the-full-browser-width

Source DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

Google Maps API Version difference

http://stackoverflow.com/questions/11323500/google-maps-api-version-difference

Maps API Version difference I'm trying to show route between two places I want to used Google Places API V3 for route steps between two points. Before.. Maps API Version difference I'm trying to show route between two places I want to used Google Places API V3 for route steps between two points. Before I was using Old Google Maps API.. difference I'm trying to show route between two places I want to used Google Places API V3 for route steps between two points. Before I was using Old Google Maps API and following request gives perfect result http maps.google.com maps..

J2ME/Android/BlackBerry - driving directions, route between two locations

http://stackoverflow.com/questions/2023669/j2me-android-blackberry-driving-directions-route-between-two-locations

Android BlackBerry driving directions route between two locations On Android 1.0 there was a com.google.googlenav namespace for driving directions Route Improved Google Driving.. Android BlackBerry driving directions route between two locations On Android 1.0 there was a com.google.googlenav namespace for driving directions Route Improved Google Driving Directions But in newer SDK it was removed by some reason..... API 1.0 how to do it in 1.5 1.6 On BlackBerry there is also lack of APIs for such stuff how to find the route between two places in Blackberry csie tw gives a workaround query gmaps for kml file and parse it Android Driving Direction Route..

How can I create a table with borders in Android?

http://stackoverflow.com/questions/2108456/how-can-i-create-a-table-with-borders-in-android

field of every cell. In this manner you could define a shape with the border you want for all cells. The only inconvenience is that the borders of the extreme cells have half the width of the others but it's no problem if your table fills.. field of every cell. In this manner you could define a shape with the border you want for all cells. The only inconvenience is that the borders of the extreme cells have half the width of the others but it's no problem if your table fills the.. is that the borders of the extreme cells have half the width of the others but it's no problem if your table fills the entire screen. An Example drawable cell_shape.xml xml version 1.0 encoding utf 8 shape xmlns android http schemas.android.com..

Changing Locale within the app itself

http://stackoverflow.com/questions/2264874/changing-locale-within-the-app-itself

My users can change the Locale within the app they may want to keep their phone settings in English but read the content of my app in French Dutch or any other language ... Why is this working perfectly fine in 1.5 1.6 but NOT in 2.0 anymore.. the Locale within the app they may want to keep their phone settings in English but read the content of my app in French Dutch or any other language ... Why is this working perfectly fine in 1.5 1.6 but NOT in 2.0 anymore @Override public.. Why is this working perfectly fine in 1.5 1.6 but NOT in 2.0 anymore @Override public boolean onOptionsItemSelected MenuItem item switch item.getItemId case 201 Locale locale2 new Locale fr Locale.setDefault locale2 Configuration config2 new..

How to draw a path on a map using kml file?

http://stackoverflow.com/questions/3109158/how-to-draw-a-path-on-a-map-using-kml-file

you help me with that This is kml sample code which I would like to display in android google map xml version 1.0 encoding UTF 8 kml xmlns http www.opengis.net kml 2.2 Document name Paths name description Examples of paths. Note that the.. sample code which I would like to display in android google map xml version 1.0 encoding UTF 8 kml xmlns http www.opengis.net kml 2.2 Document name Paths name description Examples of paths. Note that the tessellate tag is by default set to.. would like to display in android google map xml version 1.0 encoding UTF 8 kml xmlns http www.opengis.net kml 2.2 Document name Paths name description Examples of paths. Note that the tessellate tag is by default set to 0. If you want to create..

What is a Full Android Database Helper class for an existing SQLite database? [closed]

http://stackoverflow.com/questions/3548533/what-is-a-full-android-database-helper-class-for-an-existing-sqlite-database

closed I'm trying to deploy an application with an existing SQLite database. I've read through and attempted to implement several samples online however I've found that they are always missing some code and either do not compile or work as advertised... java.io.IOException import java.io.InputStream import java.io.OutputStream import java.util.UUID import android.content.Context import android.database.Cursor import android.database.SQLException import android.database.sqlite.SQLiteDatabase.. import android.database.sqlite.SQLiteException import android.database.sqlite.SQLiteOpenHelper import android.util.Log public class AnyDBAdapter private static final String TAG AnyDBAdapter private DatabaseHelper..

How to set the initial zoom/width for a webview

http://stackoverflow.com/questions/3808532/how-to-set-the-initial-zoom-width-for-a-webview

width for a webview I am trying to get the WebView to have similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However the default behavior of the WebView is to start.. similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However the default behavior of the WebView is to start at a 100 pixel scale so it starts zoomed in on the top left corner... behavior of the WebView is to start at a 100 pixel scale so it starts zoomed in on the top left corner. I have spent the last couple hours trying to find a way to get the WebView to scale the page to the screen like it does in the browser..

Android HTTP User Agent

http://stackoverflow.com/questions/3904467/android-http-user-agent

HTTP User Agent Can i ask how to get http_user_agent real device When i use WebView i can get the real value like this HTTP_USER_AGENT.. HTTP User Agent Can i ask how to get http_user_agent real device When i use WebView i can get the real value like this HTTP_USER_AGENT Mozilla 5.0 Linux U Android 2.2 en gb.. HTTP User Agent Can i ask how to get http_user_agent real device When i use WebView i can get the real value like this HTTP_USER_AGENT Mozilla 5.0 Linux U Android 2.2 en gb LG P500 Build FRF91..

How to Ping External IP from Java Android

http://stackoverflow.com/questions/3905358/how-to-ping-external-ip-from-java-android

but only in local IPs that's my problem I want to do ping to external servers too. Here is my code private OnClickListener milistener new OnClickListener public void onClick View v TextView info TextView findViewById R.id.info EditText edit.. local IPs that's my problem I want to do ping to external servers too. Here is my code private OnClickListener milistener new OnClickListener public void onClick View v TextView info TextView findViewById R.id.info EditText edit EditText findViewById.. problem I want to do ping to external servers too. Here is my code private OnClickListener milistener new OnClickListener public void onClick View v TextView info TextView findViewById R.id.info EditText edit EditText findViewById R.id.edit..

Apache HttpClient on Android producing CertPathValidatorException (IssuerName != SubjectName)

http://stackoverflow.com/questions/4115101/apache-httpclient-on-android-producing-certpathvalidatorexception-issuername

HttpClient on Android producing CertPathValidatorException IssuerName SubjectName I'm developing an Android application for accessing.. accessing some battle.net https eu.battle.net account data for World of Warcraft and I'm using the org.apache.http.client.HttpClient to do so. This is the code I'm using public static final String USER_AGENT Mozilla 5.0 Windows U Windows NT.. some battle.net https eu.battle.net account data for World of Warcraft and I'm using the org.apache.http.client.HttpClient to do so. This is the code I'm using public static final String USER_AGENT Mozilla 5.0 Windows U Windows NT 5.1 en US rv..

Alternatives to google maps api

http://stackoverflow.com/questions/4151593/alternatives-to-google-maps-api

for some reason the use of it is restricted for me in a special project. E.g. if your project is in conflict with the general terms and conditions of google it is not recommended to use google maps api. In my app both android and iOS I want to.. a special project. E.g. if your project is in conflict with the general terms and conditions of google it is not recommended to use google maps api. In my app both android and iOS I want to display a location on a map by retrieving gps information... api should offer a similar scope of operation like google maps api. Which alternatives do you know Maybe there are open source api's Any other suggestions iphone android google maps geolocation google maps api 3 share improve this question..

Android draw route on a Mapview with twoo POI-s

http://stackoverflow.com/questions/4408671/android-draw-route-on-a-mapview-with-twoo-poi-s

draw route on a Mapview with twoo POI s How i can draw a route on a mapview between two poi s android android mapview share improve this question go through this codes. Modify the code as per ur requirement.. s android android mapview share improve this question go through this codes. Modify the code as per ur requirement MapDirection.java public class MapDirection extends MapActivity MapView mapview MapRouteOverlay mapoverlay Context _context.. question go through this codes. Modify the code as per ur requirement MapDirection.java public class MapDirection extends MapActivity MapView mapview MapRouteOverlay mapoverlay Context _context List Overlay maplistoverlay Drawable drawable..

How to convert a Base64 string into a BitMap image to show it in a ImageView?

http://stackoverflow.com/questions/4837110/how-to-convert-a-base64-string-into-a-bitmap-image-to-show-it-in-a-imageview

to convert a Base64 string into a BitMap image to show it in a ImageView i have a Base64 String that represents a BitMap image. i need to transform that String into a BitMap image again to use it on a ImageView on my android app how.. how to do it this is the code that i use to transform the image into the base64 String proceso de transformar la imagen BitMap en un String android src c logo.png Resources r this.getResources Bitmap bm BitmapFactory.decodeResource r R.drawable.logo.. it this is the code that i use to transform the image into the base64 String proceso de transformar la imagen BitMap en un String android src c logo.png Resources r this.getResources Bitmap bm BitmapFactory.decodeResource r R.drawable.logo..

XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM

http://stackoverflow.com/questions/5317329/xmpp-with-java-asmack-library-supporting-x-facebook-platform

Chat on Android with the Smack library. I've read the Chat API from Facebook but I cannot understand how I have to authenticate with Facebook using this library. Can anyone point me how to accomplish this Update According to the no.good.at.coding.. receive as response to the login not authorized. Here is the code I use public class SASLXFacebookPlatformMechanism extends SASLMechanism private static final String NAME X FACEBOOK PLATFORM private String apiKey private String applicationSecret.. private String applicationSecret private String sessionKey Constructor. public SASLXFacebookPlatformMechanism SASLAuthentication saslAuthentication super saslAuthentication @Override protected void authenticate throws IOException XMPPException..

Problem to load flv video in webview

http://stackoverflow.com/questions/6596243/problem-to-load-flv-video-in-webview

to load flv video in webview I want to load .flv video in webview. I have taken help from this link but the problem is I'm not able to view video in emulator. This is my code package com.FlvTester import.. import android.os.Bundle import android.webkit.WebView import android.widget.FrameLayout public class FlvTester extends Activity WebView webView String htmlPre DOCTYPE html html lang en head meta charset utf 8 head body style 'margin 0 pading.. public class FlvTester extends Activity WebView webView String htmlPre DOCTYPE html html lang en head meta charset utf 8 head body style 'margin 0 pading 0 background color black ' String htmlCode embed style 'width 100..

Add Calendar event to Android from web .vcs download

http://stackoverflow.com/questions/11825221/add-calendar-event-to-android-from-web-vcs-download

php header Content Type text x vCalendar header Content Disposition attachment filename london2012.vcs BEGIN VCALENDAR PRODID AT Content Types AT Event EN VERSION 2.0 METHOD PUBLISH BEGIN VEVENT DTSTAMP 20120801T133822Z CREATED 20120801T042948Z.. header Content Disposition attachment filename london2012.vcs BEGIN VCALENDAR PRODID AT Content Types AT Event EN VERSION 2.0 METHOD PUBLISH BEGIN VEVENT DTSTAMP 20120801T133822Z CREATED 20120801T042948Z LAST MODIFIED 20120801T043003Z.. filename london2012.vcs BEGIN VCALENDAR PRODID AT Content Types AT Event EN VERSION 2.0 METHOD PUBLISH BEGIN VEVENT DTSTAMP 20120801T133822Z CREATED 20120801T042948Z LAST MODIFIED 20120801T043003Z SUMMARY Olympic Games DTSTART 20120727T000000Z..

how to parse ics file using ICal4j in android

http://stackoverflow.com/questions/2981339/how-to-parse-ics-file-using-ical4j-in-android

Event of Christmas Day Calendar mycalendar new Calendar mycalendar.getProperties .add new ProdId James Bond iCal4j 1.0 EN mycalendar.getProperties .add Version.VERSION_2_0 mycalendar.getProperties .add CalScale.GREGORIAN TimeZoneRegistry registry.. Encoding.BASE64 Attach attach new Attach params bout.toByteArray VEvent eout VEvent calendar.getComponent Component.VEVENT Attach aout Attach eout.getProperty Property.ATTACH System.out.println Result GenerateICAL Ashok.ics mycalendar public..

Android decoding html in xml file

http://stackoverflow.com/questions/4131906/android-decoding-html-in-xml-file

Displaying Android asset files in a WebView?

http://stackoverflow.com/questions/5320288/displaying-android-asset-files-in-a-webview

demo_welcome.html Here's the file contents demo_welcome.html DOCTYPE html PUBLIC W3C DTD HTML 4.01 Transitional EN http www.w3.org TR html4 loose.dtd html head meta http equiv Content Type content text html charset ISO 8859 1 title Demo.. android_asset html_no_copy test.html OR HERE a body html test.html DOCTYPE html PUBLIC W3C DTD HTML 4.01 Transitional EN http www.w3.org TR html4 loose.dtd html head meta http equiv Content Type content text html charset ISO 8859 1 link rel..

How integrate Paypal in android Application?

http://stackoverflow.com/questions/7631841/how-integrate-paypal-in-android-application

Amt payment.setCurrencyType Currency_code code payment.setRecipient Rec_Email payment.setPaymentType PayPal.PAYMENT_TYPE_GOODS Intent checkoutIntent PayPal.getInstance .checkout payment this startActivityForResult checkoutIntent request.. The main class public class main extends Activity implements OnClickListener The PayPal server to be used can also be ENV_NONE and ENV_LIVE private static final int server PayPal.ENV_LIVE The ID of your application that you received from PayPal.. public class main extends Activity implements OnClickListener The PayPal server to be used can also be ENV_NONE and ENV_LIVE private static final int server PayPal.ENV_LIVE The ID of your application that you received from PayPal private static..

Android 4.0.1 breaks WebView HTML 5 local storage?

http://stackoverflow.com/questions/8390985/android-4-0-1-breaks-webview-html-5-local-storage

html utf 8 null The HTML that the page is rendering is as follows DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns http www.w3.org 1999 xhtml head title Simple localStorage..

scale fit mobile web content using viewport meta tag

http://stackoverflow.com/questions/8735457/scale-fit-mobile-web-content-using-viewport-meta-tag

to fit the width. I can scroll the image to the right and left.. DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns http www.w3.org 1999 xhtml head title Test Viewport title..

Why won't the Android browser span this paragraph over the full browser width?

http://stackoverflow.com/questions/9418333/why-wont-the-android-browser-span-this-paragraph-over-the-full-browser-width

unsure if that would be safe to generally have enabled. The Source DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns http www.w3.org 1999 xhtml head title Android Browser Issue..