전체 글 썸네일형 리스트형 Tinder 같은 스와이프 가능한 RecyclerView 만들기 (feat.LayoutManager) 1.LayoutManager? A LayoutManager is responsible for measuring and positioning item views within a RecyclerView as well as determining the policy for when to recycle item views that are no longer visible to the user. By changing the LayoutManager a RecyclerView can be used to implement a standard vertically scrolling list, a uniform grid, staggered grids, horizontally scrolling collections and mo.. 더보기 Playing with String and DataBinding in xml 1. Use hard-coded text hard-coded text를 이용할 수 있습니다. Result It is hard-coded. 2. Use string resource strings.xml에 선언된 string을 이용할 수 있습니다. Hello DataBinding! Result Hello DataBinding! 3. Use format string resource with hard-coded text strings.xml에 선언된 format string을 이용할 수 있습니다. %s, Hello DataBinding! Result Seokwon, Hello DataBinding! 4. Use format string resource with string resource 물론 format st.. 더보기 이전 1 2 다음