Tagged Questions
0
votes
1answer
38 views
Checking for escape character(0x1B,\033) while reading from socket
Ok, so I'm designing an Android MUD client as part of my school project. I'm having an issue, however, while implementing ANSI color parsing. I read in the data on a byte-by-byte basis. I've tried ...
1
vote
1answer
32 views
android ignore special character input
Could any Android expert please help with an input filter to ignore the character -?
I set up a class for doing this, but all characters are ignored.....
public class InputFilterReservedCharacters ...
0
votes
1answer
41 views
Allow all characters in Android app
I am helping to develop an app for Android that uses special characters from different parts of the world at times, specifically when listing the names of people. So, a good example would be a Spanish ...
0
votes
0answers
126 views
android webview don't show Arabic characters
I've searched for similar problem but I can't find any accepted solution!
my emulator shows the Arabic characters through the application successively ,, but when it runs the webview ( Arabic html ...
0
votes
1answer
81 views
String.find not working for '.' (dot) character : corona SDK
I'm facing a problem with corona SDK.
When I'm searching for the index of . in a string, it is always returning 1 (even if the string does not contains .). I can't figure out what the real problem ...
0
votes
1answer
171 views
Chinese characters not showing up properly in strings.xml
I have created an android application and have a Chinese version of my strings.xml. The Chinese characters I copied into the new string.xml file do not show up properly. They show up as the "square" ...
0
votes
0answers
13 views
how to read scandinavian char fileinput in android?
I am unzip a file which contains some files with scandinavian character file name. The following is my unzip function. But It throws UTFDataFormateException at zipInputFile.getNextEntry.
I have ...
1
vote
2answers
50 views
How to programically enter a new line?
My app has a send email function, in this email I want it to say something like:
Hello,
This is an email.
My question is how do I programically enter a new line in between Hello, and This is an ...
0
votes
2answers
150 views
How to read a text file character by character in android?
I would like to know how can I read a text file from assets character by character.
For example, if I have this file "text.txt" and inside of it "12345", I would like to read all numbers one by one.
...
0
votes
0answers
74 views
how to support all characters(ı,ö,ü,ç,ğ,.. e.g) in listview after parsing Xml with SAXparser?
ı parse the xml tags with SAXparser.Then put on the listview..But these characters arent show.Instead of them showing question mark(?). How can ı figured out this problem?
2
votes
5answers
176 views
How do I get characters from EditText?
I want to get the String from an EditText and then read individual characters from it. I've tried the following code:
String PT = pt.getText().toString();
int len = PT.length();
char chars[] = ...
0
votes
1answer
138 views
How to display proper Latin characters in android textview? [duplicate]
Possible Duplicate:
How can I display Latin words in Android?
I have to fetch text from an Sqlite database and every special Latin character (i.e. à, ò, ù, è...) was displayed with black ...
1
vote
2answers
200 views
How can I display Latin words in Android?
I am a new Android developer. I'm working with a Latin font in my app but I can't get it to work and keep getting a ? for the character. My code is below, using an sqlite database.I have to fetch text ...
1
vote
2answers
286 views
Get absolute position for a given offset on TextView (Android)
I have a TextView in which I want to place a solid color block over given words of the TextView, for example:
"This is a text string, I want to put a rectangle over this WORD" - so, "WORD" would have ...
-1
votes
1answer
182 views
Android: store in SQLite a string with the character ' [duplicate]
Possible Duplicate:
How to escape special characters like ' in sqlite in android
I'm using a form to store some values in an Android's SQLite database. If any of the fields contains the ...
1
vote
1answer
107 views
How can I find the number of characters OR string elements per line line in Android
I have a TextView with a very large string that uses multiple lines when compiled. I am trying to figure out how I can find the number of string elements or characters there are in each line.
The ...
3
votes
1answer
93 views
FileNotFoundException for URL containing latin characters
I'm having trouble loading pictures which contain Latin characters like: č, ć, š, đ, ž.
The code works flawlessly for other links, but when it gets to this or any other containing Latin character:
...
0
votes
2answers
100 views
How can I sort a ListView alphabeticly BUT with special characters at the bottom?
I want a Listview in alphabetical order, but with the special characters at the bottom of the list.
So it would look something like this:
List item
Aaa
Bbb
Ccc
Ddd
Etcetera
'''''
((((
$$$$
3
votes
2answers
199 views
How do i remove string of dynamic characters from a string?
I'm a noob to android development and i am trying to remove a string of dynamic characters from a string. My string:
"Beginning of String....<img src="http://webaddress.com" height="1" ...
0
votes
3answers
562 views
Unicode symbols not displaying correctly in mobile devices
While I'm developing responsive website I have used this uni-code ( » ) to the read more links. It is displaying correctly in desktop browser but it is not displaying correctly in mobile devices like ...
1
vote
1answer
291 views
How do I split a string by character position?
I want to split a two strings of numbers 12345678 and -12345678, so that i can insert a decimal point after the first two integers in each instance. This is what i'm working with so far..
String ...
0
votes
0answers
37 views
How to encode turkhish like characters while sending reqeuset using json android?
String test = "čćžđš Nice!™ Macaroni & Cheese, Nice!™ Macaroni & Cheese, Wexford® or Penway®";
need to encode like the the above characters while making Web Service request using JSON within ...
0
votes
2answers
109 views
Limit character after point in Java
How can I limit number of characters after point (which is displayed in my TextView)
It would be greate to see 2 ways: in java and ectually in TextView XML (if it possible)
Thanks!
public void ...
0
votes
3answers
206 views
How to read a single character from an EditText in Android?
I have got an EditText in my Android app where you can type in some text. What I want to do is change every single character to another one (some kind of enciphering). Therefore I first have to read ...
0
votes
1answer
73 views
Cannot get the uri based on a contact's name
I started building my app for api 13, because I thougth it could be efficient enough for the most users.
But i changed it to api 10.
Then the following code stopped working `
String ...
0
votes
0answers
151 views
8-bit background and characters for android?
Ive got 2 questions:
Is there a prefered software when drawing 8-bit background and characters for games? Ive tried photoshop but I just cant figure out a good way to do it in PS. easiest so far has ...
0
votes
1answer
93 views
Parsing an RSS feed cuts of characters
I parse some RSS feed (tried with different ones...) and everytime pretty randomly characters get cut of.
What am I doing wrong? Why does it work in some instances and in other ones it doesn't?
Is ...
0
votes
2answers
192 views
“ı,ü,ğ,ş,ç,o” turkish character casting on Android
I have search area(edittext) and a list of bus stops. When a character is entered, the list is filtered simultaneously.
There are bus stops including turkish characters like "beşiktaş". I want the ...
0
votes
3answers
178 views
Why do I get question marks instead of symbols when reading from .txt with InputStream?
I know it must be obvious but can't find the answer.
What should I do to get the right characteres such as ", ', etc...?
This is the method I am using,
public void read(Context context) {
...
0
votes
1answer
374 views
Flex Mobile 4.6 Unicode Android
I am building an application for android using flash builder 4.6. I am trying to display unicode character as in this xml "http://www.bbc.co.uk/hindi/index.xml"
Characters are displayed correctly ...
1
vote
1answer
245 views
Android post request escape character
How do you escape the character "ü" in a string.
I have this character in my json data:
{"Name": "Hyüsin"}
when I do a HttpPost in my android to the webServer. it gives me a "Bad Request" error as ...
1
vote
0answers
174 views
Possible characters in android
is there a way I can determine which characters are possible in android's textview ?!
I want to display some fancy characters in android like those:
ƬΉIƧ IƧ Λ ƧΛMPᄂΣ ƬΣXƬ. ЩЯIƬΣ YӨЦЯ MΣƧƧΛGΣ IП ƬΉIƧ ...
0
votes
2answers
1k views
Android: Find specific character in String
I have a string that contains many asterisk' '*'. I want to be able to search through the entire string and swap the asterisks for another character or String.
SOLVED:
String name = ...
-1
votes
2answers
82 views
If condition isn't met?
I want to read a String character by character which is already in an array.
String ss = "makassar";
String my_array[] = ss.split("");
for (int i = 1; i < ss.length()+1; i++) {
if ...
0
votes
1answer
714 views
Android TextView animation, one word at a time
Are there any animations in android to draw text in a TextView one character at a time or one word at a time?
0
votes
2answers
142 views
Copy Only Some Characters From TextView
Is there any function in Android that allows me to copy only some characters from TextView?
For example: TextView = "This is Good";
And i only want "Good" and then convert it to the String.
Thanks ...
3
votes
1answer
159 views
How to send non-printing characters via SMS
Anyone know how to send non-printing characters via SMS in Android?
I tried the following code but it does not work...The recipient will not receive the correct string.
String msg = "Testing ...
2
votes
2answers
655 views
AndEngine custom sprites
I started using andEngine yesterday but I'm pretty confused.. I want to make a custom character for each player, so i want to make a database inside the app in Assets/gfx and if for example the player ...
1
vote
2answers
120 views
Problems with characters to display
I have a problem with the display of characters.
I have a CSV file which are written the symbol of the currencies used in some countries.
When I try to display the symbol of the British pound, on ...
0
votes
2answers
226 views
Android c2dm how to work with turkish(all languages) characters?
i am developing a c2dm server side application and my code like this;
string postData = GetPostStringFrom(postFieldNameValue);
byte[] byteArray = Encoding.UTF8.GetBytes(postData);
...
0
votes
3answers
592 views
Special characters from txt file
I am downloading a text file from ftp, with common ftp library.
The problem is when i read the file into an array line by line, it doesnt take characters such as æøå. Instead it just show the "?" ...
2
votes
1answer
102 views
Are there Illegal Logcat Tags?
I am the developer of Log This on Android Market, and a feature I am implementing requires me to use a URL parser (or write a string parser more like) that can parse a string for tags. I am not sure ...
0
votes
1answer
132 views
How to make a character from 6 bitmaps?
I have 6 different pictures that make up a character. The parts are: Right Hand, Left Hand, Head, Eyes, Shirt(body), and Pants(legs). what is the easiest part to make up the character? right now I'm ...
0
votes
1answer
363 views
JSoup get absolute url of an image with special characters
i am working with JSoup and Android to get image urls from some site but some urls contains special characters like (é,è,à...) example :
http://www.mysite.com/détail du jour.jpg
the ...
0
votes
2answers
2k views
Android Character insert to String
How can I insert '\n' ( a new line) into a string, to be custom displayed on the device's screen ? The code :
String s3="";
for(int i=0; i<timp.size(); i++)
{
s3 = s3 + sbt.get(i);
}
...
0
votes
1answer
134 views
Android, strings loaded from .txt file are not being escaped
I am loading data from a resource within my own application, and the escape characters I place are not being processed the way I expect them to be. For example, a line in my resource would look like ...
2
votes
3answers
2k views
Read any text file in Android and convert contents to UTF-8?
Is it possible to read a text file in Android and convert its content to UTF-8, so all the usual special characters are shown correctly? I am especially talking about some European characters, like Æ, ...
0
votes
3answers
1k views
What characters cannot be used for values in SQLite databases?
I'm making an Android app and I have used an SQLite database. But I found out if you type characters like single quotes ('), (also for using as the primary key) the data won't be saved/retrieved ...
1
vote
0answers
184 views
How to show transcription characteres in android
I have on my sqlite DB data with transcription characters like
æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ
But some of them don't display ...
1
vote
1answer
586 views
Android Text File Importing
I'm trying to import a text file to simply display in a textview using android.
The file is called "legal" and is located in res/raw
I use the following code to read in the file...
...



