vkarmarkar / Bootcamp

Android CodePath
0 stars 0 forks source link

Twitter client redux #4

Open vkarmarkar opened 10 years ago

vkarmarkar commented 10 years ago

Mandatory user stories completed. Was swamped with work so could not do too much.

Open issue - When i click the image of a user on the home time line, i am passing the screen_name to pull his user profile and tweets. However, a different user's data is getting displayed and i am not able to figure out the connection.

@nesquena

nesquena commented 10 years ago

Check the helpful hints guide for this issue. This is a key learning of the homework. Check the tip that explains you want to set the click in the adapter and set the user in the imageView tag. Let me know when you fix this issue.

vkarmarkar commented 10 years ago

Ok. I will do that. But I am out right now so will miss the deadline of 10 pm.

-------- Original message -------- From: Nathan Esquenazi notifications@github.com Date: 02/11/2014 9:21 PM (GMT-08:00) To: vkarmarkar/Bootcamp Bootcamp@noreply.github.com Cc: "Karmarkar, Vinay" vkarmarkar@ebay.com Subject: Re: [Bootcamp] Twitter client redux (#4)

Check the helpful hints guide for this issue. This is a key learning of the homework. Check the tip that explains you want to set the click in the adapter and set the user in the imageView tag. Let me know when you fix this issue. — Nathan Esquenazi CodePath Co-founder http://thecodepath.com

On Tue, Feb 11, 2014 at 7:31 PM, vkarmarkar notifications@github.com wrote:

Mandatory user stories completed. Was swamped with work so could not do too much. Open issue - When i click the image of a user on the home time line, i am passing the screen_name to pull his user profile and tweets. However, a different user's data is getting displayed and i am not able to figure out the connection.

@nesquena

Reply to this email directly or view it on GitHub: https://github.com/vkarmarkar/Bootcamp/issues/4

— Reply to this email directly or view it on GitHubhttps://github.com/vkarmarkar/Bootcamp/issues/4#issuecomment-34839976.

nesquena commented 10 years ago

Sure please re-submit before class tomorrow.

vkarmarkar commented 10 years ago

Done. Such a small change but so much effective. @nesquena

nesquena commented 10 years ago

:+1: nice work overall. A few notes after checking out the code:

Here's a detailed Project 4 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 might be able to improve your submission.

This week (Week 5), we are going to cover the last major piece to the Android puzzle and that is using the hardware and SDK components such as the camera, photo gallery, location, maps, etc. After that, Week 6 and week 7 we will be covering a few important intermediate topics such as more about styling and animation as well as testing.

Week 9 (March 10th), we are going to have a demo day to celebrate the progress you've all made with our next batch of Android students and multiple companies attending to see the group projects that you all have built. We are going to help however we can over the next few weeks to get the team project apps in shape for that.