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

Search results

  1. H

    Apps Migrating Apps from C2DM to GCM

    Hi, I have an app with a large user base that is using C2DM. I have written a GCM version of this app and I am preparing to release it. When the user upgrades to the GCM version I am wondering if my C2DM application server will be notified of the fact that the C2DM registration id is no longer...
  2. H

    Apps How to get time of last system boot

    Hi All, Does anyone know how to obtain the time of the last system boot? I need to determine where the system has been rebooted or powered off since the last time that my app was launched. Thanks in advance, Horatio.
  3. H

    Apps source code for Java libraries

    Hi All, Does anyone know where I can obtain the source code for the Java standard libraries for Android 1.6? I'm specifically interested in the java.util.logging package. Thanks in advance! Horatio.
  4. H

    Apps Logging on Andoid

    Hi All, I'm wondering what the best approach to take when logging on Android. I need an application specific log. I'm thinking of integrating log4j with my application because it provides great flexibility. Does this sound like a good idea? Thanks in advance! Horatio.
  5. H

    Apps how to store application configuration asks a Newbia

    Hi All, New to Android! Can anyone tell me the best way to store application configuration? I want to store items such as URLs and so on. I'm thinking of using Apache Commons configuration but that would mean bundling those jars with my application. Is there a native Android way to do this...
  6. H

    Apps What class to use to run endless task on Android device

    I am working on some Android project. Apart from main Activity (user interface) I have a requirement to endlessly run an important TASK (in background) that every 30 seconds calls REST service to check for new data. In case there are any new data the TASK has to notify about this fact the...
  7. H

    Apps Developing android apps that auto-update/install

    Hi, I'm quite new to Android development. I need add auto-update functionality to an application i.e. the application will detect that there is a new version of itself available and then update itself over the web. Are there any resources explaining how to approach this? I've been searching for...