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

Search results

  1. Ü

    Apps Emulator won't show app

    I'm trying to run a simple application I' been putting together. This is what I did. There's no error messages in the Eclipse/Android console. Created an android project Tinkered a bit with the xml file in layout/ to see if I could display it. Run as Android application. The emulator I chose...
  2. Ü

    Apps Screen size

    I'm developing my first android application and I don't know what screen size to optimize for. Filling the screen is no problem, on the contrary I'm concerned that my app is going to be to dense or bloated. Is there maybe a rule of thumb when it comes to how many touch buttons to place in a row?
  3. Ü

    Apps Can't make drawable xml

    I read about gradient buttons rendered by xml. When I try to do it myself I get stuck. This is what I tried, setting up a resource xml: Make a folder called drawable like this res/drawable [New] -> [Other] -> [android/android XML file] and clicked Next Now doing name.xml, clicking drawable...
  4. Ü

    Apps First post - Noob questions

    I'm totally fresh as an android developer and now after some days of tinkering, in Eclipse, I've got some questions. Layout - I'd like to set up a bunch of buttons in an tidy manner. Lets say I have buttons and I like to arrange them like 5x5 buttons, 5 rows 5 columns. But I don't have a clue...