Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akshaymogaveera/connect-android


https://github.com/akshaymogaveera/connect-android

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Connect
### Android
## Watch the demo of the Connect application! (Click on the image below)

### Overview
1) Connect is a simple social networking application which is completely secure.
2) Users can register and get started in few minutes.
3) Simple way to share your amazing photographs with all your friends.
4) Your friends can interact with the posts by liking or commenting on it.
5) Search your colleagues on this wonderful platform and add them to your friends.
6) See the posts shared by your friends on the feed and also get notifications for all the interactions happening on your posts.
8) To use app you need to first setup the Django backend and connect with the Android app.

### Working
1) Android App uses REST API's for all it's task.
2) User is authenticated via JWT token which is stored locally. If the token is expired, the user is asked to login.

## Navigate to Django Backend repo