Open kdk-yahoo opened 10 years ago
I had problems adding in the orm and the pull to refresh advanced features when I attempted them. For the ORM the project complained that it could not find the id specified in this line of code: @Table(name = "Items", id = BaseColumns._ID)
See this guide and avoid specifying the ID should fix this issue.
I attempted both pullToRefresh libraries that you have listed and for both the graphical layout tool complained that it couldn't initialize the class. I'm assuming this means some sort of pathing problem but I'm not sure.
See this swipe refresh layout
Note: This layout only exists within more recent versions of support-v4 as explained in this post. You must download and use later versions of the support library for this to work.
Happy to take a look in person if that doesn't help. Will review your project later tonight.
:+1: Congrats on completing the third project! Nice work overall. I have provided a detailed Project 3 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission.
Let us know if you have any other thoughts or questions about this assignment. Hopefully by now you feel pretty comfortable with all the major pieces to basic Android apps (Views, Controllers, Models, Authentication, API Communication, Preferences, ActionBar, et al) and see how they all fit together.
Finished the basic twitter client.
I had problems adding in the orm and the pull to refresh advanced features when I attempted them. For the ORM the project complained that it could not find the id specified in this line of code: @Table(name = "Items", id = BaseColumns._ID)
I attempted both pullToRefresh libraries that you have listed and for both the graphical layout tool complained that it couldn't initialize the class. I'm assuming this means some sort of pathing problem but I'm not sure.
If I could talk to you about these issues in person, I'd appreciate it.
Thanks,
--Kevin
/cc @nesquena