java - Comparing a text from a EditText with an array of string characters -
I am trying to compare text taken from the I want to compare each letter with the string of text with the edit characters so that I can change the position of one character with another (text taken from the edit text) I can do? Or is there any other better way to do this? Just want to know how to compare each step of the string. I am asking this question because I have to implement the encryption algorithm - EditText box - Edittext.getText () with an array of pre string characters. ToString ()
string [] alphabets = {"a", "b", ........ "z"}
edittext.getText (). ToString () with an array of
string [] alphabets = {"A", "b", ........ "z"} .
string for a
int such that I get the text from an edit text box And I want to consider it an integer, how can I do this?
modular arithmetic / mathematics thanks
string editing value = edittext.getText (). ToString (); Integer interval = integer. Parsient (editview);
Comments
Post a Comment