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 9207453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:23:26+00:00 2026-06-18T00:23:26+00:00

in any language class is common to have a notebook or something like that

  • 0

in any language class is common to have a notebook or something like that for writing new vocabulary, so I want to make an app for dealing with that in my japanese classes.
App only has a few options:
– Write a new word (Object with three string attributes, ‘kanji’, ‘kanji reading in hiragana’ and ‘translation’) in a list
– Practice with all words of the list
– Practice with all words in random order

I don’t know what is the best way for make that, using internal storage? json or xml? (the list can grow a little bit…), sqlite? why?

Thanks!

  • 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-06-18T00:23:28+00:00Added an answer on June 18, 2026 at 12:23 am

    So I recently released a word game app called Bingle, where I have stored about 35,000 words in the sqlite database. These words undergo a lot of changes in stats, and things like that. If you want to track statistics on your words, and your word base is fairly modest, go for SQLite.

    An additional advantage is upgrading- it is really easy to manage upgrades on SQLite.

    The trick here is to be smart. You’ll have to do a lot of lazy loading of words, and if a user recategorizes words, you’ll have to change the front end instantaneously and handle the transaction in an asynctask or something. If you wait for an update against a large database, the user will get bored. These are the little things that you’ll have to take note of when dealing with large databases.

    Apart from using Sqlite, another good option would be to create a server and handle all word processing in your server. Essentially your app would only be a client.

    I would not go with the internal storage approach. Too inflexible in my opinion. Querying would be difficult too.

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

Sidebar

Related Questions

If I have a common static method in a class named Language.CheckLanguage() , and
I have a custom class called 'Language', I want to define it in fxml
it can be any language. is there a library, software, or plugin that will
Are there any open source libraries (any language, python/PHP preferred) that will tokenize/parse an
I need to write some code (in any language) to process 10,000 files that
Lets say there is a defect in a program execution in any language like
I have a rule that I would like to split as I would like
I have some common behaviour in several entities belonging to different aggregates, that I'd
I used django 1.2 before and didn't have any problem switching language... In my
Is there a best-practice or common way in JavaScript to have class members as

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.