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

Search results

  1. xmiasma

    Apps Creating shortcut problems

    I have found a bunch of resources online about how to create and shortcut on the home screen but for the life of me i cant get any of them to work. Heres a snippet of what im doing to create my shortcut Intent i = new Intent(); i.setClassName(this, this.getClass().getName())...
  2. xmiasma

    Apps Creating a "shortcut" on home screen from your app

    hey guys, so im trying to create a organizer app and basically i need the functionality to create a shortcut which will hold other shortcuts (to real apps the user chooses) so basically it could be imagined like this: main App menu - choose a name, set up apps that will be held...
  3. xmiasma

    Apps The Life of an Android Application ??

    Whats up guys I am new to the android app thing and there one thing that i need to understand. im very familiar with c/c++ and the whole idea that there is a main loop that does stuff like updating rendering and all that. But as i was reading the android developer site i saw that they dont...
  4. xmiasma

    Apps Combining Views/Android dev question

    I have a question regarding using one view inside of another view...for example lets say that i have 2 tabs....one tab will have a text box and button for input and the second tab will hold a list of items (in this case the items are text input). I think i am having trouble in understanding...
  5. xmiasma

    Apps Getting Input from User and using it...

    Whats up guys I just got my droid eris phone (its sweet as hell) but what really got me into the phone was the android OS cuz its open source and im interested in developing an app for it. I've been looking around online for tutorials and found some good ones on th developers.android site about...