Android Shopping App And SQLite

Posted by Melih Mucuk on Stack Overflow See other posts from Stack Overflow or by Melih Mucuk
Published on 2012-11-22T10:54:24Z Indexed on 2012/11/22 10:59 UTC
Read the original article Hit count: 212

I want to develop shopping app for android and it should works like tinypay.me

Users can sign up and they sell items or buy items immediately.

I need to database. I want to use SQLite but I don't find any answer to these questions:

  • SQLite database files are stored on the user's phone, isn't it ?

If it's true, here is the scenario:

User logged in, then he/she wants to sells something on app. He/she creates ad and he/she published it on the app. These variables writing their database.

When other users logged in, will they see this ad? If it's possible, how can sync database between users ?

Thanks for attention.

© Stack Overflow or respective owner

Related posts about android

Related posts about sqlite