[android-developers] Re: Pulling phpBB posts to an Android app

2012-11-30 Thread bob
Sounds like a job for java.net.HttpURLConnection. On Tuesday, November 27, 2012 10:18:41 AM UTC-6, Nirab pudasaini wrote: I am developing an android app. I need to pull posts from an online phpBB 3 forum and then display them in my app. How do i achieve this -- You received this

Re: [android-developers] Re: Pulling phpBB posts to an Android app

2012-11-30 Thread Mário César Mancinelli de Araújo
Actualy you can make a whole new UI for the phpBB, if you were able to access the forum database. It's not dificult, you just have to search for a good documentation about the phpBB. Em 30/11/2012 20:50, bob b...@coolfone.comze.com escreveu: Sounds like a job for java.net.HttpURLConnection.