Good job
P.S: it’s Async and not Assynic
Good job
P.S: it’s Async and not Assynic
Thanks for Suggestion…
BTW
I know already because keyboard suggestion me whenever i typing…
Great work
Its yusufcihan not Yusafcihan
This is not async procedure. You are only loading first few items then remaining few.
Async procedure run in the background without disrupting the main UI thread.
This Load More data logic is already developed in the community. Check below topics.
You are talking about on user scrool… I mean condition when user scrolll down…
And you forgot my post
u can see main thread is Running behind as 1st process and notifier running smoothliy as second process…
So this is not asynchronous
Anyways, still a good work
Its asynchronous…
I told him that
You are talking about on scroll down action…
You can check demo video…
This is no asynchronous. Here or any place in universe.
Please, Do not use the word asynchronous in this case.
Do you know what is asynchronous?
No, its not asynchronous
This is not asynchronous.
You are loading synchronously with intervals.
Even if we create asynchronously, it will fill the ram at some point, so Recycler View is the solution.
Exactly !!!
Appreciate your hard work
You did a good job.
You are getting negative replies because you named it asynchronous, instead, say trick or logic to load dynamic components.
Its not to criticize or demotivate anyone, but many users don’t know the exact meaning of asynchronous and therefore the get confused.
Loading items on users response somehow works like it, but technically it won’t.
This can be a trick/logic t reduce the lag
Off-topic
And what is relevant about this?
@WatermelonIce
@Rogerio_Rios
@The_K_Studio
@Ottoman
@sonumohammad333 Assynochronious is opposite of synchronous…
Synchronous mean occuring at same time we can’t do anything, stucked, present screen blocked for a while, we need to wait until process not completed…
Assynochronious mean not occuring at same time…
We can do anything whenever process is running behind… No need to wait, our screen not blocked for a while…
Here we can do anything when our process running… We can terminate process,we can pause the process, we can resume the process, we can scroll down, we can scroll up…
Yes, but it did when you run the loop in the clock. It is still count as synchrous. Anyways, let’s stop talking this
Every one has own definition for this word… So
Just focus on mean of word…
Not occuring on same time…
Every item is take 1 milli second to build(mean not occuring at same time) … But our process have 500 items…