[Q] TTS for web browser/VoiceOver equivalent for Android? - General Questions and Answers

Hi,
I've been looking for a way to have my Android phone read to me similar to iOS's VoiceOver feature. I'm running Android 2.3 but can't seem to find a way to accomplish this easily.
A couple quasi solutions I have found is to use a RSS reader, such as "FeedSpeak" or "Web Talks" that support TTS (Text to speech), however this only works for RSS feeds. Another method is to convert websites into PDF's using Dolphin Browser's "MyPDF" Add-on and use ezPDF's voice reading feature to read the PDF back.
Am I missing something that is inherent in the Android OS? Does anyone have a better app to accomplish this?
Thanks in advance for your help!

gTen from over at the PPCGeek's forum recommended
Voice Browser Lite: https://market.android.com/details?...dfreebrowser.lite&feature=more_from_developer
This is an excellent example of what I'm looking for, I just wish it was a little more refined. Hopefully this will help someone looking for a similar app.

Hello,
I've been looking for exactly the same solution for a while now, and ended up looking at the same SW as you mention -- but found them a bit lacking. And yes, I agree, Voice Browser is annoyingly close. What bothers me the most is why isn't that one a browser plugin that can be activated only when needed.
Sorry if this doesn't provide you with any added knowledge (apart from the consolation that you exhausted all existing options).
Let us know if you find anything new / better. TIA for that.

I'm sorry for posting in a such old thread, but I was looking for exactly the same app and Google brought me here. I foud one very simple but that can satisfy the requirements of anyone looking for something similar. Here it is: https://play.google.com/store/apps/details?id=com.benigumo.speechweb

