Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingchili/onegram-android
Image sharing platform client for Android
https://github.com/codingchili/onegram-android
android image-sharing-app nodejs rest
Last synced: 1 day ago
JSON representation
Image sharing platform client for Android
- Host: GitHub
- URL: https://github.com/codingchili/onegram-android
- Owner: codingchili
- License: mit
- Created: 2015-08-28T09:17:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T16:34:00.000Z (over 5 years ago)
- Last Synced: 2024-10-27T18:48:31.083Z (about 2 months ago)
- Topics: android, image-sharing-app, nodejs, rest
- Language: Java
- Homepage:
- Size: 543 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Onegram for Android
Onegram is an Android application for unrestricted image sharing. [YouTube demo](https://www.youtube.com/watch?v=86SiHCIcKv0)
# Background
Onegram is an Android application for image sharing backed by a NodeJS server. It resembles Instagram in some ways but allows users to save other users uploads in their gallery. It's also possible to save any image from the application to the device. There is support for applying filters to uploaded photos, to make them look really good. or plain horrible, because some features do just that.
# Features
- upload images and share with the world.
- save others uploads into the users gallery.
- index and search by #tags.
- save any image to the local device.
- central user authentication.
- async loading of images.# How to build?
Probably gradle?```groovy
gradle build
```Android studio can help with that.
# Run your own server?
Please see [onegram-server](https://github.com/codingchili/onegram-server) repository.
Please make sure to not host any illegal content.