Project 1 - Tweeter
Tweeter is a simple Twitter client app for android
Submitted by: Ashok Srinivasa Murthy
Time spent: 24 hours spent in total
User Stories
The following required functionality is completed:
- [X] User can sign in to Twitter using OAuth login
- [X] User can view the tweets from their home timeline
- [X] User can compose a new tweet
- [X] User can switch between Timeline and Mention views using tabs.
- [X] User can view their home timeline tweets.
- [X] User can view the recent mentions of their username.
- [X] User can navigate to view their own profile
- [X] User can see picture, tagline, # of followers, # of following, and tweets on their profile.
- [X] User can click on the profile image in any tweet to see another user's profile.
- [X] User can see picture, tagline, # of followers, # of following, and tweets of clicked user.
- [X] Profile view should include that user's timeline
- [X] User can infinitely paginate any of these timelines (home, mentions, user) by scrolling to the bottom
Video Walkthrough
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Notes
License
Copyright [yyyy] [name of copyright owner]
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.