I have stumbled upon a problem I can\'t quite get my head around, so I was hoping perhaps someone here have had the same problem or knew a good way of solving the problem. <
I think that your problem is here:
Instead of this:
Try something like this:
If that works, then place your text in the /res/val/string folder like so:
Put your text here...
and then call like this:
You would then set the dynamic values like this:
TextView tv = (TextView)findViewById(R.id.restaurantname);
tv.setText(values);