private double distance(double lat1, double lon1, double lat2, double lon2) {double theta = lon1 - lon2;double dist = Math.sin(deg2rad(lat1)) * Math.sin(deg2rad(lat2))+ Math.cos(deg2rad(lat1)) * Math.cos(deg2rad(lat2))* Math.cos(deg2rad(theta));dist = Math.acos(dist);dist = rad2deg(dist);dist = dist * 60 * 1.1515;dist = dist * 1.609344;return (dist);} private double rad2deg(double rad) {return (..
Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace. Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.에러 해결방법 If you have recently added any Android library project or upgraded to a newer version of Android SDK build tools and you have got an unable to execute error then t..
mWebView.setWebViewClient(new WebViewClient() { public boolean shouldOverrideUrlLoading(WebView view, String url) { view.loadUrl(url); return true; } /** * 웹페이지 로딩이 시작할 때 처리 */ @Override public void onPageStarted(WebView view, String url, Bitmap favicon) { } /** * 웹페이지 로딩중 에러가 발생했을때 처리 */ @Override public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) { ..
1. JNI http://loadtodream.blog.me/30083906275http://loadtodream.blog.me/30083850205 http://loadtodream.blog.me/30083782001 (c++ 코드 안드로이드로 마이그레이션 하기) http://blog.naver.com/heehow/140119828316http://newperio.blog.me/20118440572 c,c++ dll 사용하기http://newperio.blog.me/20116489036 예제http://newperio.blog.me/20116488998 (JNI 정리)http://blog.naver.com/dythmall/30097733634 (함수 이름 줄이기) http://blog.naver.com..
private void addShortcut(Context context) { Intent shortcutIntent = new Intent(); shortcutIntent.setAction(Intent.ACTION_MAIN); shortcutIntent.addCategory(Intent.CATEGORY_LAUNCHER); shortcutIntent.setClassName(context, getClass().getName()); shortcutIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP); Parcelable iconResource = Intent.ShortcutIconResource.fromContext( th..
프리퍼런스 선언SharedPreferences prefs = getSharedPreferences("Jaja", MODE_PRIVATE);SharedPreferences.Editor editor = prefs.edit(); 값 저장하기editor.putBoolean("start", false);editor.commit(); 반드시 commit 을 해줘야 값이 저장된다! 값 불러오기boolean AppStart = prefs.getBoolean("start", true);"Key" , DefaultBoolean
InputMethodManager keyboard = (InputMethodManager) getActivity().getSystemService(Context.INPUT_METHOD_SERVICE);keyboard.hideSoftInputFromWindow(getActivity().getCurrentFocus().getWindowToken(), 0); 일반적으로 소스검색하면 EditText하나하나마다 닫아줘야한다.불편하다 ㅡㅡ 현재 포커스에 맞춰져있는곳에 키보드를 닫는 소스이다.
안녕하세요. 시원한물냉입니다.25일 출시예정인 아이폰5S 와 5C에 대해 발빠르신분들은 벌써 예약에 들어가셨죠. SK텔레콤 - T월드다이렉트(tworlddirect.com)KT는 올레 홈페이지에서 예약을 받고있습니다.( SKT : tworlddirect.com , KT : 올레닷컴(olleh.com) )선착순 5천명이라네요. 현재 아이폰사용자가 약 114만명이라고 하는데요.저는개인적으로 5S 골드가 끌리네요. -아이폰 5s▷16GB 81만4000원 ▷32GB 94만6000원 ▷64GB 107만8000원-아이폰 5c ▷16GB 70만4000원 가격도 64기가는 100만원이 넘어가네요... 후아 비싸다 참조 • Apple.com - iPhone Comparison