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

Search results

  1. K

    Apps Resource is missing android 1.5

    Hi, i have an app that runs on some 1.5 devices and is preloaded. I have now created an update for my app. I have just tested upgrade and it has an issue. I'd like to mention that my upgraded version has more string/drawable resources than the old one. What happens is when i get to the...
  2. K

    Apps Extracting data from an apk

    Does anyone know how to extract the following data from the manifest of an apk: - is supports screens anydensity field is true or false - if apk contains native libraries and if possible check if they target ARMv5TE platform I've tried using "aapt dump badging myapplication.apk" but it doesn't...
  3. K

    Apps Dialog is leaked on orientation change

    Hi, built a simple app that displays an alertDialog with two buttons. The problem is it's not getting dismissed when i change orientation. After change i get a leak warning on debugger and the dialog appears twice(pressing back hides the first dialog, only a second back dismisses it completely)...
  4. K

    Apps Custom Alertdialog long text issue

    Hi, i'm building an aplication for a WQVGA (240x400) device running android 2.1. I've added the custom dialog from here plus two buttons: Creating Dialogs | Android Developers The buttons appear correctly if the text is short but not if it's longer. Any idea why? Any workarounds? This is my...
  5. K

    Apps Density issue

    Does anyone know how to get/calculate display density on android 1.5. I created my app using displaymetrics.densityDpi and it works fine on 1.6+ but now i need to make it compatible with 1.5...any ideas ? Tnx
  6. K

    Apps Application Theme

    Hi, i'd like to apply multiple themes to my application. My manifest file currently uses the default android theme. What i would like to do is add a button or menu that would open a dialog/list with the available themes, select one and apply it to the whole application. It's similar to home...
  7. K

    Apps How to remember listview position and selection

    Hi there I have a problem with a listview i'm using. I load the data in the listview from a cursorAdapter and when i select an item an onItemClickListener launches the corresponging activity. Now when i press the back button i would like the listview to remember the previous position and...
  8. K

    Apps Ratingbar size problem

    Hello everyone, i've been having trouble with the ratingbar size on motorola droid anyone have the same issue? It's displayed larger then on other types of android phones. Anyone have the same issue or possiby a fix for this? Thanks