facebook - how can i use late posting in android -
facebook - how can i use late posting in android -
i have develop facebook application in android.in have post message in facebook wall. uncertainty is, if application loaded in mobile,i want post message in wall if wife/network connection on otherwise run on round until network connected 1 time network connect message post on facebook wall possible.
from sounds of want defer network communications until have wifi connection, in case facebook wall posts.
i first part of problem handle messages when posted. utilize service on receipt of message will, check wifi status , either post available, or store message in queue if not.
the sec part register broadcastreciever start above service on next intents.
android.net.wifi.wifi_state_changed android.net.wifi.supplicant.connection_change
once receives 1 of these intents, can check status of message queue, check status of wifi, , if connected post messages.
android facebook wifi
Comments
Post a Comment