Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.