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

Search results

  1. H

    Apps closing global SQLiteDatabase

    New to Android and Java (not to OOP (prev C++)) I have in mind by one of the various suggested means (static application member, singleton etc) to provide access to a global SQLiteDatabase and to use SQLiteOpenHelper to open / create / access cached. My question is actually about closing...
  2. H

    Personal Spec Graphing App

    I am not familiar with the process for purchasing development. I am a software developer (not android) but want to short cut time to get something to work with what I already have. Requirement for an android app 1. Suitable for Nexus 4 Jelly Bean 2. Suitable for Nexus 7 Jelly Bean 3. To...
  3. H

    Attachments disappear using Android "Email" App

    I have Imap set up for the same account on thunderbird on pc and on android "Email" App on Nexus 4 Jelly Bean. I send an email from thunderbird on pc with 7 attachments. The email WITH the attachments list appears in the sent box in thunderbird on pc. The sent email also appears (WITH the...
  4. H

    Account Access Security

    I have an app that says it has to have full account (and drive) access (like many do!). The particular purpose is to sync with a file on your google drive to use the app on multiple android devices However the app actually asks you in settings for just 'ONE' specific account name. Does...
  5. H

    Google Play Store will not start

    On my phone Google Play Store (the short while ago replacement for some other named app' I forget) ALWAYS does force close when I open it. I have tried killing it off, clearing data, clearing cache and restarting the phone. It always crashes. I have tried to reinstall it by going to a web...
  6. H

    Apps Rebuild and retest roundtrip

    As a beginner it seems that the roundtrip to debug rebuild and retest in an avd is very long because of the slow startup of the avd. Is this just one of those things or ought I to be following some pattern that allows me to leave the avd running and to replace the existing app after rebuilding...
  7. H

    Apps powering off AVD

    I have been having to stop and start adb a lot. I wondered if it had anything to do with the fact that I was just closing the microsoft windows window rather than powering off from inside the virtual device. Thing is I cannot see how to do this. I am using settings that I understanding make...