Posts tagged: Android

Lexx Soundboard 0.3.4 Release

Updating this app to be able to set sound clips as notification tones was easier than I expected.  The way that it was originally built, it already saved the clips in a way that you could use them as notification sounds in the Android Sound Settings.  I only needed to add the logic to be able to set them as the default.

Secondly, I needed to change the way the select box works since from what I can see regular alert boxes only support three options (positive, neutral, negative).  Instead I implemented a list select box which would allow as many options as necessary.

Lexx Soundboard Request

I’m always happy to see a feature request from the android market, along with a few good reviews!  Most recently there was a request to save the sounds as a notification.  While it should be possible to do with a few work arounds, and a file management app, I don’t see why this feature shouldn’t be easy to implement now that it is possible to save the clips as ringtones.  Hopefully I’ll be able to have something to release by the end of this weekend.

Development Hardware / History

I’ve been interested in the emerging mobile platforms since I bought my first cell phone in 2004.  At that point in time, carriers had nearly full reign of what applications a device would or would not have.  Fortunately, I’ve always been the type to get the most out of my hardware which, for better or worse, usually involves warranty voiding shenanigans to work around the barriers. Read more »

Lexx Soundboard 0.3.2 Release

I’m happy to announce the release of this new version of the Lexx Soundboard containing sound clips from season 1 episode 2 “Super Nova” now available in the android market.  Now that the road is paved with all the content converted into individual video files, episode 3 “Eating Pattern” should be a much simpler task.

Onto the more technical side of thing, there  was able to fix a minor bug which with the method I was using to play the audio files which didn’t output any visible error message in the app, but it caught my eye in the development debugger.  This would only happen the first time a sound clip was played because of a missing check to make sure the media player was actually running before having it stop the previous clip.

Bridgekeeper Pitfalls and Progress

Coming back to a project I haven’t touched in six months was almost like looking at someone else’s code for the first time.  But after a some strategic archaeology, I was able to uncover the general idea of how everything was supposed to work, and remember my original basic plan.  While the app did run (somehow) there were a few major corrections to start off the resurrection.

  • The Player was walking in fast-forward speed  – The animation code was running in two places..
  • The Player sometimes continued to walk in place when it reached its destination time – the animation would only stop if the endpoint was an even pixel number.
  • The Player attacking animation wouldn’t repeat – the stop event was firing every frame the Player wasn’t in motion.

Bridgekeeper Introduction

Bridgekeeper was the first android app that I started working from scratch early in 2011.  This is a game based on the original Bridgekeeper game I developed with GameMaker which had two major releases begining in 2001.  It was a minigame based on an MMORPG called NexusTK.  Between a 2002 a  game graphics patch and better programming skills, a second version was in order.  Exactly ten years later I rediscovered this game in an archive folder, and decided to try and build it once more on a mobile platform.  This proved to be a little more challenging than I expected, so it sat on the back-burner which allowed me to release my first app (Lexx Soundboard) to be completed(?) and released into the Android market.

 

Lexx Soundboard 0.3.0 Release

A very obvious feature came across my feedback email earlier this week;  the ability to save the sound clips as ringtones.  I did some research on android forums and websites too see how other people may have been implementing this feature.  Fortunately enough for me, it wasn’t very difficult.  For this release, there is a new event for long presses on the sound buttons that opens a popup window for saving to your phone/memory card.

Lexx Soundboard 0.2.4 Release

By popular request (three, but hey I’ll take it!) “Yo Way Yo” has been added to the soundboard under the title “Brunnen-G”.  I am currently in the process of adding another batch of clips, and hopefully an interface upgrade in the near future.  As always, feel free to send requests to !

Update (12-12-2011): I received one more request to be able to save the sound clips as ringtones.  I believe this is a reasonable feature, and will look into deploying it.

Lexx Soundboard 0.2.3 Release

There was a problem with some devices handling the way the sound clip was playing which caused some phones to force close.  Fortunately the solution is also a good added feature to stop the current clip before playing the next.  The android market’s force close report is extremely helpful for developers, so if you ever encounter one in any app, do the creator a favor take the time to click report!

Lexx Soundboard 0.2.2 Release

First of all, I’m glad to see people still interested in Lexx!  If you don’t know what Lexx is, Hulu has full episodes for the watching, make it through few and you just might catch the bug.  I’ve been trying to get into the android app development for a little while now, and thought I’d try my luck with a soundboard side project.  Please keep in mind that this current version is more of a prototype right now than anything.  I’ll post the clips I’ve made soon, but if there are any suggestions as to what clips I should add, I’d definitely appreciate the feedback.

Read more »

WordPress Themes