일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- recyclerview
- Error:Execution failed for task ':app:mergeDebugResources'
- 생명주기
- 코딜리티
- fragment
- ActivityTestRule
- 안드로이드
- 스와이프
- 안드로이드13
- binding adapter
- Fragment 수동 추가
- Android
- 리사이클러뷰
- adapter
- searchview
- 안드로이드개발레벨업교과서
- high order function
- ui test
- IntentTestRule
- 테마 아이콘
- LayoutManger
- Fragment에서 Activity의 함수 사용하기
- 뷰변경 감지
- viewholder
- 고차함수
- 재사용
- 구분선
- espresso
- 안드로이드스튜디오
- 코틀린
- Today
- Total
목록개발 (235)
룬아님의 취중코딩
다음 프로그래밍 용어는 이미 익숙해야합니다. 클래스(Class)는 객체에 대한 청사진입니다. 예를 들어 Aquarium 클래스는 수족관 개체를 만들기위한 청사진입니다. 객체(Object)는 클래스의 인스턴스입니다. 수족관 개체는 하나의 실제 수족관입니다. 속성(Property)은 수족관의 길이, 너비 및 높이와 같은 클래스의 특성입니다. 멤버 함수(Method)라고도하는 메서드는 클래스의 기능입니다. 방법은 객체로 "할 수있는"것입니다. 예를 들어 Aquarium 객체를 FillWithWater () 할 수 있습니다. 인터페이스(Interface)는 클래스가 구현할 수있는 사양입니다. 예를 들어, 청소는 수족관 이외의 물체에 공통적이며 일반적으로 다른 물체에 대해서도 비슷한 방식으로 청소합니다. 따라..
https://medium.com/androiddevelopers/livedata-with-snackbar-navigation-and-other-events-the-singleliveevent-case-ac2622673150 LiveData with SnackBar, Navigation and other events (the SingleLiveEvent case) A convenient way for a view (activity or fragment) to communicate with a ViewModel is to use LiveData observables. The view subscribes to… medium.com
https://d2.naver.com/helloworld/8725603 불러오는 중입니다...