Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6380785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:18:45+00:00 2026-05-25T02:18:45+00:00

There are 3+ apps which collect parameters in the form of one string, like

  • 0

There are 3+ apps which collect parameters in the form of one string, like “Peter”, “Jane”, “Mary”, etc. At the moment I keep this parameters in String[] array. However, the data needs to be changed a lot so every few days I have to amend strings, recompile APKs and publish it. Just waist of time.

What should be the simplest way to keep this data in a remote file (NOT database), maybe text file, so that the apps can download list of parameters on need? My idea is to change this file just once, upload it to some remote server and then the apps download parameters automatically. This way I would not have to recompile and republish the APKs.

If the text file is the simplest solution, what should be the form of it? For example, should I write parameters like this

Peter, Jane, Mary, …

Or in some other form?

Is there a need for some layer between this text file and Android app, like when we make layer on the remote server to grab data from database? Or I can simply grab data directly from this remote text file?!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T02:18:46+00:00Added an answer on May 25, 2026 at 2:18 am

    Well the delivery mechanism could be a simple HTTP GET your app performs to a web server you control. It could be as simple as http://myhost/names.txt.

    The data format depends on what you want to do. The super simple solution would be a text file with a different name on each line:

    Peter
    Jane
    Mary
    

    Or, you could serve up JSON from the server and parse it on your client.

    { "names": [ "Peter", "Jane", "Mary" ] }
    

    The JSON solution would be more extendable, should you wish to add more values in future, e.g.:

    { "names": [ "Peter", "Jane", "Mary" ], 
      "lastnames": [ "Smith", "Johnston", "Cumberbatch" ] }
    

    Really depends entirely on what you’re comfortable with and what your situation calls for.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Would apple accept apps which use textures from there existing apps, like the wood
You've likely seen the many System Info apps out there which display things like
There are few apps like Strava which records users movements using GPS. It also
Any suggestions for good open source asp.net (C#) apps out there which meet as
I am writing an app which - similarly to many apps out there -
There are lots of java apps on my simulator menu screen which I have
Are there ways except CAPTCHAs for web apps like pastie.org or p.ramaze.net ? CAPTCHAs
Is there such a thing as a Memory profiler for Iphones apps? I'd like
I would like to start an intentchooser for apps which can return any kind
I have few apps (driver detective) which communicate with there site from desktop app.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.