annazhang2002 / Parstagram

Parstagram is a photo sharing app, much like Instagram, using Parse as its backend, built in native android.
0 stars 0 forks source link
android-app instagram

Project 4 - Parstagram

Parstagram is a photo sharing app using Parse as its backend.

Time spent: 25 hours spent in total

User Stories

The following required functionality is completed:

The following stretch 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 talk about what the most efficient way to implement followers and following in the app
  2. I would also be interested in discussing how we can implement a direct message chat feature to the app.

Video Walkthrough

Here's a complete walkthrough of all implemented user stories:

Walkthrough

Here are shorter gifs of various user stories:

Login/Signup/Logout

Home feed (can like)

PostDetails (can comment)

User Profile (can follow, grid/list view)

Current User Profile (can edit profile)

Compose a new post (take picture and open gallery)

GIF created with LiceCap.

Credits

List an 3rd party libraries, icons, graphics, or other assets you used in your app.

Notes

I had some difficulty when I was trying to implement the followers and following feature because I learned that you can not write information to other user's followers lists for instance if they are not the current user. Otherwise, I also had a bit of trouble getting the profile posts to display in a gridview, so I had to learn myself how to use the GridLayoutManager.

License

Copyright [2020] [Anna Zhang]

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.