• Homesearch
  • Collections
  • Sign in or create an account

박은환

소프트웨어 개발자/고등학교 3학년

  • Elsewhere
Most recommended

    ImageButton의 ImageResource 값 변경 및 이벤트 제어

    ImageButton 의 이미지를 클릭시 이미지를 변경해야할 때가 있다. 먼저 ImageButton을 생성한다.ImageButton 의 이미지를 클릭시 이미지를 변경해야할 때가 있다. 먼저 ImageButton을 생성한다. ImageButton imageButton = (ImageView)findViewById(R.id.test1); 이미지를 변경한다. ImageButton.setImageResource(R.drawable.iv_drawable); ImageButton을 클릭 시 어떤 이미지인지 확인하고 이미지를 변경한다. ImageButton은 Resource ID 를 가져올 수 없기 때문에 Bitmap으로 비교해야한다. Drawable Img = iv_reply_face.getDrawable(); Drawable Res = getResources().getDrawable(R.drawable.iv_drawable); Bitmap bitmap = ((BitmapDrawable)Img).getBitmap();
    박은환1 min read
    Latest

    항상 모든 경우의 수를 생각하자.

    더 나은 프로젝트 수행을 위하여.
    박은환1 min read

      ImageButton의 ImageResource 값 변경 및 이벤트 제어

      ImageButton 의 이미지를 클릭시 이미지를 변경해야할 때가 있다. 먼저 ImageButton을 생성한다.
      박은환1 min read

        2013년 청운령축제 발표

        생애 첫 발표
        박은환1 min read