-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add a DemoApplication and RecyclerViewDemoActivity as sample #5
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
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
@@ -90,8 +91,15 @@ | |||
</content> | |||
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" /> | |||
<orderEntry type="sourceFolder" forTests="false" /> | |||
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" /> | |||
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" /> | |||
<orderEntry type="library" exported="" name="jackson-core-2.2.2" level="project" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@htcbug Any idea why these lines are needed?
@htcbug overall it looks good, but I have a few comments. Address those (either in code or by responding) and assign the PR back to me. |
I'm going to merge this in to master. Any more changes will end up there or on a new branch. |
Add a DemoApplication and RecyclerViewDemoActivity as sample
All layouts are fully accesible
@puf
Hi Frank,
Please review this change. It adds a DemoApplication and a RecyclerViewDemoActivity. After this change I'll add more code using the FirebaseRecyclerViewAdapter and merge my changes into it.