일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ios
- 韓国
- 사양정보
- 일본대학원
- 한국판뉴딜
- QA
- 명령어
- 성능측정
- 스펙정보
- 사양
- 다음메일
- 동시접속
- 스마트시티
- certification
- 리눅스
- 환경정보
- move앱
- 4차산업
- 일본유학
- 200-301
- 5G
- 사용자100명
- gbd-200
- 정보처리기사
- DevNet
- JMeter
- 부자아빠가난한아빠
- ads.txt
- 코로나바이러스
- 韓国ヒップホップ
- Today
- Total
목록컴퓨터공학/안드로이드 (2)
IT 컴퓨터공학 자료실
A GridView is a ViewGroup that displays items in two-dimensional scrolling grid. The items in the grid come from the ListAdapter associated with this view.GridView는 스크롤하는 이차원적인 그리드 안에서 표시되는 ViewGroup입니다. GridView는 ListAdapter와 연관되어 Item을 불러옵니다.This is what you'd want to use (keep using). Because a GridView gets its data from a ListAdapter, the only data loaded in memory will be the one displayed..
[안드로이드]Picasso와 Glide 비교분석http://gun0912.tistory.com/19 [안드로이드]유용한 라이브러리 - Glide (이미지 로딩 라이브러리)http://gun0912.tistory.com/17Android의 이미지로딩 라이브러리http://d2.naver.com/helloworld/429368Picasso 파헤치기https://spoqa.github.io/2014/03/28/android-picasso.htmlAndroid SDK: Working with Picassohttp://code.tutsplus.com/tutorials/android-sdk-working-with-picasso--cms-22149 피카소 (Picasso)는 이미지 로딩과 변경을 원하는대로 다루게 해..