Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaymogaveera/connect-android
https://github.com/akshaymogaveera/connect-android
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshaymogaveera/connect-android
- Owner: akshaymogaveera
- Created: 2020-08-17T15:36:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T17:10:28.000Z (over 3 years ago)
- Last Synced: 2024-10-27T02:20:09.860Z (about 2 months ago)
- Language: Java
- Size: 15.7 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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