[Q] Design for a software tool - General Questions and Answers

Hello everyone,
I am looking for a tool to help me memorize arabic text. This tool should be similar to this one, "How to Memorize Verbatim Text - Productivity501". Please search for that article thru Google as outside links are not allowed here. The tool is at the bottom of the article.
The tool should be able to extract up to first 3 letters of an Arabic word when I copy paste the Arabic text into the tool field box.
Can this be done automatically or will I need this be done manually where someone goes through the text and inserts first 3 letters from each word. What programming language can this be coded in? Which would give the best result? I want it to be a fluid user experience.
Here is an example of Arabic text. Please search for "Learn Quran" thru Google as outside links are not allowed here.
Thanks!

So you want someone to paste text into a box, then this "tool" would parse the data & extract the first 3 characters... then what? What will this tool do with those 3 letters? Simply identify them?

post-mortem said:
So you want someone to paste text into a box, then this "tool" would parse the data & extract the first 3 characters... then what? What will this tool do with those 3 letters? Simply identify them?
Click to expand...
Click to collapse
Hi post-mortem, thank you for your reply. yes a tool that wold extract the first 3 letters or just the first letter of every word of a text that you paste on the tool. let's say that certain tool has 2 boxes. on the first box, you paste a text/paragraph. then after pasting it there, the tool would extract the first letter of all the words in the text and show those letters on the 2nd box of the tool. Please check for this article thru google, "How to Memorize Verbatim Text - Productivity501". You will find a very similar tool at the bottom of that article. The tool we want is very similar to that, only that the texts we want to extract the first 3 letters are arabic texts taken from Qaran. Please search for that article thru Google as I am not allowed to post the link here.
Nothing further to do with those extracted first 3 or first letter of all the words in the text. just extract them and show on another box.
Now I would need to know what programming language can be used in coding this tool?
Thank you very much.

You can use any programming language to do that, it's just simple parsing of text. You just look for a space character & take the 1st letter that appears after the space (don't forget the very 1st character). This is even easier than what I thought you wanted, because you don't need to look anything up, and because the Quran has no punctuation, like commas, parentheses, etc.
You can forget all about what you're trying to accomplish now, and just turn to the basics of Android app development. Find a book or online resource to guide you in making an app, and follow that.

Related

need help with very small program for myself.. plz help

im trying to get a very very small program runnint, however im very lost when it comes to programming windows mobile device, i have a database online, and i want a small dialog box to show up on my wm device and alow me to type something in , then it search the online database.. and return the information, or even just take me to where the online listing is, that's all no bells or whistles.. could someone help me with this please?
i have even added a search feature to my database, soo i just basically want this little program to relay text to that search feature, then take me to it.. so i don't have to go to all these links and whatnot
Well,
it is quite hard to advice you anything without actually knowing about the file structure / database format. Maybe the easiest way would be to simply set up a search option online as a WAP2.0 page - if you don't want others to access this section, simply password protect it.
If you really have a need to generate the 'search string' offline (which I just can't understand since you want to be taken to your DB online) then simply use something which generates the search string for you.
For example you could have a "results.php" online which simply needs the search terms 'attached' in order to list you all relevant records. Now, the question remains how the database is structured. If you have 2 fields in your database, containing firstname and lastname, then it would be simple. You would need only something that adds your search terms to the string and then navigates to your server. For example you search for SMITH as lastname, it would have to transfer the string as followed:
www.mysite.com/results.php?lastname=smith
For sure your results.php needs to be programmed first!
However,
this has nothing to do with your device, you better join a programmer forum - in this case I would suggest you look for web development forums since this can be done entirely on the server side!

[Q] multisearch PDF WORD

Hey Guys,
what I requier is a multi-search app for pdf or word or both at the same itme.
I.e. i open my documents section , it shows me all my pdf and word files , hit the search button" and the it shows me where the actual word or phrase is (it the names all the document ad so on).I want it to look inside the files not in the names. Just like search in PDF but for mutliple foiles at once.
PLease don't be shy.

[Q] Translating an app

Sorry if this is in the wrong place, I just didn't know where to put this.
I'm trying to translate this a game called 道具屋の冒険. (look it up on google and it's the first result)
I've opened the apk with AndroidLocalizer but all it displays is "Test", no text. The game has a strings.xml but it's very small and doesn't contain much of anything. Can someone help me with this?

just want some information

bro i am newbie.
Bro can combine one search to multiple website like google+msn
let me clear i search facebook i command the script thy find on google and also find on msn in one pag
redrose4u293 said:
bro i am newbie.
Bro can combine one search to multiple website like google+msn
let me clear i search facebook i command the script thy find on google and also find on msn in one pag
Click to expand...
Click to collapse
Hello.
I believe DroidScript is capable of accomplishing this task. I only mention that due to the fact that you were fairly vague when specifying what scripting language you had in mind (if one at all). You merely said, "The script."
If you're unfamiliar with Javascript: It's okay! It's about as easy as English or mathematics. DroidScript has tons of predefined examples, demos and even plugins demonstrating full fledged games (simply to demonstrate the power of the scripting language).
DroidScript also has a quick-reference guide built in (easily accessible). The interface is 4/10 for churning out code. Fortunately! You can utilize a keyboard with the program I believe; Or simply port it from your other favorite machine (laptop?) and "share" it (e-mail yourself) with your device (phone).
Hope this helped.
Bro first of all thanks for you replay but I want some more information bro I working on andriod app which contain two different search engine data in one place can I make this on driod script

Is there an app for this?

Hi guys
So there is this specific thing I need to accomplish. I searched and searched and couldn't find an app for it. Maybe I'm not phrasing it well in my searches? If someone can help guide me in the right direction that would be appreciated...
I need an app to help generate paragraphs from a form. For example I want to app to start with a form with the following drop down lists:
"Male" and "Female"
"Tall" and "Short"
Age ranging from "1" to "100"
Then after filling out the drop down boxes the app can generate a paragraph from a pre-set text eventually saying "A male who is 35 years old who is short" based on my selection.
Thanks in advance and have a great day!
Alternatives that I can think of:
Do this with Excel/Google Sheets
Create HTML page and open it in browser
Create flow with Automate

Categories

Resources