Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
WHY 소소한 일상 기록
  • Categories
  • Tags
  • Posts
    1. Home
    2. /
    3. Android
    4. /
    5. Android, EditText를 disable 시키는 방법

    봄이오면

    집에가고싶다

    • Seoul, Korea

    Android, EditText를 disable 시키는 방법

    <EditText
        android:enable = false // true or false
    />
    

    EditText를 disable 시키면 이벤트가 발생하지 않는다. ( onClick )

    Tags: android, disable, enable

    Categories: Android

    Updated: January 8, 2021

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Swagger, api 숨기기

    API중에 외부에 노출시키고 싶지 않은 API는 숨길수 있다. @Api(hidden = true)

    MongoDB, $type을 사용한 null값 조회

    필드값이 null인 데이터를 조회할때 아래와 같이 하면 필드가 없는 데이터도 조회가 된다. .find({ "field": null })

    MongoDB, 필드를 제거하는 방법

    { title: 'How to remove field in MongoDB' comment: [ id: 'a', name: 'A' ] }

    Exception, com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field

    아래와 같이 json파일을 읽어 Entity 클래스에 바인드시킬때 오류가 발생 ObjectMapper mapper = new ObjectMapper(); Entity entity = mapper.readValue(ResourceUtils.getFile("classpath:data/...

    • Feed
    © 2021 springcome. Powered by Jekyll & Minimal Mistakes.