흰오목눈이야 개발하자

20100311 DevLog : Android(안드로이드) 영어 단어 (개발 용어) && Adapter 본문

카테고리 없음

20100311 DevLog : Android(안드로이드) 영어 단어 (개발 용어) && Adapter

흰오목눈이 2020. 3. 11. 21:53

* nested : 중첩된

ex) nested linearlayout : 중첩된 리니어 레이아웃

 

* invoked : (프로그램 등을) 불러오다[작동시키다]

This command will invoke the HELP system. 듣기반복재생

이 명령어를 쓰면 도움 체제를 작동시키게 된다.

 

--> '호출한다'로 쓰임

 

* respective : 각각의

ex) respective id : 각각의 id

* predefined : 미리 정의된

predefined position :

 

Ref. https://www.journaldev.com/10024/android-recyclerview-android-cardview-example-tutorial

 

Android RecyclerView, Android CardView Example Tutorial - JournalDev

Android RecyclerView. Android CardView. Android RecyclerView and CardView Example Tutorial. RecyclerView and CardView are part of Android Material Design.

www.journaldev.com


Adapter example

BaseAdapter Tutorial With Example In Android Studio

https://abhiandroid.com/ui/baseadapter-tutorial-example.html

 

BaseAdapter Tutorial With Example In Android Studio | Abhi Android

Before we share BaseAdapter it is first important to revise Adapter. In android, an adapter is a bridge between UI component and data source that helps us to fill data in the UI component. It holds the data and send the data to adapter view then view can t

abhiandroid.com

Adapter Tutorial With Example In Android Studio

https://abhiandroid.com/ui/adapter

 

Adapter Tutorial With Example In Android Studio | Abhi Android

Adapter Tutorial With Example In Android Studio In Android, Adapter is a bridge between UI component and data source that helps us to fill data in UI component. It holds the data and send the data to an Adapter view then view can takes the data from the ad

abhiandroid.com