본문 바로가기 메뉴 바로가기

TOYOBA Wonderland

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

TOYOBA Wonderland

검색하기 폼
  • Toyoba (142)
    • 개인 (10)
      • 사색 (1)
      • 일기 (6)
      • aboutMe (3)
    • WORK (1)
      • 그림 (1)
      • 글 (0)
      • IT (0)
    • Compose (1)
    • 여행 (7)
    • Computer (94)
      • Android (25)
      • C (0)
      • Web (4)
      • iOS (9)
    • 일본어 (2)
    • 번역 (10)
    • 게임 (8)
    • 일러스트 및 디자인 (7)
    • 글쓰기 (2)
  • 방명록

android pattern Image

http://blog.naver.com/PostView.nhn?blogId=mauveman&logNo=90122774889

Computer/Android 2013. 7. 4. 14:10
액티비티 생애주기 관련

http://androidhuman.tistory.com/260

Computer/Android 2013. 7. 1. 22:01
Animation Out of memory문제 참고 링크

프레임 애니메이션 구현도중 아웃오브 메모리가 떠버려서..흫ㅎㅎ흐 http://stackoverflow.com/questions/8692328/causing-outofmemoryerror-in-frame-by-frame-animation-in-android에니시 선배 덕분에 해결 방안을 찾아서 돌아가게는 해놨는데 스피드는...뭐..그래 ㅠㅠ SurfaceView가 아닌이상은 무리일듯. Memory leak관련해서 체크해봐야할걸 잘 정리해둔 글http://www.androidpub.com/1993866 GivenJazz님이 만드신 RecycleUtilshttp://givenjazz.tistory.com/48

Computer/Android 2013. 6. 25. 18:17
ActionBar Sherlock 메모

1) 액션바셜록 적용중에 패키지쪽에서 에러가 나서 봤더니ActionBarSherlock적용 중에 이미 내가 android.support.v4 ~~ Library를 사용중이어서 FragmentTransaction이 잘못 적용되는 상태가 나타났다.이 경우 본래 프로젝트에서 /lib/android.support.v4.jar를 삭제해주고 ActionBarSherlock 라이브러리를 적용시켜주고 다시 함수를 적용 시켜주면 된다. 2) 액션바에서 위에 타이틀 바를 커스텀 하려고하니까 아이콘이 안비킨다 비켜줘...ㅠㅠ http://techbooster.org/android/ui/10489/ 일단 요 사이트(일본어)에서는 getSupportActionBar().setDisplayShowHomeEnabled(false)..

Computer/Android 2013. 6. 21. 14:59
안드로이드 / You cannot combine custom titles with other title features 에러 관련 탐구

액션바 위에 타이틀바를 커스텀 하기 위해서 일반적인 방법을 사용했더니 택도 없다. 어디서 문제인거지..일단 'You cannot combine custom titles with other title features' 이런 에러가 나왔는데, 왜 나온건지 잘 모르겠다..ㅠㅠ 내 상황을 정리해보면1. 다른 액티비티 (눈에 보이는 UI가 없는)에서 '@android:style/Theme.Translucent.NoTitleBar.Fullscreen' 혹은 '@android:style/Theme.Translucent.NoTitleBar'를 사용중이다.2. IntroActivity -> MainActivity로 이동 하는 구조로 되어있다. Intro에서는 NoTitleBar, FullScreen 옵션을 사용중이다. ..

Computer/Android 2013. 6. 21. 12:09
Androidアクティビティーサイクル関連サイト / 안드로이드 액티비티 사이클 관련 사이트

http://www.javadrive.jp/android/activity/index2.html−アクティビティーについてフローチャートにやすくに説明してたサイト- 액티비티 사이클을 도표로 표현해서 편하게볼수있다 !

Computer/Android 2013. 6. 18. 15:25
android ViewPager Library적용

안드로이드에서 ViewPager를 사용하기위해서는 android-support-v4.jar이라는 라이브러리 파일??( 잘 모르겠다!)이 필요하다. 보통 (2013.6.17)기준 Eclipse버젼 juno를 사용해서 4.x대 안드로이드 버젼을 사용하면 기본적으로 Project에 속해 있는데, 이것은 'Android Private Library'에 속해있다. 그냥 사용하려고 하면 'NoDefClassException'이라는 에러가 나는데 이것은 라이브러리가 제대로 추가되어있지 않아서 ViewPager를 가져오지 못하는 에러이다. 간단하게 하면 아래와 같이 해결이 되지만..다른 문제가 생기면 다시 찾아봐야할것이다 :) 1. Project를 오른쪽 클릭으로 누르면 Properties라는 부분이 있다. 그리로 들..

Computer/Android 2013. 6. 17. 12:24
android Multi Touch 어느정도 와꾸만 잡아봄...

가능한 기능싱글터치싱글 플리크두손가락 터치(멀티)두손가락 플리크 핀치 투 줌 아직 허술한 부분이 많긴한데...좀 더 깔끔하게 고치고싶다 참고 사이트주) 일본어 사이트에여 http://kenkenppa.seesaa.net/article/280101239.html static final int NONE = 0; static final int ONE_TOUCH = 1; static final int MULTI_TOUCH = 2; static final int TWO_TOUCH_DRAG = 3; static final int ZOOM_IN_OUT = 4; static final int ONE_TOUCH_DRAG = 5; int mode = NONE; int TouchDown_1X = 0; int TouchDow..

Computer/Android 2013. 3. 20. 14:27
Eclipse Windows8환경 구축

http://blog.naver.com/eerto?Redirect=Log&logNo=100174815913 에러가 많이 나서 힘들었는데 이거 보면서 다시 차근차근 따라가야겠다.

Computer/Android 2013. 3. 7. 07:00
color로 selector만들기

http://y-anz-m.blogspot.kr/2010/11/androidselector-item-color.html

Computer/Android 2013. 3. 2. 16:50
이전 1 2 3 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • MAGNET
  • Candy Shine
  • 네이버본관
  • Pixiv-Ligpotal
  • 다크하고중2한 비툴
  • Dark side of Moon
  • 음악을 보는 공간
  • 루마니아좀비의 음산한 둥지
TAG
  • 파이널 판타지14
  • Translation
  • 리스너
  • 덕질여행
  • 비마니
  • BEMANI
  • android
  • Dormir
  • FF14
  • 안드로이드
  • DJ TOTTO
  • Qrispy Joybox
  • 일본
  • Pop'n music
  • NMR
  • 오사카
  • Reflec Beat limelight
  • 투회의
  • 증강현실
  • DJ YOSHITAKA
  • BRF
  • 작곡해봤다
  • Arcadia
  • 여행
  • TOMOSUKE
  • 휴런
  • Crimm
  • 도쿄
  • REFLEC BEAT groovin'!!
  • 파이널판타지14
more
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바