А
Size: a a a
А
QH
А
А
А
MY
NK
NK
next()
перепрыгивает через элемент и возвращает его:| 0 1 2
.next() => 0
0 | 1 2
.next() => 1
0 1 | 2
.previous() => 1 (sic!)
0 | 1 2
ResultSet
и Cursor
стоят на строках и переходят с одной строки на другую:[] 0 1 2
.next() или first()
[0] 1 2
.next()
0 [1] 2
.previous()
[0] 1 2
W
QH
F
W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
вперемешку ещё с одним: I/zygote64: Background concurrent copying GC freed 59352(2MB) AllocSpace objects, 0(0B) LOS objects, 5% free, 107MB/113MB, paused 519us total 1.042s
QH
W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
вперемешку ещё с одним: I/zygote64: Background concurrent copying GC freed 59352(2MB) AllocSpace objects, 0(0B) LOS objects, 5% free, 107MB/113MB, paused 519us total 1.042s
F
Single<List<T>>
из базы такое не прокатит?D
Single<List<T>>
из базы такое не прокатит?QH
Single<List<T>>
из базы такое не прокатит?NY
NY
QH
.unwrap()
. В переводе на котлин — !!
или ?: throw
.NY
QH