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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:19:56+00:00 2026-06-16T00:19:56+00:00

Which Android UI component allows entry of lists of strings in a form? Example:

  • 0

Which Android UI component allows entry of lists of strings in a form?

Example:

Activity “Recipe” allows users to post a recipe to a database server. The activity has the following 2 fields:

  • Text field: Recipe “title”

  • List of strings field: “ingredients”


Example of a submission:

title: Pizza

ingredients:

  • mozzarella

  • tomato sauce

  • pepperoni


I would like for the user to be able to enter “mozzarella”, to see “mozzarella” appear in the list of ingredients and to still be able to add ingredients to complete the recipe (e.g. add “tomato sauce”, add “pepperoni”, all as part of the form)


Note: the “Transcript” API sample demo looks “similar” to this… but upside down.

  • 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-16T00:19:56+00:00Added an answer on June 16, 2026 at 12:19 am

    EditText supports multiple lines. Listen for changes using TextWatcher and explode each line to your SimpleAdapter or similar.

    EditText editText = (EditText) findViewByID(R.id.editText);
    String[] ingredients = editText.getText.toString().split("\n");
    
    SimpleAdapter adapter = new SimpleAdapter(..., ingredients, ....);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I write app for Android which will be communicate with HTTP server. I need
I'm trying to test an Activity in android which will show a ProgressDialog and
I have a table in SQLite database of Android which has a column RANK
I have developed some reusable android component which is basically a class . This
I have a view which include another one with the include component (see http://android-developers.blogspot.com/2009/02/android-layout-tricks-2-reusing-layouts.html
I am trying to start activity ACTION_SYNC_SETTINGS or ACTION_ADD_ACCOUNT which are in package android.provider.Settings
I have made an component for Android, which uses two drawables. Using static values
I'm a using a view flow component into my project, which allows the dev
I have server component which connects to a remote server via HTTP(s) and gets
I would like to produce an android user interface which allows the user to

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.