블로그
- 안드로이드(Android) Custom ListView 2 안드로이드(Android) Custom ListView 2 Custom ListView - 리스트뷰를 구성할 때 항목 하나의 모양을 개발자가 직접 만들어 사용할 수 있다. - 항목 (이미지 뷰 1, 텍스트 뷰 2 로 구성할 예정) res > layout > New > Layout Resource File 생성 root 레이아웃은 LinearLayout으로
- 워로봇 테스트서버에서 게임하고 타이폰 받자! [워로봇 공지 내용] Commanders, we announce additional test session of War Robots Remastered for Android and Android https://play.google.com/apps/testing/com.pixonic.wwr.inhouse iOS https://testflight.apple.com
- [android] notificationManager not working issue 해결방법 [android] notificationManager not working issue 해결방법 오레오 (oreo) version 이상부터 NotificationCompat.Builder deplicate NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(context ,
- [android] html안에 javascript method 실행방법 [android] html안에 javascript method 실행방법 onPageFinished String methodName = "gogo"; String method = "javascript :"+ methodName +"()"; view.evaluateJavascript(method, new ValueCallback() { @Override public void onReceiveValue
- [android] webview window.open not working 해결방법 [android] webview window.open not working 해결방법 javascript 실행 시켜서 window.open 할려고 햇는데.. 안된다... mWvWeb.setWebChromeClient(new WebChromeClient() { @Override public boolean onCreateWindow(WebView
- [android] html안에 javascript input action값 넣는 방법 [android] html안에 javascript input action값 넣는 방법 전 글에서 보이는 value넣는방식이랑 똑같다.. "javascript:document.getElementById('url').action='" + url + "';"; view.evaluateJavascript(action, new
- [android] html안에 javascript form submit 방법 [android] html안에 javascript form submit 방법 자 밑에 글 처럼.. data다 집어 넣엇으면... String submit = "document.form.submit();"; view.evaluateJavascript(submit, new ValueCallback() { @Override
- [android] 외부 프로젝트 import Module 방법 [android] 외부 프로젝트 import Module 방법 file -> new -> import Module 하면 자동으로 struectur에 들어 갈거라 생각하지만
- [android] TedBottomPicker 라이브러리 사용시, Glide isssue 해결방법 [android] TedBottomPicker 라이브러리 사용시, Glide isssue 해결방법 glide 가 많이 바꼇다.. TedBottomPicker.ImageProvider provider = new TedBottomPicker.ImageProvider() { @override public void
- [android] gson preference arrayList 저장 및 빼내기 [android] gson preference arrayList 저장 및 빼내기https://code.i-harness.com/ko/q/bcf740 가져오기 private ArrayList = new Gson(); mArray = (ArrayList) gson.fromJson(list, new TypeToken>() {}.getType()); new TypeToken