Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Linux
- C언어
- Deep Learning
- Python
- tensorflow
- RapidCheck
- 안드로이드
- 영상분석
- Android
- sw
- 지능형
- MySQL
- detection
- Raspberry
- 디버그모드
- tracking
- php
- Video
- 고급C
- Object Detection
- Machine Learning
- 머신러닝
- 정리
- FLASK
- 라즈베리파이
- 데이터
- 서버
- keras
- 가상환경
- IMAGE
Archives
- Today
- Total
목록CardView (1)
건프의 소소한 개발이야기
[안드로이드] Android RecyclerView with CardView
안녕하세요, 건프입니다. 이번에는 Android Programming 에서 가장 논란이 많았던 리스트뷰(ListView) 의 대체용으로 발표된 RecyclerView 를 다뤄보겠습니다. RecyclerView 에서는 예전 ListView 를 제작할 때, 리소스 낭비를 줄이기 위한 Holder 패턴(Pattern) 을, 강제사항으로 만들어두고,Interface 함수들을 좀 더 목적에 부합하도록 만들어 진 뷰입니다. 1. 어뎁터(Adapter)는 다음과 같습니다. public class StoreSearchAdapter extends RecyclerView.Adapter { Context context; List items; int item_layout; public StoreSearchAdapter(Con..
개발 이야기/안드로이드 이야기
2016. 5. 15. 23:28