Poster making application
This apps converts images to posters for advertisements purposes.
App Flow:
- User select image from local storage.
- User set the information in the UserDetailsActivity.
- Click CreatePoster -> user can share that poster as a png to other users.
- That poster get saved in downloads folder.
You select image like this below:
It gets converted like this:
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