Android Jetpack: Paging

Android Jetpack: Paging

Android Developers

6 лет назад

71,081 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mondoshigua
@mondoshigua - 24.11.2022 05:19

🇨🇴🙋🏻‍♂️👍🏼🤝🏼 Saludos desde Colombia.

Ответить
@mattblades1162
@mattblades1162 - 23.05.2022 00:30

$$$$$$$$ Right?

Ответить
@makarandthakare9174
@makarandthakare9174 - 25.04.2021 07:35

:/ seriously, new libraries are built to make things easier and not difficult...

Ответить
@yacineidir7616
@yacineidir7616 - 16.01.2021 17:58

is it just me or is the paging library docs completly broken ? i just cant find any usable resources on it like nothing :D

Ответить
@OhhhThatVarun
@OhhhThatVarun - 03.09.2020 15:11

Ummm... WHAT!??

Ответить
@AshutoshKumar-sc8fn
@AshutoshKumar-sc8fn - 05.07.2020 13:09

Wow....still understood nothing. Great video!!!

Ответить
@sayoojvalsan4879
@sayoojvalsan4879 - 26.05.2020 19:18

I am sorry to say this, I tried to understand and use it, very difficult to get going. Team, please fix this. I was trying to figure how to simply pass a query string to the data source. I feel this is complex

Ответить
@yeilmusic
@yeilmusic - 26.10.2019 21:41

still sux, i created my own class.

Ответить
@tubun09
@tubun09 - 24.10.2019 18:29

this api is the worst api in jetpack. wish there's an api like seamless laravel pagination. User::paginate(10). what a flawless pagination Laravel has to offer

Ответить
@karthikeyansakthivel1693
@karthikeyansakthivel1693 - 21.08.2019 10:09

Is google calendar schedule view using Paging ? how it is using paging can you explain that ?

Ответить
@GordWayne
@GordWayne - 28.07.2019 16:17

It's a complex use case and I'm not surprised the api has a degree of complexity as well. Dive right in and it might be easier than you think.

Ответить
@DannTeBg
@DannTeBg - 27.06.2019 22:41

The absolute worst api design i've seen in a while.

Ответить
@minhtrieuvu5022
@minhtrieuvu5022 - 13.06.2019 11:40

google should make some thing simpler

Ответить
@SnoopyDoofie
@SnoopyDoofie - 30.05.2019 20:30

Seriously Google, 10 years on and Android is just getting more and more complex. Stop this nonsense and start investing in simplified solutions.

Ответить
@salmanhameed9495
@salmanhameed9495 - 28.05.2019 21:43

you did not explain positionalDataSource :/

Ответить
@IvanZhang001
@IvanZhang001 - 18.05.2019 07:10

example code is too old, could you update it?

Ответить
@bkzlab
@bkzlab - 10.02.2019 22:19

Google love to hack and re-hack and re-invent things

Ответить
@nayandhabarde
@nayandhabarde - 20.01.2019 15:29

When my app loads for the first time, onZeroItemsLoaded is called and the sample says I should request data and save it into the database. But If I save it into the database, the sample does not show how to update the livedata with this new value

Ответить
@tarrymasters1242
@tarrymasters1242 - 08.11.2018 23:23

Developers, when we understand that developers are allowed uses. it become more famiiar with Androids are being used.

Ответить
@shurbhikumari2348
@shurbhikumari2348 - 20.10.2018 21:40

i like it

Ответить
@caiovitor1972
@caiovitor1972 - 20.10.2018 17:51

It's really complex. I didn't understand anything

Ответить
@oir8377
@oir8377 - 19.10.2018 11:33

Paging~~

Ответить
@DanBarzhard
@DanBarzhard - 08.10.2018 07:15

So many people complaining about examples only in Kotlin. Syntax is not that different... If you don't want to learn new languages why are you even a developer?

Ответить
@homelesshobo
@homelesshobo - 03.10.2018 22:28

