Notice
Recent Posts
Recent Comments
반응형
목록2017/08/03 (1)
오늘도 공부
Android GridLayoutManager 샘플 소스
출처 : http://www.journaldev.com/13792/android-gridlayoutmanager-exampleAndroid GridLayoutManagerWe’ve implemented a RecyclerView using a LinearLayoutManager here. Now let’s use a GridLayoutManagerto layout the RecyclerView as a grid.Following is the constructor for a GridLayoutManager.GridLayoutManager (Context context, int spanCount, int orientation, boolean reverseLayout)reverseLayout if set tr..
Android/Tip&Tech
2017. 8. 3. 02:43
