Skip to content Skip to sidebar Skip to footer

How Do I Display Data With Values Updated In A Textview?

I would like to display my data as shown in the image below: Now my data is display in listview as shown. But the problem is I don't know what data I receiving. In other words, I

Solution 1:

There is nothing we can do to help you with this. You have to be able to recognize the input type.

You could try to use regular expression pattern matching to 'maybe' (depending on the consistency of the two(or more) input possibilities.

http://developer.android.com/reference/java/util/regex/Pattern.html

Post a Comment for "How Do I Display Data With Values Updated In A Textview?"