rahulkrsna / TweetBox

iOS course. Twitter Clone :: Network Authentication :: Session Management :: Data Persistence.
0 stars 0 forks source link

Project 5 - TweetBox

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

Time spent: 40 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. I would like to discuss how did everyone handle the particular tweet for which retweet or favourite option is selected.
  2. I would also like to discuss if anyone has made any network related optimizations.
  3. I would like to discuss the way the delegates are done from ViewController to UITableViewCell to handle the tap guesture from the imageView
  4. Auto Layouts is one area I am more comfortable now, the time I take to create views has reduced a lot. Initially I took few hours to desing one table cell, but now I am able to design the cell with auto layout in pretty quick time.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

  1. Working on Retweet and Favourite options, I took some time figuring out on how to achieve this. How to get the image updates done and how to maintain the status of current user selection and the count.
  2. Autolayout is another area where I had to spend considerable amount of time. I feel I am getting the feel of how to do it. The more I do it..
  3. Creating a delegate and using to pass the control back and forth in case of tap on imageview to show the user view
  4. Also there are few ocassions, where the task needs to be done, like the retweet operation has to be done from different views but it's the same functionality, Except for the api call I wasn't able to reuse the code. I wish I had time to think of a better design. Though I have completed the application, placing the similar code at multiple places isn't a thing that I didn't like. From next time I would try and think of a better design.

License

Copyright [2016] [Rahul Krishna Vasantham]

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.