ilentt / TwitterClient

The simple Twitter client that supports viewing a Twitter timeline and composing a new tweet.
0 stars 0 forks source link

Week 3 Project: Simple Twitter Client #1

Open ilentt opened 8 years ago

ilentt commented 8 years ago

Here is my submission homework assignment! I still completing my assignment in next two hours. I will notify you when everything are completed. Thank you.

/cc coderschoolreview

chug2k commented 8 years ago

/cc @coderschoolreview

ilentt commented 8 years ago

@chug2k

I am apology I have some stuck on my device and can not submit my assignment right now. I am trying and will notify you when to completing it.

Thank you.

hoanle commented 8 years ago

@ilentt : Is there anything i can help?

ilentt commented 8 years ago

@hoanle My problem has solved, I am trying to complete my assignment soon and will notify you when it on done(expected in this week). Sorry for my delay.

Thank you.

hoanle commented 8 years ago

@ilentt : How is it going? I still see empty project

ilentt commented 8 years ago

@hoanle I am still working, I plan will complete on Friday. Sorry Hoan.

chug2k commented 8 years ago

@ilentt if you do not submit by midnight tonight, I will withdraw you from the course. I try to be understanding of small problems, but this is too much delay and you have not been clear about when you will submit. Please message or email me if you have any other questions.

ilentt commented 8 years ago

@chug2k I apologize for the delay and any inconvenience this may cause. I am trying submitting an assignment on time. Thank you.

hoanle commented 8 years ago

@ilentt

I saw your commit. Your project does not have the libs folder which contains several libraries used in the app. That's why app can not run now.

Please start with cloning this https://github.com/codepath/android-rest-client-template.git or downloading this https://github.com/codepath/android-rest-client-template/archive/master.zip

and use it to code.

Or you can download their libs folder https://github.com/codepath/android-rest-client-template/tree/master/app/libs

and put it in your project so that you can use several classes and functions (Such as OAuthBaseClient, OAuthLoginActionBarActivity...)

Pm me if you have any question

ilentt commented 8 years ago

@hoanle I just update the lib folder. However App is crashed, I am still fixing bug. Right now you can go to bed, at the morning when you wake up I will complete assignment for you. Thanks for your patience.

hoanle commented 8 years ago

@ilentt

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

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.