You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why my offline tweets are limited to 1-4 tweets and they still remain the same for hours (although new online tweets were created while I was doing this)
The text was updated successfully, but these errors were encountered:
👍 Great work. A few notes after checking out the code:
Good to see you were able to format the timestamp cleanly
Nice to see you used the SwipeRefreshLayout for easy timeline refreshes
Good to see you added the tweet to the home timeline after you posted new on compose
Nice touch with the character count being displayed while the user composes a tweet
Glad to see you made the compose activity into a dialog instead
Good to see you added ActiveAndroid annotations to the models
Good to see you added ActiveAndroid annotations to the models
Reply does not work. Is it just composing a new Tweet?
Storing database to local does not work correctly. Only 1 record display when re-activate the internet and pull to refresh the list. The list also display wrong order
setRelativeTimeAgo in adapter should be elsewhere, same with isOnline. Put them in some Util class to use globally
You have used ButterKnife, it not only provide Bind but also provide OnClick and other annotation. Use them
Why not use Gson or Jackson?
Here's 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, ActionBar, Navigation, Models, Authentication, API Communication, Persistence, et al) and see how they all fit together. We are close now to a turning point in the course where you should be hitting a "critical mass" towards your knowledge of Android.
My app is complete. Please review. /cc @hoanle @coderschoolreview
I don't know why my offline tweets are limited to 1-4 tweets and they still remain the same for hours (although new online tweets were created while I was doing this)
The text was updated successfully, but these errors were encountered: