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

Search results

  1. X

    Apps onCreateOptionsMenu with ListviewActivity

    I'm trying to learn Android Programming by making a simple listing app, but I've hit a brick wall very early in my learning. I have a new project in which I've put in a basic onCreateOptionsMenu sub which works fine. Then, because I want a listview in my GUI I change my activity to extend...
  2. X

    Apps integers to bytes

    Hi all, I'm new to Java programming, coming from VB6 programming many years back. I'm trying to send a HCI command, but the params are sent as bytes and I can't seem to get the integer I want to send to form the correct bytes. my example integer is 974 which when using hcidump is...
  3. X

    Apps Eclipse unusable...

    I've set up eclipse with the SDK and everything was fine until I started trying to do anything. The simplest things like clicking from XML view to Layout view cause Eclipse to crash or error and freeze. I was so eager and excited to start developing for android but now I just want to forget...