Best way to send data from DB to Android

user2846400

I have a remote database (have images and text). I want to make an android application which is get data from database when new data added to db..

GCM is good for this project but how can i send images with GCM? (because GCM msg limit 4KB) or should i use web service ?

Any idea?

Thanks for helping..

Sulabh Gupta

You can use GCM to notify app that data has been updated and whenever you receive this notification, start your web service to fetch data & images.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Android best way to send and receive from/to a server

From Dev

Best way to export huge data from Oracle DB to Oracle DB

From Dev

Best way to export huge data from Oracle DB to Oracle DB

From Dev

What is the Best way to Expose Data from an AWS RDS Mysql DB?

From Dev

Best method to retrive data from SQL DB in Android

From Dev

Postgres: Best way to move data from public schema of one DB to new schema of another DB

From Dev

Postgres: Best way to move data from public schema of one DB to new schema of another DB

From Dev

Best way to send JSON data.

From Dev

what is the best way to transfer data from android app to a database on server?

From Dev

best and optimal way of storing data in DB

From Dev

Best way to save data in android

From Dev

Best way to access data from mysql db on other non-local machines

From Dev

Best way to send an image path url from local PC to an Android app over TCP?

From Dev

The best way to delete items in hierarchy way from a DB table in mysql?

From Dev

Php mail() send data from db with table

From Dev

Retrieve Certain Data From DB and Send It To View

From Dev

Retrieving data from a DB and send it via mail

From Dev

Best way to store location data - Android

From Dev

What is the best way to create a data table in android?

From Dev

Android, Best way to store lists of data

From Dev

Best way to store location data - Android

From Dev

Android best way to save settings and data

From Dev

Best way to send large amount of form data to an object

From Dev

What is the best way to send Python generated data to PHP?

From Dev

Best way to send image data to a server using WebClient

From Dev

what is the best way to send a large amount of data between two computers?

From Dev

Best way to send data that will populate multiple divs using jquery?

From Dev

What is the best way to send Python generated data to PHP?

From Dev

what is the best way to send all data in listview into server?

Related Related

  1. 1

    Android best way to send and receive from/to a server

  2. 2

    Best way to export huge data from Oracle DB to Oracle DB

  3. 3

    Best way to export huge data from Oracle DB to Oracle DB

  4. 4

    What is the Best way to Expose Data from an AWS RDS Mysql DB?

  5. 5

    Best method to retrive data from SQL DB in Android

  6. 6

    Postgres: Best way to move data from public schema of one DB to new schema of another DB

  7. 7

    Postgres: Best way to move data from public schema of one DB to new schema of another DB

  8. 8

    Best way to send JSON data.

  9. 9

    what is the best way to transfer data from android app to a database on server?

  10. 10

    best and optimal way of storing data in DB

  11. 11

    Best way to save data in android

  12. 12

    Best way to access data from mysql db on other non-local machines

  13. 13

    Best way to send an image path url from local PC to an Android app over TCP?

  14. 14

    The best way to delete items in hierarchy way from a DB table in mysql?

  15. 15

    Php mail() send data from db with table

  16. 16

    Retrieve Certain Data From DB and Send It To View

  17. 17

    Retrieving data from a DB and send it via mail

  18. 18

    Best way to store location data - Android

  19. 19

    What is the best way to create a data table in android?

  20. 20

    Android, Best way to store lists of data

  21. 21

    Best way to store location data - Android

  22. 22

    Android best way to save settings and data

  23. 23

    Best way to send large amount of form data to an object

  24. 24

    What is the best way to send Python generated data to PHP?

  25. 25

    Best way to send image data to a server using WebClient

  26. 26

    what is the best way to send a large amount of data between two computers?

  27. 27

    Best way to send data that will populate multiple divs using jquery?

  28. 28

    What is the best way to send Python generated data to PHP?

  29. 29

    what is the best way to send all data in listview into server?

HotTag

Archive