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

  • SEARCH
  • Home
  • 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 7600885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:01:28+00:00 2026-05-30T23:01:28+00:00

I am creating an iOS and Android app. The app will track the same

  • 0

I am creating an iOS and Android app. The app will track the same data on each platform, but on iOS I will use Core Data and on Android I will use MySQLite for persistent storage.

This app will allow up to 5 people to play 10 rounds of a game where the users will enter data for approximately 8 different categories. (For a given user, each round will consist of storing data for 8 different things.) I’m trying to determine which is the better approach for data storage and app performance.

The 2 options I can see are (for the iOS folks, yes I know we’re not talking about tables and columns with Core Data, so substitute those words with Entity and Attributes):

Option 1:

One table that has 10 columns representing each round, and the value of each column is a concatenation of the 8 different categories, separated by an asterisk.

Example: <Player 1> Column 1 = a*b*c*d*e*f*g*h , Column2 = i*j*k*l*m*n*o*p , etc...

Option 2:

Eight tables that represent the 8 categories. Each table has 10 columns to represent the 10 rounds of play.
Example: <Player 1 - Table 1> Column 1 = a , Column 2 = b , Column 3 = c , etc...
         <Player 1 - Table 2> Column 1 = a , Column 2 = b , etc...

For option 1, I would have to build up the string before storing it, and then deconstruct the string when accessing it later. This isn’t hard obviously, it just takes more processing time.

For option 2, I’d have more underlying storage on devices that have limited storage capabilities (no matter which route I choose, I already have other tables of data too). The information would be easier to access.

I was leaning towards option 1 due to its lower storage requirements. Any thoughts are greatly appreciated. I mentioned how I was setting up my apps on the different platforms in case it makes a difference.

  • 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-30T23:01:29+00:00Added an answer on May 30, 2026 at 11:01 pm

    What about a table for player actions with the following columns (I assumed the categories are fixed):

    • Player ID
    • Round
    • Category 1
    • Category 2
    • …
    • Category N

    This way it should be easier to query data later.

    On a side note, if you use Core Data for iOS, you may consider greenDAO for Android.

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

Sidebar

Related Questions

I am creating an iOS 5 app using Core Data. I have two entities
Creating a server-side socket will fail if I'm trying to use the same port
We are creating an ios app, In which we want to use certain interactive
We're creating a game that will run on iOS, Android and in the web
I am creating an iOS app that reads data from a single SQLITE table
I'm creating an iOS app who will have to stop the standby timer. I
I am creating an app for iOS, Android and Blackberry and am using phonegap
I am creating an iOS app that reads data from an xml file. One
I am creating iOS app with in-app purchase feature in it. I created the
Simple question: I am creating an iOS app and the view controller calculates some

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.