DariusGarcia / Instapic

Instapic is an Android mobile photo sharing app similar to Instagram. Uses Back4App for the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instapic

Instapic is a native Android mobile app that is a photo sharing app similar to Instagram, but uses Back4App as its backend.

User Stories

The following required functionality is completed:

  • User can view the last 20 posts submitted to "Instagram".
  • The user should switch between different tabs - viewing all posts (feed view), compose (capture photos form camera) and profile tabs (posts made) using fragments and a Bottom Navigation View. (2 points)
  • User can pull to refresh the last 20 posts submitted to "Instagram".

The following optional features are implemented:

  • User sees app icon in home screen and styled bottom navigation view
  • Style the feed to look like the real Instagram feed.
  • User can load more posts once he or she reaches the bottom of the feed using infinite scrolling.
  • Show the username and creation time for each post.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

Open-source libraries used

  • Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
  • Glide - Image loading and caching library for Android

License

MIT License

Copyright (c) 2023 Darius Garcia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Instapic is an Android mobile photo sharing app similar to Instagram. Uses Back4App for the database.

License:MIT License


Languages

Language:Kotlin 100.0%