Skip to content

Android app cloning Instagram basic features, using Parse authentication to allow users create new account, sign-up/sign-in, take photos, and upload post with photo and caption

Notifications You must be signed in to change notification settings

linhtran2407/InstagramClone

Repository files navigation

Instagram Clone - Part 1

Instagram Clone is a photo sharing app similar to Instagram but using Parse as its backend.

Language used: Java

User Stories

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

Video Walkthrough

Here's a walkthrough of implemented user stories:


GIF created with LiceCap.

Open-source libraries used

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

Instagram Clone - Part 2

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 feature is implemented:

  • User sees app icon in home screen and styled bottom navigation view

Video Walkthrough

Here's a walkthrough of implemented user stories:


GIF created with LiceCap.

License

This is a project from CodePath Android app development course.

About

Android app cloning Instagram basic features, using Parse authentication to allow users create new account, sign-up/sign-in, take photos, and upload post with photo and caption

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages