본문 바로가기

전체 글

(Android Studio) EditText에서 잘 쓰는 .gettext().tostring() Edittext 뷰 안에 있는 텍스트내용을, getText() 말 그대로 받는다는 겁니다.그것을 String 형태로 바꿔주어 str 이라는 변수안에 넣는거죠. 출처 : http://www.androidpub.com/2145032 더보기
(Android Studio) Editable str ? Editable이란? 출처 : http://aroundck.tistory.com/301 편집가능한 문자열 : 편집가능한 문자열로 EditText 의 기본 Type 입니다. BufferType.EDITABLE 이며, xml 로 정의시에는 android:bufferType="editable". 더보기
(Eclipse) 오류 : No resource found that matches the given name 이클립스로 안드로이드 어플 만들려고 하다가 RUN누르면 아래와 같이 No resource found that matches the given name Error: String types not allowed 출처 :http://vallista.tistory.com/entry/Unity3D-Android-jar-%ED%8C%8C%EC%9D%BC-%EB%BD%91%EC%9D%84%EB%95%8C-%EC%97%90%EB%9F%AC-%EB%82%A0-%EB%95%8C-Error-String-types-not-allowed-at-configChanges ?여기의 min Version을 올려주면 된다.>> 안하고도 되었는데 있다가 해보기. >> 무시하면서 되긴함. 코드만 제대로 쓰면. 더보기
(Eclipse) 오류 : d:skin요소로 시작하는 부적합한 콘텐츠가 발견되었습니다. 안드로이드 APK를 만들려고 SDK를 설치하다가 보면 이런 오류가 나옵니다. d:skin요소로 시작하는 부적합한 콘텐츠가 발견되었습니다. 해결방법은 wear관련 파일 2개 삭제 출처 : http://son10001.blogspot.kr/2015/05/dskin.html 더보기
무료 아이콘 사이트 소개 iconmonstr.com 무료 아이콘 사이트 http://iconmonstr.com/ 아이콘이 엄청나게 많지는 않지만 단순한데 예쁜 것 찾아낼 수 있다. 더보기
안드로이드 어플 백그라운드 실행 안드로이드 어플 백그라운드 실행 이해는 못하겠다. http://cholol.tistory.com/152 http://theeye.pe.kr/archives/1307 더보기
(Javascript) setTimeout, setInterval, clearInterval 자바스크립트 타이머 언젠간 쓸 일이 있을 함수인데 찾아놨다. 1) setTimeout([Function], [Milliseconds]) 2) setInterval([Function], [Milliseconds]) $$$$$$$$$$$>> setInterval(function(){$("#append").click()}, 2000); 3) clearInterval([Timer Id]) $(document).ready(function() { ... setInterval("ozit_interval_test()", 5000); // 매 5000ms(5초)가 지날 때마다 ozit_timer_test() 함수를 실행합니다. ...}); 출처 : http://ooz.co.kr/194 123456789101112131415$(documen.. 더보기
code jquery com vs ajax googleapis com 홈페이지 html 소스보기 하면 js파일이 code.jquery.com 으로 시작하는게 있고 ajax.googleapis.com 으로 시작하는게 있는데 ... 예를 들면 이렇게 되어있는 것.. 뭔 차이인가.. 싶어서 파일을 열어봤습니다. 결론은.. 똑같다.. (1.12.0. 와 같이 버전이 같으면..) Conclusion : SAME SAME >. 더보기