Web Speech doesn`t work for me...I just get FC's all the time...
I think it's really annoying that there is no simple App or Add-on for this feature.
In fact I find it unbelievable. Is there really no convenient solution?
dp

I wonder if the permissions in android prohibit an app like that. my understanding is that apps reallycan't interact with other apps for security purposes.

Use "Voice Reading" app for reading web pages android
"Share" the web page to "Voice Reading" (read aloud) app. You have to get the app from Googleplay. This is the best way that I have found.
It's the highest rated reading app. Remember you can 'share' any page or email.:good:

Related

App and Html help?

This may be a totally noob question but how can I make an app from a webpage? If I create an html page with a bunch of links to other pages and soundclips, how hard is it to turn that into an app. I have no experience creating android apps and I don't know the android code either. Can someone let me know if there is an easy way to create an app from the web page with the type of skills I have. (Very basic)
I do know html so theres no problem in the creation of the page. My only question is in the creation of the app. Thank you in advance for any help.
Can anyone help?
why bother? why not just give them the link to your webpage?
also - given the limited space of a typical android device, a full web page wouldn't translate well to an app.
to answer your original question, it is very easy to create an app that is just a pile html links and sounds.
thank you very much

[Q] Framework for Photo app

Hi all,
I'm looking for the best or most suitable framework to develop a photo app. I want to stick with HTML, CSS and JavaScript. The app is going to use the camera and some gallery features. Also, it will probably have weather info.
I have looked at several review sites and came up with Titanium Mobile and PhoneGap as the top contenders, although I'm open for any solution. I also searched the forums here, and was surprised to not find that much info. Maybe I haven't used the right keywords.
Please provide your option about the best solution for this style of app.
Thanks in advance.

Implementing a phone number search box, like in the SMS app

Hi XDA,
I'm writing my first Android app, an open source webtext client for Irish mobile networks. The current version of the project can be found here: https://code.google.com/p/webtextr
There's one thing I'm having trouble with though. I'd like to implement a ‘recipient’ text box, where the user can start typing the name of a contact, and after each letter is pressed, it searches their contacts database and provides a drop-down list of suggestions. Then the user could click on a name and it would insert their number into the text box. This would be just like the way it works in the stock SMS app when you go to compose a new message.
Does anyone know how to implement this? I've been looking through the source code of the stock SMS app here https://github.com/CyanogenMod/android_packages_apps_Mms/tree/froyo/src/com/android/mms/ui. But... it's *very* complicated and not especially well commented.
Any help would be massively appreciated. Once this is added, the app will be fully functional and perfectly usable.
Bump? Anyone?
I've figured that I should use an AutoCompleteTextView. But any examples I've found online have been broken in some way, and seem to use the deprecated People class.
Is this really as hard as it seems? I'm suprised Android doesn't provide an easy way of doing this...

[Q] Noob needs help to create event calendar app

Hi all,
I'm a noob app developer trying to do it for the first time. I'm trying to create an event calendar app for company's internal purposes. So that everyone in the company (which uses a lot of android phones) can be updated on company events that are coming up.
My approach is to create a database with MySQL for events input, and to use PHP to connect the database which is in a server and to push it to the android devices that are used in the office as that's how I found it in a tutorial from HelloAndroid.
My questions are:
1. is this the best approach to create such app?
2. Can I use Android's default calendar to input these events? if not is there some kind of calendar template that I can use to display the information to the users.
Probably will have more questions as I progress, but please help if anyone is more experienced in these matters than I am.
Thank you very much, and really appreciate the inputs that I'm gonna get
A simple solution would be to use Google Calendar.
By using GC you can add/edit events either from a PC (work or home) or your Mobile anywhere in the World.
All that is required is for someone to first set up the calendar on Google and push it out to all those who you want to see it.
This way you are not isolating anyone who does not have an Android Phone.
that's a really good point. Especially in a closed environment like an office. I didn't think of that before. THank you very much.
However, if let's say I want to try to build an app for that for public use, not just confined to limited numbers of people in a company.
Would that be the best approach or if there's any better way to approach it. I may decide to build the app after all just to learn and gain experience in app development.
thanks again for the feedback, really appreciate it.
I can't really give you advice on developing an App sorry.
All I can say is the method I mention is the one which I use to keep all my Operational Team (Surgeons/Doctors/Nurses/Admin/etc) updated and advised.
There's nothing short in you developing your own Calendar App but you would have to ensure it would be available to all and that includes anyone anywhere regardless of the fact they are at work, home, holiday, with Android or not, have a Phone, PC, Mac, etc... etc...
For that there's already a stable tool by the name of Google Calendar.
If you do develop one I'd still be interested in seeing what ideas you could bring into practice that would have a benefit over GC.
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
racdyn said:
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
Click to expand...
Click to collapse
No problem.... I wish you well on your venture.
Do please let us all know how you get on.. You never know, if it becomes that good I may even use it myself over the stock calendar App or any of the other's that already link to GC.

Desktop Search for Android?

Hi everybody!
Is there a desktop search tool like dtsearch or google desktop search for android? i suppose not, didn't find anything.
I think many of us have several pdf/hmtl/docs etc. on our phones that we'd like to use for quick reference on the go.
Thank you very much in advance
Nasobem
*bump*
I hope there is at least something in development. I'm willing to pay for a document search program.
Bump
As tablets become more popular, and as the variety of uses for tablets grows, something likecthis is goingto be mandatory. I already wish something like this was available!
Doesn't the Google search widget cover a lot of the bases?
No. I see where it makes you think it will search within apps like Google docs, evernote, and springpad, but I have searched for 2 text strings that I know are in all 3 and all I got is internet results.
Im looking forward to an indexed search where I can search my thousands of PDFs and docs and text files on my android tablet, like I can on my pc.
Sent from my streak7 using XDA Premium App
WorkingOnWise said:
As tablets become more popular, and as the variety of uses for tablets grows, something likecthis is goingto be mandatory. I already wish something like this was available!
Click to expand...
Click to collapse
yeah, absolutely mandatory. i think a dev could own a few bucks with such an app. so .. please, devs, where are you
thnkssssssssssssssss
Yes i really need such an application is there any one found it
Android Desktop
(Disclaimer, I have not tried these)
http://androiddesktop.net/
Also try Searching on "Full Text Document Search" in market
AndroSearch, for Android, does instant full-text search in almost all binary documents formats. I'm the developer.
Nasobem said:
Hi everybody!
Is there a desktop search tool like dtsearch or google desktop search for android? i suppose not, didn't find anything.
I think many of us have several pdf/hmtl/docs etc. on our phones that we'd like to use for quick reference on the go.
Thank you very much in advance
Nasobem
Click to expand...
Click to collapse

Categories

Resources