안드로이드 (3) 썸네일형 리스트형 Privacy Policy Privacy PolicyThis privacy policy applies to the RunRun app (hereby referred to as "Application") for mobile devices that was created by DongDongStudio (hereby referred to as "Service Provider") as a Commercial service. This service is intended for use "AS IS".Information Collection and UseThe Application collects information when you download and use it. This information may include information.. RecyclerView에서 Drag&Drop을 이용해 View 위치 변경하기 1. View의 위치를 변경하기 위한 Library 안드로이드는 RecyclerView에서 각 View의 이동을 도와주기 위해 ItemTouchHelper Library를 지원하고 있다. 이 Library에 존재하는 ItemTouchHelper.Callback을 사용자가 구현하여 사용할 수 있다. 각각의 ViewHolder에 대해서 사용자가 특정 터치 동작을 일으킬 경우, ItemTouchHelper.Callback은 해당 상황에 맞는(설정된) 함수를 호출한다. 상세 문서는 아래 링크(안드로이드 개발문서)를 통해 확인할 수 있다. https://developer.android.com/reference/android/support/v7/widget/helper/ItemTouchHelper.Callback .. Android 개발이야기(1) LinearLayout | RelativeLayout | ConstraintLayout [기초] app:layout_constraintRight_toRightOf="parent" 의 의미 자신의 right의 constraint를 부여 하는데, parent의 right 이다. * constraint : 제한, 통제 [응용] 이전 1 다음