• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. jonbonazza

    Apps App Dev/Developer 101 forum merge

    We decided that there was really no point in separating these two forums, so they are now merged. Please be sure to post all development related threads, such as development questions, tutorials, etc..., in this forum. Also, due to the sheer number of stickies in both of the merged forums, we...
  2. jonbonazza

    Ever wondered what an iphone 4 would look like after being hit with 6 .38 special rounds?

    It looks something like this. (Shot with a Taurus revolver)
  3. jonbonazza

    Apps New to programming? Read here.

    We have had an influx of threads lately regarding users who are new to programming and are unsure of what to do next. I would like to keep all of these posts in one place and have decided to assign one such thead as the official New to Programming thread. Please post all such questions (NOT...
  4. jonbonazza

    Apps Android App Development Forum Reorganization

    I just want to let everyone know that we are currently working on going through the posts in this neck of the woods and putting them in their correct places. We feel this is important due to this section's referential nature. While this process is going on, old (sometimes VERY old) posts will be...
  5. jonbonazza

    Developer 101 description not accurately named.

    The description of the Developer 101 section is labled, " 101 Tutorials," however this is not accurate as we have been trying to also keep all of the beginner questions, such as those related to the ADT or Eclipse, in Dev 101. I think that this description should be reconsidered. Thanks, Jon
  6. jonbonazza

    Apps A number of popular c++ libraries ported to android

    I have created a public github repository that includes a number of popular open source C and C++ libraries that I have ported to android. The github page can be found here: https://github.com/jonbonazza/common-android-native-libs Currently, the following libraries are included: -FreeImage -...
  7. jonbonazza

    Legend of the Dragoon--PSN

    For anyone with a PS3 and/or PSP, Legend of the Dragoon will be released tomorrow (May 1st) for the PSN. This is my vote for the best RPG of all time and I HIGHLY recommend any RPG fans out there who can play it to do so. I promise you will NOT be disappointed!
  8. jonbonazza

    Please read first.

    All, The intent of this forum is for general discussion of the applications available on the Play Store (Formerly Android Market). It is not intended to be used for application announcements. If you have an app that you would like to announce and/or display to the public, please place it in the...
  9. jonbonazza

    Ubuntu booted from USB

    Well, I have been a long time linux user, spinning everything from SlackWare to Ubuntu, but I realized the other night that I have never attempted to make a live, persistent USB install, so I decided to devote last evening to doing just that. The good: Ubuntu makes liveUSBs and LiveCDs a...
  10. jonbonazza

    Apps Please don't ask "How do I make this app?" questsions

    As Android becomes more and more popular, it seems that this forum is seeing more and more questions such as, "I want to make XXX app. How do I do it?" Sometimes (albeit very rarely) these kind of questions can be answered with a relatively short response, however almost always, these...
  11. jonbonazza

    Apps Unity for Android free until April 8th!

    Just a heads up. Unity Technologies is giving away their Unity for Mobile Basic pack (Includes Unity for Android Basic and Unity for iPhone/iPad Basic) for free until April 8th! Servers are currently hit hard and accessing the store seems impossible at the moment, but I thought I would let...
  12. jonbonazza

    Apps Open Source Android Toolkit

    I am currently working on an open source collection of Android APIs that will be collected into a toolkit. Essentially, this toolkit is intended to ease coding pains for developers by simplifying things such as network operations, file operations, etc.. What I need from you guys is a list...
  13. jonbonazza

    [Tool] Nebula2D -- 2D Game Engine for mobile devices and desktop

    Hello all! I just wanted to let everyone know that I have been hard at work developing a generic 2D game engine for mobile devices as well as desktop platforms. The engine consists of a front-end GUI for editing of scenes and scripts, while the back-end engine is compiled with your scripts and...
  14. jonbonazza

    Apps Official Bonafide Blog -- Now Live!

    As great as the android development community is, we thought that it would be a great idea to set up a blog that caters to you all. We will post tutorials and helpful insight in the programming world, as well as in the graphic design world. Check it out here: Bonafide Blog - Official Blog of...
  15. jonbonazza

    Apps Open Source Game Engine - Looking For Devs

    All, I was hoping to develop this for use with our (Bonafide Software) current project, Clockwork Rune, but time simply did not permit it, so we opted to use Unity instead. With that said, any of you who have worked on video games in the past know exactly how important an engine is to the...
  16. jonbonazza

    Official Clockwork Rune Announcement Thread

    This is essentially a continuation of THIS thread. Now that we have actually begun development of the game, I thought that it would be best to create a new thread along with it. We will use this thread to continually update everyone on the status of the game (which is coming along nicely I might...
  17. jonbonazza

    Lotro f2p!

    LoTR Online is now free to play if anyone is interested. Head over to The Lord of the Rings Online - Play for Free! to download the client and register a free account.
  18. jonbonazza

    3D MMORPG soon to be under development

    Hello, I represent Bonafide Software. We are a new company entering the world of Mobile application and game development. As of right now, we currently only develop for the Android OS, however we eventually plan to branch out to the iOS as well. At any rate, so far we have 3 projects under way...
  19. jonbonazza

    Apps problems inserting into online database

    ok, so an app I am working on needs to read from an online database and display the results dynamically. This works fine, but then when I press a button in my UI, I need it to add a new row into the same database. When I test the app and click the button, it doesn't throw any exceptions or...
  20. jonbonazza

    Video card decision help

    Ok, so I am about to build a really nice gameing rig here soon and I need some help deciding on a video card setup. The mobo I will be using supports CrossfireX and I was wondering, should I go with a single nVidia card or make use of the CrossfireX and go with two ATI cards? nVida cards are...
  21. jonbonazza

    Apps More bluetooth woes.

    Ok, well, thanks to the help of a fellow developer from another forum who is having a similar issue, I was able to get a little further with this. Basically, I have a J2SE app running on a PC that is broadcasting a string of text over bluetooth (This functionality is working fine. The string is...
  22. jonbonazza

    Root Market issues...

    Ok, so I know that this HAS to have been answered a millionn times over, but I have been searching for a couple hours now and haven't been able to find anything. After flashing with CM6, I noticed that all of my apps are not listed under "downloads" in the market. I really need them all there so...
  23. jonbonazza

    So with 2.2 comeing soon....

    Should I stick with the CM6 ROM or use the official ROM?
  24. jonbonazza

    Apps Problem parsing file

    Ok, so I am not sure if my problem is spawning from my parsing method or from the thread that contains it, but for some reason, once the file is downloaded, the parsing method doesn't even seem to be called. My app receives a file via bluetooth and is *supposed* to parse it's contents and...