Recent content by railkill

  1. R

    [FREE] Stabilizer - A Reflex/Focus Game

    Hi! I've just developed my first app on Google Play Store. This is a solo project done during my free time, all coding art and sounds are by me. I'd appreciate it if you give it a try! It's a challenging game - it gets really difficult when your score reaches more than 10. Try and score 15! :D...
  2. R

    How to get leaderboards using html.

    setting up yourself is way too much work, it's not just about HTTP POST requests, but you also must setup authentication tokens so that people can't just send requests from anywhere. Google Play Services uses OAuth 2.0 for this, and it makes sure everything is good to go, you should use it. it's...
  3. R

    Auto hyperlinks?

    you can use regular expressions to define custom patterns, then search for words that match that regex. i dont quite understand your question too... are you trying to make an app that searches gmail and change all matched words into links that launch your app? that's impossible for security...
  4. R

    Beginner tips on porting to Android?

    for #3, you don't have to worry about testing on different versions, it should work as long as you specify the API Level. your IDE should tell you if you have codes that cannot be supported. as for memory, you can test it on an emulator with the lowest setting that you feel, it should be fine...
  5. R

    Learning Java app

    there are no good apps that teach you how to program for now. you're better off learning Java from codecademy or something. once you have a good grasp of Java and OOP, you should have no problems learning how to develop apps in Eclipse!
  6. R

    Do I have spyware?

    Re: spyware or what the heck the spyware could be named "Software Update", there are some apps like that. if this is activated by such an app, then yes it could be dangerous... try to force close and disable it and see what happens
  7. R

    Why isn't my phone booting?

    you should always have backup! use your backup utility to recover your previous ROM, and try again. some ROMs may not be compatible with your phone.
  8. R

    Android programming

    to program android apps for a start, download the Eclipse ADT bundle! if you have some experience in Java, you should be able to learn and progress quickly.
  9. R

    How to change IP when connected to wifi on Jellybean?

    you should be able to manually assign your preferred IP address even without root. maybe your router is assigning a static IP to your phone, so you can't change it?
  10. R

    So much Sony hate?

    i don't really feel much Sony hate here, Sony is great!
  11. R

    Hello!

    Hi everyone! I've recently bought a new Android phone. I was previously using Symbian, a very old phone... glad I finally switched and it changed my life!