Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can i learn litho?i'm not able to find adequate resources any where #650

Closed
1 task
KishanAgarwal opened this issue Apr 19, 2020 · 14 comments
Closed
1 task

Comments

@KishanAgarwal
Copy link

Version

Add the version of the litho packages you use. You can paste the dependency
section of the gradle file if you have one.

Issues and Steps to Reproduce

Replace this with steps to repro your issue.

Expected Behavior

Describe what you expected would happen.

Link to Code

Please show some code we can use to reproduce this issue. Consider using PlaygroundComponentSpec to provide a small example of the issue

@colriot
Copy link
Contributor

colriot commented Apr 23, 2020

Have you checked out our website with docs? https://fblitho.com
We also have codelabs (in code only state): https://github.com/facebook/litho/tree/master/codelabs
And two Sample apps in this repo.
What specific information you'd like to get?

@KishanAgarwal
Copy link
Author

KishanAgarwal commented Apr 24, 2020 via email

@colriot
Copy link
Contributor

colriot commented Apr 24, 2020

Well I don't know what to add to Getting Started, it seems adequate :)
Also checkout this codelab demo: https://github.com/facebook/litho/tree/master/codelabs/hello-world

What exactly is happening?

@KishanAgarwal
Copy link
Author

KishanAgarwal commented Apr 24, 2020 via email

@colriot
Copy link
Contributor

colriot commented Apr 24, 2020

@KishanAgarwal nothing is attached. Can you post it via Github web interface? Did you define ListSectionSpec yourself?

@KishanAgarwal
Copy link
Author

Yes sir why not.
Yes sir i defined it myself but everything was same as that of in tutorials present.
Sir, PFA.

LithoProblemMain

ListItemSpecClass

ListSectionSpecClass

@KishanAgarwal
Copy link
Author

KishanAgarwal commented Apr 27, 2020 via email

@colriot
Copy link
Contributor

colriot commented Apr 27, 2020

@KishanAgarwal have you added both Annotation Processors to the build.gradle? Specifically the one for Sections: annotationProcessor 'com.facebook.litho:litho-sections-processor:0.34.0'

FYI: https://fblitho.com/docs/getting-started#adding-sections-to-your-project

@KishanAgarwal
Copy link
Author

KishanAgarwal commented Apr 27, 2020 via email

@colriot
Copy link
Contributor

colriot commented Apr 27, 2020

It's not an annotation artifact, but an annotation processor. Please, show me your build.gradle file

@KishanAgarwal
Copy link
Author

build gradle

Attached is the build.gradle file

@KishanAgarwal
Copy link
Author

KishanAgarwal commented Apr 28, 2020 via email

@colriot
Copy link
Contributor

colriot commented Apr 28, 2020

Seems ok...
If it still doesn't work, please share your sample project via Github or zip. I'll try to look at it

@colriot
Copy link
Contributor

colriot commented Jun 30, 2020

Closing this for now, as no recent interaction was done. Feel free to reopen if needed.

@colriot colriot closed this as completed Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants