분류 전체보기 2617

[펌][android]WebView history stack & back / Android WebView Back & Forward 버튼으로 도달할 URL 확인

* 출처 : https://aggapple.tistory.com/14 : https://lovemewithoutall.github.io/it/android-webview-history/ : https://kutar37.tistory.com/entry/Android-webView-뒤로가기-제어 [android]WebView history stack & back WebView 사용 시 history가 누적되었을 경우, Back을 눌렀을 때 WebView가 띄워진 Activity를 바로 종료하지 않고 WebView의 첫 화면으..

FullScreen DialogFragment 의 내용이 상태바에 가려지는 증상 - Display DialogFragment content below status bar

* 출처 : https://stackoverflow.com/a/46469822 전면 팝업으로 DialogFragment로 풀 스크린(FullScreen) 팝업 다이얼로그를 노출할 경우 UI가 상태바에 가려지는 현상이 발생할 수 있는데... 기본적으로 Dialog는 FLAG_LAYOUT_IN_SCREEN 및 FLAG_LAYOUT_INSET_DECOR 플래그에 적용됩니다. 이 중 FLAG_LAYOUT_INSET_DECOR 속성 때문에 ..

[펌][에러해결법] UnsatisfiedLinkError & Gradle 3.0 프로젝트로 업데이트할 때 JNI 오류 발생 시 조치방법

* 출처 : https://creaby.tistory.com/11 : https://blog.themuser.xyz/android-gradle-3-0-프로젝트로-업데이트할-때-jni-오류-발생-시-조치/ * 참고할만한 자료 : https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html [에러해결법] UnsatisfiedLinkError 안드로이드 개발하면서 다들 한 번..

[펌][투자人사이트] 투자유치 때 스타트업 대표가 꼭 알아야 할 몇 가지 / 투자금 회수방법

* 출처 : https://platum.kr/archives/88907 : https://brunch.co.kr/@withyoulawyer/27 [투자人사이트] 투자유치 때 스타트업 대표가 꼭 알아야 할 몇 가지 “많게는 100군데 넘는 기업에 투자한 전문가와 투자유치가 처음인 스타트업 대표가 테이블에 앉았다. 계약서에 담는 이해도는 큰 차이를 보일 수 밖에 없..

[펌] 애자일과 워터폴, 그리고 애자일의 친구들 스크럼과 칸반

* 출처 : https://medium.com/@unini/애자일과-워터폴-그리고-애자일의-친구들-스크럼과-칸반-d53c23aadd57 : http://blog.rightbrain.co.kr/?p=5810 : https://openbee.kr/434 여기서는 방법론의 사전적 정의가 아닌, 개념을 말로 풀어 설명하는 데 의의를 둡니다. 서로가 비슷하여 헷갈리는 애자일, 스크럼, 칸반의 관..

[펌][Android Studio] The version of Gradle you are using (3.3) does not support the forTasks() method on BuildActionExecuter.

출처 : https://stackoverflow.com/a/44209507 I've just had the same issue. Fixed it by changing Gradle distributionUrl in "gradle-wrapper.properties". Here is what I have configured: #Wed Mar 22 16:13:58 BRT 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.or..