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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:23:36+00:00 2026-06-13T04:23:36+00:00

I am creating a new Application for kids. This application is for kids to

  • 0

I am creating a new Application for kids. This application is for kids to learn alphabets.

Now I have created a main screen in which alphabets are shown using GridView . Now what I want is, when clicked on particular alphabets it should go to next screen in that screen it should draw an alphabet using lines and then a voice like (‘A’ for Apple) should be add?

Is any body know how to do that then please help me …

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-13T04:23:37+00:00Added an answer on June 13, 2026 at 4:23 am

    try this one:

    TextToSpeech mTextToSpeech = new TextToSpeech(this,new TextToSpeech.OnInitListener()
    {
      @Override
      public void onInit(int status)
      {
        // TODO Auto-generated method stub
        if(status == TextToSpeech.SUCCESS)
        {
          // set language
          int supported = mTextToSpeech.setLanguage(Locale.US);
          if((supported != TextToSpeech.LANG_AVAILABLE)&&(supported != TextToSpeech.LANG_COUNTRY_AVAILABLE))
          {
            displayToast("dont support current language");
          }
        }
      } 
    });
    
    // start to speak
    mTextToSpeech.speak("A for Apple", TextToSpeech.QUEUE_FLUSH, null);  
    
    // store your voice to file
    int r = mTextToSpeech.synthesizeToFile(mEditText.getText().toString(), null, "/mnt/sdcard/speak.wav");
    if(r == TextToSpeech.SUCCESS) displayToast("save success!");    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am creating a new android application.i am using the table layout. I have
I have created a new ActionFilter for an ASP.NET MVC application that I'm creating.
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
When creating a new Android application, Eclipse complains Package name must have at least
I'm creating a new web application (Rails 3 beta), of which pieces of it
I was creating my new webforms application and testing it. Now I added a
I'm creating new application using zend framework with several modules. Can you please advice
I am creating a new web application using ASP.NET MVC3 Razor and HTML 5.
I'm creating a new web application which will use a bunch of Data Access
I am creating a new Rails 3.1 application. I would like this new application

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.