anjlal / TwitterDemo

0 stars 0 forks source link

Project 3 - Twitter Demo

Twitter Demo is a basic twitter app to read and compose tweets from the Twitter API.

Time spent: 30+ hours spent in total

User Stories

The following required functionality is completed:

The following optional features are implemented:

The following additional features are implemented:

[x] Spent time adding additonal logic to the character limit.

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

  1. I'd like to spend more time on delegates -- they seem to be powerful and I want to make sure I'm leveraging them appropriately.
  2. I'd like to discuss best practices for inserting animations.

Video Walkthrough

Here's a walkthrough of implemented user stories:

alt tag

GIF created with LiceCap.

Notes

I wasn't able to successfully unretweet in the detail view if a tweet had been retweeted in the timeline; I'd like to explore that more. Overall, I spent more time on UI as compared to previous projects (especially auto-layout) and feel like I understand delegates better. Also I was able to get the composed tweet to show up without having to make a newtwork call, but I think something broke in between now and then. I will fix.

Project 4 - Twitter Redux

Time spent: 20+ hours spent in total

User Stories

The following required functionality is completed:

The following optional features are implemented:

The following additional features are implemented:

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

  1. Animations
  2. Passing data around

Video Walkthrough

Here's a walkthrough of implemented user stories:

alt tag

GIF created with LiceCap.

Notes

The thing that took me the longest was around the various ways of passing data between view controllers and when to use navigation controllers -- I think I have a better understanding but still have not fully grasped all the nuances between the various approaches. For example, I played around with Notifications but they didn't always work as expected. I also wish I had created a xib file for some of my cells earlier on -- that would have saved me time. I'm really eager to get the stretchy header to work, so I will continue iterating on it.

License

Copyright [2017] [Angie Lal]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.