Questions tagged [pre-packaged]

6 questions
3
votes
1 answer

Android: pre-installed (pre-packaged) application shortcuts being removed after market update

We developed a placeholder application to ship pre-installed on Android devices. All it does is to point to a market URL so that it can be updated with the real application. In effect, the "placeholder" is nothing more than an earlier version of the…
AngraX
  • 1,803
  • 2
  • 18
  • 30
2
votes
0 answers

Packaging a pre-populated SQLite database with my Android App

I'm a beginner in Android programming, fairly well experienced in Java. I'm using Android Studio with KitKate and Lollipop Emus and HW, developing for Froyo. I want to know what's presently the best accepted and easiest to implement way of including…
TreeHugger
  • 205
  • 1
  • 2
  • 6
1
vote
2 answers

Signing a Pre-Packaged APK for the Android Market

Firstly I am not a Developer - I am just creating a simple application. In fact I am not really creating, rather modifying an existing application. The application in question was made for a UK market, and I needed an AU market (this is in terms of…
0
votes
0 answers

Android Room parses pre-packaged SQLite DB incorrectly

This boggles the mind. I have created a pre-populated SQLite database to use with Room. Here's the DDL: CREATE TABLE "us_cities" ( "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "gnis_feature_id" INTEGER, "city_name" TEXT, "state_code"…
rmirabelle
  • 6,268
  • 7
  • 45
  • 42
0
votes
1 answer

Storefront solutions for dynamically generated digital content?

I'm looking for the cheapest options available for offering dynamically-generated digital content (a la Carfax.com or those credit report ripoff sites). Paypal would be fine for the payment gateway, but I'm interested in avoiding from-scratch…
Jason Kleban
  • 20,024
  • 18
  • 75
  • 125
0
votes
1 answer

WP7 file prepackaging / download OTA into isostore

I'm making a windows phone 7 app that makes use of xml based data. I understand that I can prepackage xml files with the app (as part of the application content) and deploy them along with the XAP. In future if I have to update the XML's on account…