[Solved] Document into Android Application [closed]


Don’t be discouraged by the votes down but you must have investigated enough before placing such question.

Thirumathiram showing texts doesn’t mean it was showing a text file. The text may be loaded from sqlite, or from a webservice or even from a text file. but text file is not the application.

  1. Read the content of the textfile
  2. load it in the view (you must have a logic for pagination)

I hope this would give you a heads up.

Cheers.

solved Document into Android Application [closed]