Skip to content

IRMobydick/Android-Emoji-Camera-Photo

 
 

Repository files navigation

Android-Emoji-Camera-Photo

source code for https://play.google.com/store/apps/details?id=betcheg.emojicameramontage

## Description

Example montage

Emoji Camera Photo is an Android application that let the user create montages with emojis and edit photos, with an intuitive drag and drop interface.

The user selects the emoji in the slider menu, resize it and rotate it thanks to 2 SeekBars, and drag it to the position of his choice.

The user can finally save his chef-d-oeuvre in his phone gallery.

## Creating process

The application logic is fairly similar to the one used it my other application "MLG Montage Parody", but this time i had to process with much more images (more than a hundred).

In order to make it, I created a shell script that search for every PNG's in a given repository, and generate a correct source code so I don't have anything more to do ( in the shellscript/ repository).

It really help during debug developpement, and saved me tons of times (but the generated code is a bit harder to read, sorry, but I tried my best to make it organized and readable) :x ).

The final source code was then made "github-readable", so that it could be understood by anyone not familiar with the code, so the code generated by the shell script is not 100% the one you'll find in app/...

In fact, before commiting I deleted all the debug values used in the generated code, and tried to make it mostly english insteed of french.

## Special thanks

I'd like to thanks the authors of the following library I used in my app:

## Screenshots

Screen One Screen Two Screen Three

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.0%
  • Shell 26.0%