Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet34/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   30   31   32   33   34   35   36   37   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

Object instantiation
Object instantiation presents some differences from Java too. As you can see, we omit
the “
new
” word. The constructor call is still there, but we save four precious characters.
LinearLayoutManager(this)
creates an instance of the object.
5.2 The Recycler Adapter
We need an adapter for the recycler too. I
talked about
RecyclerView
on my blog¹³
some time ago,
so it may help you if your are not used to it.
The views used for
RecyclerView
adapter will be just
TextView
s for now, and a simple list of texts
that we’ll create manually. Add a new Kotlin file called
ForecastListAdapter.kt
, and include this
code:
1
class ForecastListAdapter(val items: List) :
2
RecyclerView.Adapter() {
3
4
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int):
5
ViewHolder {
6
return ViewHolder(TextView(parent.context))
7
}
8
9
override fun onBindViewHolder(holder: ViewHolder,
10
position: Int) {
11
holder.textView.text = items[position]
12
}
13
14
override fun getItemCount(): Int = items.size
15
16
class ViewHolder(val textView: TextView) : RecyclerView.ViewHolder(textView)
17
}
Again, we can access to the context and the text as properties. You can keep doing it as usual (using
getters and setter), but you’ll get a warning from the compiler. This check can be disabled if you
prefer to keep using the Java way. Once you get used to properties you will love them anyway.
¹³
http://antonioleiva.com/recyclerview/


5 Writing your first class
21

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   30   31   32   33   34   35   36   37   ...   125




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish