2014년 4월 10일 목요일

Flag for redirection with HttpURLConnection

URL url = new URL("url address");

HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();

urlConnection.setInstanceFollowRedirects(true);

2014년 2월 26일 수요일

Meta tags for mobile devices

<meta http-equiv='cleartype' content='on' />

<meta name='MobileOptimized' content='width' />

<meta name='viewport' content='width=device-width, initial-scale=1.0' />

<meta name='HandheldFriendly' content='true' />

2014년 2월 5일 수요일

Google Web Font

In your css file,


@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);