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

Search results

  1. P

    Apps sqlite storage

    I've used sqlite in a Windows C/C++ environment before so I'm familiar with it but new to using it in the Android environment. Looking at some tutorials like Android SQLite Basics: creating and using a database, and working with sqlite3 | Screaming Penguin on how to use it and it seems pretty...
  2. P

    Apps Placing controls

    I used to .NET programming where I can place my controls anywhere I want and dock or fill. Can I not do this with Android programming? I'm using eclipse as my IDE and can't for the life of me figure out how to place controls exactly where I want them on the screen. Instead they just all keep...
  3. P

    Emulator just says Android on it

    I have everything setup to my knowledge but when I run the simple hello world example on the android website and run the emulator I just see a black screen that says Android with a flashing _ after it and not my Hello World text. It's like the emulator isn't running my code. Is there some extra...