This library is honestly terrible. Here I was looking for an easy-to-implement EndlessRecyclerAdapter only to sift through crap documentation and find out that this is an incredibly messy alternative.

Ответить
@vikaspandey7053
@vikaspandey7053 - 17.07.2018 18:08

its pretty how she use hand gesture for 1st case and second case for datasource.

Ответить
@jcddcjjcdnz
@jcddcjjcdnz - 17.07.2018 05:26

Kotlin focus is causing me to lose interest in Android demos.

Ответить
@AhmedAli-jx9ie
@AhmedAli-jx9ie - 21.06.2018 13:46

how to force the data source to refresh data and start requesting from the beginning ?

Ответить
@witoldsienski1709
@witoldsienski1709 - 27.05.2018 10:46

This is good library :)

Ответить
@JimPekarek
@JimPekarek - 23.05.2018 10:42

Yay Kotlin! The slides would be way easier to read without the giant font size though. When you split what belongs on one line of code into 4+ lines, it makes it really hard to parse.

Ответить
@aegeesaegees280
@aegeesaegees280 - 23.05.2018 10:39

Well, finally you did it, after 5 years.
Better late than never. Respectuha

Ответить
@freecode.ai-
@freecode.ai- - 22.05.2018 20:43

Am I the only one that watches every single video android releases but still has no idea what are we gonna dooo. I seriously don't know how to use android I just use Google to copy and paste the functionality I want.

Ответить
@guitarist192
@guitarist192 - 22.05.2018 13:26

Finally :)

Ответить
@kisali777
@kisali777 - 22.05.2018 11:08

I love tech girls

Ответить
@faisalnaseer798
@faisalnaseer798 - 22.05.2018 10:55

whats her name :)

Ответить
@LiranBarsisa
@LiranBarsisa - 22.05.2018 08:12

Some questions:
1. Will this work even with 2 sided paged RecyclerView? Meaning loading extra data at the top and/or at the bottom?
2. What is "pageSize" ? What if it's unknown, and the app just needs to take what it's given? Meaning that each time when I give it a bulk of items, it should show only them?
3. What can I do to put items at the top and bottom (edges of the current page), to show that it's loading, in case the user has reached them ?

Ответить
@SouravBagchigoogleplus
@SouravBagchigoogleplus - 22.05.2018 07:18

Why do you show all of your examples in Kotlin?
Kotlin isn't made by Google and we all know that Android development is slowly moving towards Flutter. Then why Kotlin? And this language isn't popular like Java.

Ответить
@galaxiegalaxie5003
@galaxiegalaxie5003 - 22.05.2018 05:15

Please make tablelayout support in recyclerview :)

Ответить
@MarkChiu
@MarkChiu - 22.05.2018 04:36

can both show java version with example.....

Ответить
@MrClaudioAgostini
@MrClaudioAgostini - 21.05.2018 23:54

Thumbs up if you hate Kotlin...

Ответить
@kingstonegamestudio
@kingstonegamestudio - 21.05.2018 23:07

please use both java and kotlin for the code example...

Ответить
@markonovakovic3838
@markonovakovic3838 - 21.05.2018 22:10

haha i like her

Ответить
@thatanimeweirdo
@thatanimeweirdo - 21.05.2018 22:07

Once you started showing your examples as Kotlin only, it got really annoying and hard to understand :/

Ответить
@pedromassango
@pedromassango - 21.05.2018 21:48

Jetpack only when I buy a new PC (8GB+ RAM )

Ответить
@rs146ify
@rs146ify - 21.05.2018 21:47

It really is one of the best new features in these new tools

Ответить
@Y2Kvids
@Y2Kvids - 21.05.2018 20:25

Does it bring anything new than endless lists on various Libraries available for recycler view?

Ответить
@petrushoc
@petrushoc - 21.05.2018 20:21

Nice

Ответить
@areebjamaliam
@areebjamaliam - 15.05.2018 23:56

Best addition along with Navigation Component

Ответить