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

Search results

  1. R

    Apps Creating Text Boxes with Rounded edges.

    Hello all, What I am attempting to do is create several rounded rectangles which are clickable and they will then expand to full screen and have non-editable text in them. The Image below may be of some assistance. As you can see, I have a mobile phone screen indicated within the black...
  2. R

    Apps Http get/Post request

    Attempting to do a Http Post or a Get to a php web service. Currently returning JSON Object. I think my PhP is in order as if you go to Lycos Tripod - 404 Error it will give you the JSON response. The Php code below is currently setup for a Get request. <?php require...
  3. R

    Apps FPS - 2D graphics game.

    Hi guys, I have started making the classic game Snake, currently got the bog standard version of the game working using the 2d graphics library. The problem i'm having is that the game gets very laggy as the snake begins to grow. to the point where it is unplayable. My code is based...