본문 바로가기
Language & Library/JAVA

[Android] AdapterView

by 댓츠굿 2013. 6. 4.

마트 진열장                                도매업자                                 공급

AdapterView      ◇ㅡhas a       Adapter                  ◆ㅡ         (DataSource)

ㄴListView                                ArrayAdpapter                            xml

   UserDefineAdapter                  CuursorAdapter                          memory

   GridView                               ㄴ(DB로부터 정보 얻어옴)             file

    Gallary                                                                                 DB

    Spiner                                                                                  Network


* UI

Activity

Intent

LifeCycle


AdapterView : 특정한 방식으로 반복해서 뷰를 보여주는 역할

* 자식 클래스 : ListView, GridView, Gallary, Spinner

* Adpater : AdapterView 와 data 의 중간자적 역할로 특정 데이터 소스로부터 자료를 열거하는 역할을 한다.


* intent :다른 activity를 실행시킨다.


* Life Cycle


*association - use a 관계 (사람 - pc방의 pc)

*aggregation - has a 관계 (사람이 스마트폰을 소유할 수 있고, 안할 수도 있다.)

*composition - consists of (사람과 심장관계)



반응형