Hi,
Put it in webserver and make it accessible via some web service (as
you have planned).

Think of situations if in future you have to update the data (which is
quite certain). In that case, you update in your server and the user
gets updated information without updating their android application.

But, if your POI dataset is fixed and not likely to be changed, your
users want to use them offline then you can put that on device.

I am not sure about your app, but as it is using POI, it might be
using map also, then most probably your maps are coming from the
internet. In that case, there is no harm getting the POI's online from
server.

My suggestion is to put the POI data online.

Regards
Sarwar Erfan


On Dec 1, 2:13 pm, Faheem Khatri <faheemkhatr...@gmail.com> wrote:
> I am creating LBS (android application) as a FYP. Help me where i put
> the database of my application in a web server(using MYSQL) or in
> android (My application using SQL Lite). The Poi's are huge so what i
> think sqlite will take time to filter it. is it well to put the
> database into web server so than my application send request to the
> server and than the server will do all the filtration and respond the
> application back with data in JSON or XML format.
>
> Regards,
> - Faheem Khatri

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to