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

Search results

  1. A

    Android sub app flow process ?

    Hi to every one . Is anybody knows how should looks the process (flow) for an android sub app ?
  2. A

    Apps Getting apk file name when app is launched ?

    HI to every one. Is there a way to get the apk file name when an app it was launched ? Scenario: I want to append some additional data to the file name and when the app is launched I want somehow by application Id to locate the file name and extract that additional data to fill some fields...
  3. A

    Apps Android Air Plugin for Eclipse

    Hi to every one. Is there an Android Air plugin for eclipse as Blackberry tablet SDK. I want to build an app in flex under eclipse but after compilation I want to get an apk file . For BB playbook is fine. I have Flash Builder plugin installed for eclipse, now it seems that I need another...
  4. A

    Apps The whole list of android features ?

    Hi to every one . I am looking for a whole list of features that developer should know when his app is going to be integrated into device. As an example could be: 1) app support any density screens - means that tag <support-screens> should be used inside the AndroidManifest.xml file 2)...
  5. A

    Apps How Android phone identify a non-market app ?

    Hi to everyone. Could anybody tell me how android phone identify at installation point that the app is not an android market app. What is the process ? Also is there a way to avoid that by creating a new app which will allow me to install non-android market apps ? Thank you in advance.