I have seen news feed example using fb litho. There is no any example for video play using litho. We want a example like news feed with video play or can you please provide any example or suggestion to add exoplayer in litho.
Asked
Active
Viewed 371 times
4
-
Are you able to do that? Can you please share the code? – Asad Rao Aug 31 '21 at 16:33
1 Answers
1
There is not much difference from adding any other custom view to Litho. You'll need to create a MountSpec
for PlayerView
and then include that MountSpec as a Component.
More info about MountSpecs.
And here is a good example of MountSpec implementation for a ProgressBar: ProgressSpec

colriot
- 1,978
- 1
- 14
- 21