Menu

























Android Development
Air Horn and Other Loud Sounds

Information about this project:
On Google Play | v3.60 - 2024-07-09
On Amazon Appstore | 8/18/2015
This project was developed using the same engine as the Popping Wrap Game. The framework is actually supposed to be for game development. But it works so well at playing sounds, it seemed perfect for something as simple as this. And make no mistake, this app is about as simple as it gets. Its only purpose is to play loud annoying sounds. My intention is to use it all school year to wake up my kids. It's gonna be awesome!
I usually have to make some excuse for large screen support. But not this time. This app looks exactly the same no matter what device you run it on. The technical reason for this is that my apps normally use an XML based layout that dictates what the screen looks like. This is a problem as the XML is always interpreted differently by each device. So it may look great on a small to medium phone, but looks terrible on a 10" tablet. This framework uses no XML at all. It's entirely generated in Java, using a Framebuffer. This is part of the reason that the framework is so flexible. All the overhead from the XML is totally removed. The screen is set up, and will automatically scale to fit anything.
Download:
From Google Play
From Amazon Appstore
Local version. Follow instructions on previous page.
Also... Check out this Facebook page I'm working on, to get developers to trade ideas
