Adding a text to speech feature to your android application [duplicate] - java

This question already has answers here:
Text to speech(TTS)-Android
(8 answers)
Closed 8 years ago.
I have created a local news app for android mobiles for locals to be able to read the news from. I would like to know if it will be possible to add a feature that will read out the text for the news out loud for readers (mainly the elderly)?

There are many tutorials and resources available for that on web. You can do using Text to Sppech Engine,
Here is a great tutorial for that: Android Text to Speech.

Related

Prohibit the mobile Internet in the background "Android" [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How to disable Mobile Data on Android
I'm sorry for my English, I use a translator.
In the android menu, you can turn off mobile data in the background. How can I do this using code?
You as a programmer are responsible for the behaviour of your program, so if you don't want that your program uses data when in the background:
Test for it.
When in background, don't make call's.

In Java, how do I record the sound output that is going to the speakers? [duplicate]

This question already has answers here:
Capturing speaker output in Java
(3 answers)
Closed 8 years ago.
I have a java application that is taking in sound from multiple sources, and one of the abilities of the user is to record what is happening in the application to an AVI file, and I would like to include the sound in that video capture. How do I record the sound that the user would hear (ex. a result of all of the sound inputs mixed together)? I can figure out how to get the actual sound stream in to the video, but I am not sure where to get that sound source from.
Have you read the java tutorial on this? There's a lot of information that pertains to your question in Accessing Audio System Resources.
It details some recommended classes to use and provides examples of their implementation.

How can I display PDF file in java GUI application? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Creating online help in Java Swing application - using pdf user docs
Opening a PDF in a desktop application in Java
I want to add pdf file in GUI form and want to navigate up and down in pdf file. I am using J2SE.
This one should suit your requirements: http://www.icepdf.org/

How to export text into pdf in Java, Android? [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
How to create pdf files on android
I need to create app for exporting text into pdf file. But I don't know how to do it, because I never used it ever. Help me please, give me an example for this task or link for tutorial.
Some libraries in java to acheive this
http://pdfbox.apache.org/
http://itextpdf.com/

Android OCR (Optical Character Recognization) [duplicate]

This question already has answers here:
Closed 11 years ago.
I want to develop one application which read text from the image. Which library i should have to use?
google ocr
This library might be helpful for you. you can use this for optical character recognition. But to use this you have to learn how to work with android ndk.
Here is a sample code using ocr
sample code

Categories

Resources