the scenario as the following, after the user login , the application returns he/she visiting numbers for example :
123
150
i preview the value on TextView , how i can make it clickable, and open pdf file like when user click on 150 open the pdf file the located on server 150.pdf????

This is actually two problems.

  1. Make it clickable.
    I think the easy way would be an "Open this" button that will launch your PDF viewer with that file.

  2. Launching a PDF viewer with that file.
    https://www.google.com/search?q=android+launch+pdf+from+app seems to show this is down with intent.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.