dkoudlo / TwitterClient

0 stars 0 forks source link

Please Review #2

Open dkoudlo opened 10 years ago

dkoudlo commented 10 years ago

@nesquena all night trying to figure this out, went through all possible solutions. My tweets are loading intermittently and sometimes not loading at all, they did work fine with the action bar tabs, cant find what is the difference now. I wonder if it is because of the Dynamic ViewPager. I just spent debugging 8hrs straight and I am hoping for an extension to this homework. Wanted to play around with framework: unfortunately don't know it well enough. Please let me know if you have any ideas. I can finish the rest of it fairly quickly, just cant spend anymore time on this bug. Thank you

nesquena commented 10 years ago

Get the rest of the required user stories completed then other than that issue. Come see me before or after class today to look through this bug. If you cannot submit a version with required user stories tonight after reviewing the issues with me then I'd ask you to withdraw from the program.

nesquena commented 10 years ago

Also, should probably have asked me about it yesterday. Your problems are coming from a single line: https://github.com/dkoudlo/TwitterClient/blob/master/src/com/codepath/apps/mytwitterapp/fragments/TweetsListFragment.java#L58

Do you remember our discussions in class about this? If you were to get access to this list the correct way (not through the activity) your issues would be resolved. See if with the ViewPager (where the first 2 load at once) why this might be a problem with two pages trying to exist at the same time both trying to get access to the same ListView.