How to implement unlimited number of text views
-
I have built a dictionary WEB app using ASP.NET. While building web app, I was using any number of html tags using loops for the meanings of different words. Some words have 20 meanings, some have fewer, some of them have only 1 meaning. My question is how I can use the same functionality in Android? AFAIK, I use fixed number of textviews in Android which are declared in XML. So what should I use for handling any number of meanings in this case? Thanks in advance.
-
I have built a dictionary WEB app using ASP.NET. While building web app, I was using any number of html tags using loops for the meanings of different words. Some words have 20 meanings, some have fewer, some of them have only 1 meaning. My question is how I can use the same functionality in Android? AFAIK, I use fixed number of textviews in Android which are declared in XML. So what should I use for handling any number of meanings in this case? Thanks in advance.