-
Notifications
You must be signed in to change notification settings - Fork 764
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
Comments
Have you checked out our website with docs? https://fblitho.com |
Its like I am having problem with configuring litho in my android studio.
Spec class is not showing the correct results. Maybe if a detailed video
demo or so was there, that would be really helpfull.
…On Fri, Apr 24, 2020, 12:17 AM Sergey Ryabov ***@***.***> wrote:
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#650 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2VITTZ65SH5NAKYLX5343ROCELNANCNFSM4MLWG3SQ>
.
|
Well I don't know what to add to Getting Started, it seems adequate :) What exactly is happening? |
It's like when i am using section then i am not able to use the class
defined for it. Here attached are some screenshots of my project in android
studio. ListSection is the class defined for creating list and ListItem
for item of the list but it is showing an error. The error is in
mainactivity.
And sir I am thankful to you that you cared about it.
…
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#650 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2VITWVRDGTSMA2H7JBKTTROGVM3ANCNFSM4MLWG3SQ>
.
|
@KishanAgarwal nothing is attached. Can you post it via Github web interface? Did you define ListSectionSpec yourself? |
Sir i,ve posted the screenshots in the github interface. Hole you've seen
it. If not please see it once.
…On Fri, Apr 24, 2020, 11:19 PM Sergey Ryabov ***@***.***> wrote:
@KishanAgarwal <https://github.com/KishanAgarwal> nothing is attached.
Can you post it via Github web interface? Did you define ListSectionSpec
yourself?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#650 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2VITVRNKQ3S7QY7BWX5WDROHGJDANCNFSM4MLWG3SQ>
.
|
@KishanAgarwal have you added both Annotation Processors to the FYI: https://fblitho.com/docs/getting-started#adding-sections-to-your-project |
Yes sir i've checked it. All annotations are added.
…On Mon, Apr 27, 2020, 6:25 PM Sergey Ryabov ***@***.***> wrote:
@KishanAgarwal <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#650 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2VITUNIU2WUECYJWSCEZLROV6FVANCNFSM4MLWG3SQ>
.
|
It's not an annotation artifact, but an annotation processor. Please, show me your |
I've attached build.gradle file in guthub interface.
…On Tue, Apr 28, 2020, 12:13 AM Sergey Ryabov ***@***.***> wrote:
It's not an annotation artifact, but an annotation processor. Please, show
me your build.gradle file
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#650 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2VITTP2PGUOYYEOMYMTNLROXG4VANCNFSM4MLWG3SQ>
.
|
Seems ok... |
Closing this for now, as no recent interaction was done. Feel free to reopen if needed. |
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
The text was updated successfully, but these errors were encountered: