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

Search results

  1. G

    Apps how to start camera flash

    Hi guys I tried to start the camera flash for an app I'm doing but I don't understand why it isn't working. What did I do wrong? here is the code: import android.app.Activity; import android.hardware.Camera; import android.hardware.Camera.Parameters; import android.os.Bundle; import...
  2. G

    Apps How do I start making game for Android?

    Hi I decided to make some games for the android o.s I already know how to make android application and I already know Java. The game I want to do are simple 2D game... The hardest I want to do for now is a Super Mario like game. By the way, I have no idea about how can I start doing...
  3. G

    Apps How to communicate between android and pc?

    Hi guys I need to communicate between android and pc to use a java application (Made by me). How can I connect pc and android phone and then use the function of my application? Thanks...