Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

Onegram for Android

Onegram is an Android application for unrestricted image sharing. YouTube demo

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?

gradle build

Android studio can help with that.

Run your own server?

Please see onegram-server repository.

Please make sure to not host any illegal content.