Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

How to apply it on recyclerview #7

Open
gp-sattar opened this issue Jan 9, 2018 · 4 comments
Open

How to apply it on recyclerview #7

gp-sattar opened this issue Jan 9, 2018 · 4 comments

Comments

@gp-sattar
Copy link

Is there any way to show loading on child view of Recylerview

@carlosjs23
Copy link

carlosjs23 commented Feb 22, 2018

try populating the recyclerview at launch with fake data while the real data is coming.

Edit: I tried a workaround, I have created several views that simulate my RECYCLER and I have applied FiftyShades to them. When the information finally arrives I have hidden the simulated views and stopped the animation.

@ghost
Copy link

ghost commented Sep 20, 2018

@carlosjs23 Where should I start calling this method?

FiftyShadesOf.with(context) .on(R.id.view) .start();

On Activity or Adapter?

I want to know the answer, thank you.

@zhubinsheng
Copy link

当真实数据到来时,尝试在启动时用虚假数据填充 recyclerview。

编辑:我尝试了一种解决方法,我创建了几个模拟我的 RECYCLER 的视图,并将 FiftyShades 应用于它们。当信息最终到达时,我隐藏了模拟视图并停止了动画。

any update?

@carlosjs23
Copy link

@zhubinsheng what's your question or issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants