I am new to the android developement. I been reading tutorials , learning and testing.
I am making my own personal app , and I need to know how to generate a string of letters and letters between A-Z and 0-9.
I want a button to generate a a string of 9 Characters between A-Z , 0-9 and when its generated it shows it in a plain text box.
If somebody could help this would be apreciated.
Also with this code I'll be able to learn from it and use it in other apps !
thanks
I'm just hoping someone will be able to help me ! I am not asking for you to code it for me. but only to help me !
thanks
Sweet!
Related
I was hoping one of the software devs on this site can build a skeleton of an app for me. I have very little experience developing software, but would love to learn, and there is an app that I would love to have, but it hasn't been built yet. I have enough knowledge to edit pre-build apps in Eclipse, so the skeleton is all i need. I need an app that can access a database that is in a simple text format which would be located on the device. The idea is very simple, there would be 3 or 4 buttons that when presses would each access their own database of words and display them in a text box right next to the button.
BUTTON TEXT
BUTTON TEXT
so on...
I should think the coding would be very easy to do, and hopefully this would help me further learn how to develop simple applications for the future. Thank you for your time.
Here you go, but *please* don't say it was easy to do... it took me 30-60 minutes to put this together - *real* time I could have been doing something else!
Unzip buttontext.zip into your workspace, and open with eclipse.
Unzip wordsrcfiles.zip and extract the three .json files... copy them to the root of your phone or emulator SD card. I use JSON because it's easy to import, export and modify (www.jsonlint.com is your friend)
Hope this gives you the nudge you need to write some great apps for all of us
Thank you xaffron, I know this took a whilefor me to get back... life has a way of making things difficult. I appreciate your work on this.
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.
This is my first post and I want to say thank you from this great forum.
Now I have been trying to find a way to unlock UNICODE I cant find the code string with xdaAutoAPKTool..
What I need done to this APK is just to unlock unicode or unknown characters They are set to not work in this application. But they did once before! Back way before they patched them.
Please if you know what you are looking for in the file please unlock this for me and re post this. You would get lots of credit and lots of thanks due to millions of people wanting this done.
fileswap.com/dl/BTxUg4Xvmi/com.activision.callofduty.mobile.apk.html
So, I need some help.
I want to develop a simple app for my Android phone that lets you input a text when accessing the phone's lockscreen, this text should then be saved in a log file containing not only the input text but also date and time of input registration. There should not be any way of avoiding the input either, entering no text and continueing should result in a log that only contains the date and time.
This should result in being able to check who accessed your device and when. For me this would be helpful. I'd then input a nickname for myself that nobody knows of and if someone tries entering the device using my real name, I'd know it wasn't me.
Now here is the problem, I haven't ever developed an application or anything of the sorts. My only experience in coding would be HTML. Does anybody feel like helping me out?
It's a complicated situation, so I'm not responding to the usual "Why don't you just do this or that". I want this specific method that works for me if at all possible.
Thank you for your consideration.
_Valkyr//
Anyone? ;-;
Sent from my GT-I9505 using XDA Free mobile app
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