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

Search results

  1. Sam Voss

    Google I/O 2012 Atendees

    Hey everyone! Is anyone else here going to Google I/O? I'm going to be attending but I'll be going by myself and was wondering if anyone would meet up with me there so I have someone else to hang with, talk programming with etc, I think it would be much more fun with a friend! Let me know!
  2. Sam Voss

    Need a Photoshop Document Made!

    Hey guys! I am a pretty good programmer, but I am hooorrrible at Photoshop, is there anyone here who can help? if you can help post or pm me; I have a drawing of what I would like already, its a banner for my website that is being redone. Thanks!
  3. Sam Voss

    Ultimath Tablet Support

    Hey everybody, I am the owner of XynTeq Development, I also am the lead developer on Ultimath, your ultimate math source. What I am doing right now is creating a more tablet-friendly application. The current layouts do not work well on tablets, but I've figured out a simple solution, however...
  4. Sam Voss

    Apps [XynTeq] Android Development Compatition

    Hey everyone! As I've noticed, I don't think this development comunity is quite developed enough (which is understandable, because its a HUGE forum) and I am the head of XynTeq Development, and I created forums for us to try and make an android development specific forum! We'd love to have...
  5. Sam Voss

    Apps [Tutorial] Testing Applications on your Phone

    Want to have a more organized area to develop? faster responses to questions? more android developers? well check out forums.xynteq.com, thats exactly what we're trying to do, so bear with us, and go ahead and ask questions, more than likely one of us will be able to answer it for you :)...
  6. Sam Voss

    Root changing ROMs

    Alright, this seems like it could be super easy and I'm just missing something. So I've changed ROMs about 5 times, but I've always done it through rom manager, but I also see you can put them on the root of your sd card and install from there like I did with dads eris. So, do you have to do...
  7. Sam Voss

    Apps Development Tutorials

    I couldnt help but notice that this forum has the description of "development tutorials" yet, its all questions and no tutorials. I think that we should have two different sections for this, both could be under Developer 101, but one be Tutorials and other be Questions. Also expanding on this...
  8. Sam Voss

    Ultimath [ultimate math tool]

    Hey everybody, I'm Sam, and I'm the developer of Ultimath, your source to all of your math needs, constantly being updated more and more! Because this application is now out of Alpha/Beta, I've created a post here, I will continue to update this post, as I do my updates, and I would love to hear...
  9. Sam Voss

    Apps Wait in a Double for loop

    Alright, so this seems pretty simplistic, but I need to "pause" a double for loop, until for example, a dialog box has been closed by clicking "okay". More specifically, I have a double for loop that will print out data, and I need to be able to, as the loops roll, input the number that I...
  10. Sam Voss

    Apps Getting text from..

    So I was wondering, how can you pull text from a website, or something such as twitter/rss feeds and put them into an app? I'm looking for a way that I can pull either a tweet/feed post(only the newest) into my application and show it for whoevers using it, any ideas? I really don't know...
  11. Sam Voss

    Apps Global [application-wide] Variables

    hey everybody, I have an idea on what I'm going to do with this, the logic behind it i'm pretty sure is solid, but I'm passing it by you all before trying it, for two reasons: 1, i'm tired so its not getting done tonight, and would like to see the responses to your ideas and 2, please let me...
  12. Sam Voss

    Apps Same menu different Activities

    Hey everyone, I'd like to know, is it possible to have the same menu run throughout an entire application? I'd like to just have one menu, as its all I need. Okay, so I'm sure someones going to bring this up, (see below) and if you do, before you just send me a link, explain to me how to do...
  13. Sam Voss

    Ultimath!

    Moved out of Alpha/Beta Ultimath Features: Number Converter (Binary, Decimal, Hexadecimal, Octal) Perimeter/Circumference/Area/Volume/Surface Area solvers Quadratic Formula (includes all fractal answers) Distance Formula (including midpoint) Miles/Kilometer conversion Temperature Converter...
  14. Sam Voss

    Apps Quick methods help

    Okay, so I've been working onto an application and I am trying to split the one java file into multiple, so, the problem I'm getting is that in the main, I typed Listener listener = new Listener(); After making a class called Listener, then putting an OnClick listener in the class, and in the...