본문 바로가기
android language code ( extension of values folders ) Country Name Introduced Version. English, US (en_US) 1.1German, Germany (de_DE) 1.1Chinese, PRC (zh_CN) 1.5Chinese, Taiwan (zh_TW) 1.5Czech, Czech Republic (cs_CZ) 1.5Dutch, Belgium (nl_BE) 1.5Dutch, Netherlands (nl_NL) 1.5English, Australia (en_AU) 1.5English, Britain (en_GB) 1.5English, Canada (en_CA) 1.5English, New Zealand (en_NZ) 1.5English, Singapore(en_SG) 1.5French, Belgium (fr_BE) 1.5Fr.. 2015. 2. 27.
[android] how to make dialog transparent. It's very easy!! getWindow().setBackgroundDrawable( new ColorDrawable( 0 ) ); Android, CODE, Easy, how to make dialog transparent., Sample Code, transparent dialog, 안드로이드, 투명 다이어로그 2015. 2. 25.
[android] custom actionbar theme example android, custom actionbar theme example actionbar, actionbarstyle, actionBarTabTextStyle, android:actionbarstyle, android:actionBarTabTextStyle, android:background, android:textcolor, android:titleTextStyle, app theme, background, CODE, custom actionbar, custom actionbar theme, exmaple, sample, tab theme, TextAppearance.AppCompat.Widget.ActionBar.Title", textcolor, textsize, theme.appcompat.ligh.. 2014. 3. 10.
[기초강좌] HTML Text Formatting - w3schools 번역 [기초강좌] HTML Text Formatting - w3schools 번역 w3school 의 강좌 내용을 번역한 글입니다. 원문 : http://www.w3schools.com/html/html_formatting.asp This text is bold This text is italic This is computer output This is subscript and superscript 눈으로 직접 보기. HTML Formatting Tags HTML 은 , 와 같은 tag 를 이용하여 보여지는 형태를 달리 한다. 이런 HTML Tag 들을 formatting tag 라고 부른다. ( 전체 reference 는 이 페이지의 하단을 참고하길.. ) Tip종종 이 처럼, 그리고 이 처럼 표기된다.하지.. 2014. 2. 27.
[PHP Tutorial] 예외처리. PHP TUtorial, 예외 처리 ===try-catch 문 이용 ===Exception 클래스 - Exception 클래스는 message 와 code 두 파라미터를 받는다. 그리고 여러가지 함수들을 지원한다. - getCode()- getMessage()- getFile() : 에러 일어난 코드 파일 전체 경로 리턴- getLine() : 에러 일어난 줄 번호 리턴- getTrace() : 예외가 일어난 곳에 대한 역추적 정보 배열 리턴- getTraceAsString() : getTrace 와 같으나 string 으로 바꾸어 리턴- __toString() catch, CODE, exception, Exception Class, getcode, getfile, getline, getmessage, .. 2014. 1. 6.
[android] view 기본 click 소리 내는 방법. 안드로이드, view 기본 click 소리 내는 방법. VIew attribute 설정 먼저 view 가 sound effect 를 낼 수 있는 조건을 만들어야 한다.code ( programatically ) 로도 만들 수 있고, xml 로도 만들 수 있다. android:soundEffectsEnabled="true" view.setSoundEffectsEnabled (true ); 소리 내기 view.playSoundEffect( SoundEffectConstants.CLICK ); Android, android:soundeffectenabled, attribute, Click, CODE, condition, playsoundeffect, Programatically, setsoundeffecten.. 2013. 10. 30.
[android] Opensource Libraries 모음 안드로이드 open source library 모음 open source library 를 잘 가져다 쓰면 개발속도를 획기적으로 올릴 수 있다.인기있는 android open source library 들을 소개해본다. Sliding Menu Foursqure 를 비롯한 약 10여개의 유명한 android app 에서 사용한다.code 와 xml 모두 설정이 가능하며, 다양한 옵션을 제공한다.ActionBarSherlock ( 소위 ABS ) 와 연동되어 있다. sample demohttp://www.youtube.com/watch?v=8vNaANLHw-c&feature=youtu.be repositoryhttps://github.com/jfeinstein10/SlidingMenu PullToRefres.. 2013. 7. 25.
반응형