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

Search results

  1. C

    Apps Help with implemented AdMob Android without XML

    Hey there people, I have a massive question to ask as I am really stuck on this and it would be create to get ads on my free application, ok first off I have been following this book Beginning Android games 2011 Beginning Android Games Now this book implements a very nice and...
  2. C

    Sphere Factor

    Hey guys, I would just like to announce my game called Sphere Factor which I have released today on the Google Store for a 50p in England (prices may change of course in different countries). It is a simple yet addictive break-out game which nice graphics, 8bit sounds and cool music. If you...
  3. C

    Apps My UDP application host lags very badly

    I've been working on a UDP android server for some time, and at last, it works, it allows multiple clients to connect, they can move their block around the screen, and everyone connected can see, but my issue is, when a client moves it is instant on their screen, but on another clients screen...
  4. C

    Android multicast server with WiFi hot spot help

    Hello there people, I'm trying to create a simple android application that uses the WiFi Hot Spot and Multicast, but I have no idea where to start and I can't find any examples or tutorials, I have the application ready and the user can move a cube around, can I just start a Multicast server...
  5. C

    Apps 2D RPG game P2P or Client Server?

    Hey guys, I'm going to creating an Android App where 4 players can connect together and play the game together, now the connection is most probably going to be bluetooth, quicker and my app wont be using a online server. But I'm trying to work out which would be best, P2P or client server, a...
  6. C

    XML or JSON

    Hey guys, I'm planning to create a multiplayer application where one player hosts the game, and 3 others can join up, but I'm having problems with which language i should use...JSON or XML, i have heard in some threads and papers that XML is bigger and is slower to send to other devices, but...
  7. C

    Android app for Mobile and Tablet?

    Hey guys, just a quick question, do the applications for mobile devices work on android based tablet devices? If yes what is the lowest API level you can develop a tablet application at? 1.6? Canvas
  8. C

    Apps Bluetooth Android Tutorial?

    Hey there people, I'm looking for a tutorial on bluetooth networking, I'm going to make a multiplayer 2D rpg game on Android, where 1 player is the host while 3 others connect to him, I want to use bluetooth to send the information on player locations, monster locations bla bla bla, a game...
  9. C

    iPhone sdk cost?

    Hey guys, I'm trying to find out how much it costs to actually release an app on the iPhone store, for example I don't want to hire a team or any of that crap, I want to develop an app on my own and then release it for sale, how much does the developer kit and stuff cost? I can't find it...
  10. C

    Apps Latency and Wifi protocal

    Hey guys, im new :D just want to first say Hello. Now I'm planning to create a top down 2D rpg game for android for my final year project, this will allow the user to move around with the touch screen and attack using the touch screen, the user can also perform spells by drawing a letter or a...