Skip to content

Android app used to convert images to posters for advertisement purposes

Notifications You must be signed in to change notification settings

vijayjangid2000/PosterMaker

Repository files navigation

PosterMaker

Poster making application

This apps converts images to posters for advertisements purposes.

App Flow:

  1. User select image from local storage.
  2. User set the information in the UserDetailsActivity.
  3. Click CreatePoster -> user can share that poster as a png to other users.
  4. That poster get saved in downloads folder.

You select image like this below:

Before

It gets converted like this:

After

Usage:

There is a poster Class, All you need to do is:

Poster poster = new Poster('filepaths'); // check the constructor.

poster.getLatestBitmap(); // it return the bitmap

About

Android app used to convert images to posters for advertisement purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages