internal

  1. M

    Android Question Access the internal Download folder

    Hi everyone, I'm trying to download a file from a server, and I want to save it in the "Download" folder of the phone (not on an external SD or USB) what is the right way to do it? (I already know how to download... i need to specify only the path) I tried with...
  2. ALBRECHT

    Android Question Sqlite Database options

    Hello, I like to get a suggest of method, regarding best practices for my App : 1/ i have an SQLITE db that contain general setting strings and language strings for its operation, and independent of user data. I systematicaly copy that DB from asset dir to Internal, so even after app updating...
  3. ALBRECHT

    Android Question Compare DirAssets and DirInternal db

    Hello, when i compare that 2 files : That is Because i regulary update the tables inside "strings.db" file from the "DB Brower SqlLite" tools 'LocalStrings *************************************************************** Dim FileName As String = "strings.db" Dim TargetDir As...
  4. wizard699

    Android Question Error: Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/an

    This is the complete error message: Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/internal/measurement/zzdz; After this morning I've update Android SDK, the same application that yesterday goes ok in compilation ... today do not compile...
Top