• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. T

    Apps webservice php

    I have a database table named books with (ID,link,title, description) and I want to extract all the books into listview and while clicking on any item it will open the PDF file, so how can I do it using the websrvice ?? sample code will be appreciated coz I am new in it... regards..
  2. T

    Apps PDF in Listview from Database

    Dear All; I want to build a new app which will show in a ListView all my PDF books extracted from Database and onclick it will open the PDF selected... What is the best way to store my pdf files ?? which database is better to use?? and how to extract it in the listview?? I am new in android...
  3. T

    PDF in Listview from Database

    Dear All; I want to build a new app which will show in a ListView all my PDF books extracted from Database and onclick it will open the PDF selected... What is the best way to store my pdf files ?? which database is better to use?? and how to extract it in the listview?? I am new in...