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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:39:37+00:00 2026-06-12T20:39:37+00:00

WHAT I WANT TO ACHIEVE => Create an ANDROID app that shows the list

  • 0

WHAT I WANT TO ACHIEVE

=> Create an ANDROID app that shows the list of car manufacturers and the type of models they make. So when the user opens the app they see list of manufacturers. (ALL THIS DATA WILL BE LOADED FROM A DATABASE)

Like

1.Toyota

2.GMC etc..

So when they click on Toyota they will see the different cars Toyota makes (BY LOADING THEM FROM DATABASES). There would be sequence of screens displaying the different models .

SCREEN 1: Toyota Camry[A PICTURE , LITTLE DETAIL , AND A (VIDEO OR AUDIO) ]

SCREEN 2: Toyota Carina II[SAME THING HERE, (VIDEO OR AUDIO) , PICTURE AND DETAILS ABOUT CAR] etc…

So in each SCREEN there would be some kind of media related to THE CAR MODEL as shown above. A video or an audio promoting the car and some kind of text related to that model.

Now I’m downloading this information and want to save this kind of information of manufacturers and their cars in a database . I just cant come up with a good DB schema that let me safe this kind of data and let me load back to the screens .

–> If you can give me a general database schema like the number of tables I should have etc.. i would really appreciate.

SCHEMA I THOUGHT OF BUT DOESN’T LOOK GOOD

==>MANUFACTURERS TABLE[*MANUFACTURERS _ID , COMPANY_NAME , *MODELS ???HERE WHAT AM I MISSING ??? **]

==>MODELS_TABLE [*MANUFACTURERS _ID , MODEL_ID ,MODEL_NAME*]

==>RELATED MEDIA [*MODEL_ID , VIDEO_LOCATION , AUDIO_LOCATION , DETAILS_ABOUT_THE_CAR*]

AS YOU SEE AM JUST NOT GOOD WITH THE DESIGN :/ SO PLEASE HELP , THANKS IN ADVANCE

  • 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-12T20:39:38+00:00Added an answer on June 12, 2026 at 8:39 pm

    Any answer to this might be slightly subjective but my personal approach would be as follows…

    Two tables called MANUFACTURERS and MODELS.

    For the MANUFACTURERS table I’d have the following columns…

    _id, company_name
    

    For the MODELS table I’d have the following columns…

    _id, manufacturer_id, model_name, description, video_uri, audio_uri
    

    I’ve used _id for both tables as an Android Cursor needs a column called _id when used with Adapters. Create _id as UNIQUE PRIMARY KEY.

    I also don’t think it is necessary to have a separate table for the media as it relates directly to each model of car and the data can be included directly in the MODELS table.

    I’ve used description as a generic term instead of DETAILS_OF_CAR and used _uri for the video and audio as it implies the media may be either stored locally or on a network server.

    Other people might take a different approach but from what you describe this is the way I would do things.

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

Sidebar

Related Questions

I want to create an informative app that will display a list of content.
I want to create an Android client app for Google Documents List API, taking
i want to achieve that the user can go through the slices of a
in my android app I want to achieve this kind of effect Thinking about
I want to achieve the effect that is used on this Header on this
I want to achieve this effect: When the user focus a text area within
I want to achieve a list like this with smarty. <ul> <li> <a>img1</a> <a>img2</a>
i'm developing an android application similar to Google places app. I want a functionality
I want to make a public transportation application for Android. First problem I'm facing
I want to create image slideshow in android. I have many images in android

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.