일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 일본유학
- 사용자100명
- 코로나바이러스
- 명령어
- 4차산업
- 일본대학원
- 5G
- 리눅스
- 정보처리기사
- certification
- 다음메일
- DevNet
- 사양
- move앱
- 스마트시티
- JMeter
- 스펙정보
- 부자아빠가난한아빠
- 韓国
- ios
- 200-301
- gbd-200
- ads.txt
- QA
- 동시접속
- 한국판뉴딜
- 韓国ヒップホップ
- 사양정보
- 환경정보
- 성능측정
- 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)는 이미지 로딩과 변경을 원하는대로 다루게 해..