[android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread bob
Why not use a WebView and HTML? On Thursday, August 23, 2012 4:59:57 PM UTC-5, gabi2i42 wrote: Hello, I am creating an Android App and I do not know how to write an equation which will be displayed to the user, an example could be y=x/2. I am interested to put the x on the top and 2 on

Re: [android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread Kristopher Micinski
You can, there's nothing wrong with it, but if you want to display math, there are many options, it mostly depends on what you want.. kris On Fri, Aug 24, 2012 at 5:11 PM, bob b...@coolfone.comze.com wrote: Why not use a WebView and HTML? On Thursday, August 23, 2012 4:59:57 PM UTC-5,

[android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread bob
http://latex.codecogs.com/gif.latex?y=\frac{x}{2} You can link to images to like this: http://latex.codecogs.com/gif.latex?y=\frac{x}{2} On Friday, August 24, 2012 4:11:22 PM UTC-5, bob wrote: Why not use a WebView and HTML? On Thursday, August 23, 2012 4:59:57 PM UTC-5, gabi2i42 wrote:

[android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread gabi2i42
Because I will have a series of layouts (new pages) new pages with text and equations, could I make the app to think that it is displaying a webpage, therefore in the string I would be able to use the HTML language -- You received this message because you are subscribed to the Google Groups