11/16/2013 Google Android Hackathon - A meme generator of before and after sharable cameraphone pics.
- Java 100%
| Baa | ||
| gradle/wrapper | ||
| samples | ||
| .gitignore | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Before And After
###From the 11/16/2013 Google Android Hackathon
A meme generator of before and after sharable cameraphone pics
written in a hurry between 8:30AM and 4PM in a big strange crowded room with lots of distractions...
- Prompts the user to take a 'before' pic and an 'after' pic.
- The pictures are then merged into a single image with BEFORE and AFTER captions.
- The picture is in the Android Gallery and is sharable from within the app from the menubar.
That's it!
The code is a demo of
- calling a camera via Intent
- getting the images
- displaying images
- scaling images and drawaing them on another canvas
- notifying Android to include the pics in a scan so that they show in 'Gallery'
Issues
- the share menu item shows up but doesn't respond to touching
- the menu is hard to touch even if it did respond due to the fullscreen toggle
Todo:
I stopped coding at the 'pencils down' time at the hackathon and don't intend to do any more but if I did continue I'd add the following features:
- Inspect the image area the text is targetted and make the text color contrast. IE white on black and black on white.
- Center captions
- fix share menu
- add sounds
- add a side-by-side picture taking prompts layout for horizontal view and let user touch the pic placeholder they are about to take.
