-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlecture_13_recycler_view_old.html
209 lines (197 loc) · 11.4 KB
/
lecture_13_recycler_view_old.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Android User Interface</title>
<link rel="stylesheet" href="css/reveal.css"> <!--slide style-->
<link rel="stylesheet" href="css/theme/noveo.css" id="theme"> <!--noveo theme-->
<link rel="stylesheet" href="lib/css/magula.css"> <!--code highlight-->
</head>
<body>
<div id="hidden" style="display: none">
<div id="overlay">
<div id="header-left"></div>
<div id="header-right"></div>
<div id="footer-right"></div>
</div>
</div>
<div class="reveal">
<div class="slides">
<!--positioning content-->
<section data-background-color="#fff"
data-background-image="css/theme/img/background_title.svg"
data-background-position="right bottom"
data-background-size="16.2em 15.5em"
class="center noveo-title"
data-transition="convex">
<h1>Recycler View</h1>
<div class="title-separator"></div>
<h2>автор:</h2>
<p>Клещев Денис</p>
</section>
<section class="center center-horizontal">
<h2>RecyclerView</h2>
<ul>
<li>Ничего не знает о расположении элементов</li>
<li>Обязательное использование <b>ViewHolder</b></li>
<li>Сам решает, когда, как и что кэшировать и переиспользовать</li>
<li>Decoration Позволяет добавить любое "украшение" к любому элементу</li>
<li>Можно сделать любое расположение элементов, но это сложнее</li>
<li>Click handling - чуть сложнее чем в ListView и GridView</li>
</ul>
</section>
<section class="center center-horizontal">
<h2>RecyclerView.LayoutManager</h2>
<p>Определяет расположение элементов</p>
<ul>
<li class="fragment" data-fragment-index="1">LinearLayoutManager - список</li>
<li class="fragment" data-fragment-index="2">GridLayoutManager - таблица</li>
<li class="fragment" data-fragment-index="3">StaggeredGridLayoutManager - кривая таблица</li>
<li class="fragment" data-fragment-index="4">Custom</li>
</ul>
<img class="fragment" data-fragment-index="4" src="https://i.ytimg.com/vi/NaSd2d5rwPE/hqdefault.jpg" width="30%" height="20%"/>
</section>
<section class="center center-horizontal">
<h2>RecyclerView.Adapter</h2>
<p>Необходимо переопределить методы:</p>
<ul>
<li class="fragment" data-fragment-index="1">getItemCount() - количество элементов</li>
<li class="fragment" data-fragment-index="2">onCreateViewHolder(ViewGroup parent, int viewType) - объясняет адаптеру, как создавать ViewHolder'ы</li>
<li class="fragment" data-fragment-index="3">onBindViewHolder(ViewHolder holder, int position) - объясняет адаптеру, что делать с готовым ViewHolder'ом</li>
</ul>
<p class="fragment" data-fragment-index="4">Дополнительные полезные методы:</p>
<ul class="fragment" data-fragment-index="4">
<li class="fragment" data-fragment-index="4">getItemViewType(int position) - объясняет адаптеру, это что за покемон</li>
<li class="fragment" data-fragment-index="5">getItemId(int position) - присваивает элементу айдишник</li>
<li class="fragment" data-fragment-index="6">setHasStableIds(boolean hasStableIds) - заставляет адаптер использовать stableIds</li>
</ul>
</section>
<section class="center center-horizontal">
<h2>RecyclerView.ViewHolder</h2>
<pre><code class="normal" data-trim data-noescape>
class DemoViewHolder(val view: View) : RecyclerView.ViewHolder(view) {
fun bind (item: SomeModel) {
view.apply {
titleView.text = item.title
Glide.with(context)
.load(item.userPhoto)
.into(photoView)
someView.visibility = if (item.shouldBeVisible) View.VISIBLE else View.GONE
}
}
}
</code></pre>
</section>
<section class="center center-horizontal">
<h2>RecyclerView. Refresh data</h2>
<p>Есть несколько способов обновить данные recycleView. Есть структурные изменения и изменения конкретного элемента (или нескольких)</p>
<ul>
<li>notifyDataSetChanged() - что что-то произошло с данными, заставляет обновить все</li>
<li>notifyItemChanged(int n) - изменился элемент n, перемещений нет</li>
<li>notifyItemInserted(int n) - добавился элемент в позиции n, другие элементы не изменились</li>
<li>notifyItemMoved (int fromPosition, int toPosition) - элемент был перемещен из позиции fromPosition в toPosition</li>
<li>notifyItemRemoved(int n) - элемент в позиции n был удален</li>
<li>notifyItemRangeChanged(int from, int n) - n элементов, начиная с from-того, изменились</li>
<li>notifyItemRangeInserted(int from, int n) - добавлено n элементов, начиная с позиции from</li>
<li>notifyItemRangeRemoved(int from, int n) - удалено n элементов, начиная с позиции from</li>
</ul>
</section>
<section class="center center-horizontal">
<h2>RecyclerView. DiffUtil</h2>
<ul>
<li>Специальный класс, рассчитывающий разницу между двумя списками</li>
<li>Используется для расчета обновлений для RecyclerView</li>
<li>Если списки большие, может занять некоторое время</li>
<li class="fragment" data-fragment-index="1">Можно вызвать на другом потоке, а DiffResult отдать на главный</li>
<li class="fragment" data-fragment-index="1">Можно избавить DiffUtil от отслеживания перемещений элементов, что ускорит его работу</li>
</ul>
</section>
<section class="center center-horizontal">
<h2>RecyclerView. DiffUtil</h2>
<pre><code class="normal" data-trim data-noescape>
DiffUtil.DiffResult diffResult = DiffUtil.calculateDiff(object : DiffUtil.Callback() {
override fun getOldListSize(): Int
override fun getNewListSize(): Int
override fun areItemsTheSame(oldItemPosition: Int, newItemPosition: Int): Boolean
override fun areContentsTheSame(oldItemPosition: Int, newItemPosition: Int): Boolean
}
adapter.items = newItems
diffResult.dispatchUpdatesTo(adapter)
</code></pre>
</section>
<section class="center center-horizontal">
<h2>RecyclerView. Click handling</h2>
<p>Good practice:</p>
<pre><code class="normal" data-trim data-noescape>
ItemClickSupport.addTo(mRecyclerView).setOnItemClickListener(new ItemClickSupport.OnItemClickListener() {
@Override
public void onItemClicked(RecyclerView recyclerView, int position, View v) {
// do it
}
});
</code></pre>
<p>Добавить в ids.xml:</p>
<pre><code class="normal" data-trim>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="item_click_support" type="id"></item>
</resources>
</code></pre>
</section>
<section class="center center-horizontal">
<h2>RecyclerView. Click handling</h2>
<p>In Kotlin:</p>
<pre><code class="normal" data-trim data-noescape>
class DemoViewHolder(val view: View,
private val clickListener: (Int) -> Unit) : RecyclerView.ViewHolder(view) {
fun bind (item: String) {
//do some bindings
view.setOnClickListener { clickListener(adapterPosition) }
}
}
</code></pre>
<pre><code class="normal" data-trim data-noescape>
//in adapter:
val items: List<String>
override fun onBindViewHolder(holder: DemoViewHolder, position: Int) {
holder.bind(items[position]) {
someAction(items[it])
}
}
</code></pre>
</section>
<section class="center center-horizontal">
<h2>RecyclerView</h2>
<p>Использование RecyclerView</p>
<pre><code class="normal" data-trim data-noescape>
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
recyclerView.apply {
layoutManager = LinearLayoutManager(context)
addItemDecoration(ImageDecorator())
addItemDecoration(TextDecorator())
addItemDecoration(VerticalSpaceDecorator(20))
adapter = MyAwesomeAdapter(items) { handleItemClick(it) }
}
}
</code></pre>
</section>
<section>
<h2>Дополнительные ссылки</h2>
<ul>
<li><p><a href="https://www.littlerobots.nl/blog/Handle-Android-RecyclerView-Clicks/">Getting your clicks on RecyclerView</a></p></li>
</ul>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script> <!--HeadJS functions-->
<script src="js/reveal.js"></script> <!--RevealJS functions-->
<script src="js/config.js"></script> <!--RevealJS config-->
<script src="lib/js/jquery-3.2.1.min.js"></script>
<script src="js/printpdf.js"></script>
</body>
</html>
Reveal.initialize({
center: true
})