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

Pragmatic Programming

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

Pragmatic Programming

검색하기 폼
  • 분류 전체보기 (28)
    • Android (2)
    • AI (1)
    • Linux (8)
    • Util (2)
    • 컴퓨터 (5)
    • 언리얼4 (1)
    • Quote (0)
    • etc (2)
    • Programming (7)
  • 방명록

Android (2)
안드로이드 뷰 fadein, fadeout 적용

public void fadeAnimation(final View tv, boolean isfadeOut) {final Animation animationFade;tv.setAlpha(0f);if (isfadeOut) {animationFade = AnimationUtils.loadAnimation(this,R.drawable.fadeout);} else {animationFade = AnimationUtils.loadAnimation(this,R.drawable.fadein);}Handler mhandler = new Handler();mhandler.postDelayed(new Runnable() {@Overridepublic void run() {// TODO Auto-generated method..

Android 2014. 8. 30. 14:08
Android Toast.show() 겹치는 문제

안드로이드 Toast를 이용할 때 toast.show가 여러번 call이 되면 toast 총 시간은 점점 늘어나게 됩니다.이를 해결하기 위해 if(toast != null) toast.cancel(); 를 toast.show() 에 앞서 실행해 주면 Toast는 누적되지 않고 총 시간은 늘어나지 않습니다.

Android 2014. 8. 23. 23:21
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • joo
  • Yang-gaeng's Blog
TAG
  • winetricks
  • 우분투
  • ubuntu
  • 객체란
  • docker
  • libgcrypt
  • 언리얼 엔진4
  • 인코딩
  • 안드로이드
  • 2의 보수
  • unreal4
  • 설치
  • 컴퓨터 숫자
  • 한글
  • libgcrypt11
  • utf-32
  • install
  • object orient
  • MySQL
  • void* arg
  • wine1.8
  • mariasql
  • 다운로드
  • download
  • 여러 인자
  • 왜 0부터
  • Uniity5
  • locales
  • UTF8
  • Android
more
«   2025/07   »
일 월 화 수 목 금 토
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

티스토리툴바