Instagram Clone is a photo sharing app similar to Instagram but using Parse as its backend.
Language used: Java
The following required functionality is completed:
- User can sign up to create a new account using Parse authentication.
- User can log in and log out of his or her account.
- The current signed in user is persisted across app restarts.
- User can take a photo, add a caption, and post it to "Instagram".
The following optional features is implemented:
- User sees app icon in home screen and styled bottom navigation view
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
- Glide - Image loading and caching library for Android
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 feature is implemented:
- User sees app icon in home screen and styled bottom navigation view
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
This is a project from CodePath Android app development course.