How to sync data from server to local database everyday once in android?
up vote
-1
down vote
favorite
some data is there on the server.I've to sync that data in my local database every day once. Is there any mechanism to do that?
android
add a comment |
up vote
-1
down vote
favorite
some data is there on the server.I've to sync that data in my local database every day once. Is there any mechanism to do that?
android
Would be great if you elobrate more about your scenerio, for now you as per your question I have a suggestion for you to make a Service and make a Broadcast having intent filter of android.intent.action.DATE_CHANGED, this is how you can get whenever date change, Make an api call which will call on date change and OnSuccess of that api call store the data in your localDB.
– Taha wakeel
Nov 22 at 15:46
Thanks, @Tahawakeel.I just gone through this question.
– Atul Dk
Nov 22 at 15:49
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
some data is there on the server.I've to sync that data in my local database every day once. Is there any mechanism to do that?
android
some data is there on the server.I've to sync that data in my local database every day once. Is there any mechanism to do that?
android
android
asked Nov 22 at 15:38
Atul Dk
26
26
Would be great if you elobrate more about your scenerio, for now you as per your question I have a suggestion for you to make a Service and make a Broadcast having intent filter of android.intent.action.DATE_CHANGED, this is how you can get whenever date change, Make an api call which will call on date change and OnSuccess of that api call store the data in your localDB.
– Taha wakeel
Nov 22 at 15:46
Thanks, @Tahawakeel.I just gone through this question.
– Atul Dk
Nov 22 at 15:49
add a comment |
Would be great if you elobrate more about your scenerio, for now you as per your question I have a suggestion for you to make a Service and make a Broadcast having intent filter of android.intent.action.DATE_CHANGED, this is how you can get whenever date change, Make an api call which will call on date change and OnSuccess of that api call store the data in your localDB.
– Taha wakeel
Nov 22 at 15:46
Thanks, @Tahawakeel.I just gone through this question.
– Atul Dk
Nov 22 at 15:49
Would be great if you elobrate more about your scenerio, for now you as per your question I have a suggestion for you to make a Service and make a Broadcast having intent filter of android.intent.action.DATE_CHANGED, this is how you can get whenever date change, Make an api call which will call on date change and OnSuccess of that api call store the data in your localDB.
– Taha wakeel
Nov 22 at 15:46
Would be great if you elobrate more about your scenerio, for now you as per your question I have a suggestion for you to make a Service and make a Broadcast having intent filter of android.intent.action.DATE_CHANGED, this is how you can get whenever date change, Make an api call which will call on date change and OnSuccess of that api call store the data in your localDB.
– Taha wakeel
Nov 22 at 15:46
Thanks, @Tahawakeel.I just gone through this question.
– Atul Dk
Nov 22 at 15:49
Thanks, @Tahawakeel.I just gone through this question.
– Atul Dk
Nov 22 at 15:49
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can achieve multiple ways
1.Work Manager (I preferred) Doc it's part of android jetpack. you can add task constraints like batter level,network status,mobile charging. Recurring tasks Example
2.Syncadapter
3.broadcast receiver + Service(beware with Android Oreo ) in android 8 you can't start service in background otherwise you have to use foreground service
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can achieve multiple ways
1.Work Manager (I preferred) Doc it's part of android jetpack. you can add task constraints like batter level,network status,mobile charging. Recurring tasks Example
2.Syncadapter
3.broadcast receiver + Service(beware with Android Oreo ) in android 8 you can't start service in background otherwise you have to use foreground service
add a comment |
up vote
0
down vote
You can achieve multiple ways
1.Work Manager (I preferred) Doc it's part of android jetpack. you can add task constraints like batter level,network status,mobile charging. Recurring tasks Example
2.Syncadapter
3.broadcast receiver + Service(beware with Android Oreo ) in android 8 you can't start service in background otherwise you have to use foreground service
add a comment |
up vote
0
down vote
up vote
0
down vote
You can achieve multiple ways
1.Work Manager (I preferred) Doc it's part of android jetpack. you can add task constraints like batter level,network status,mobile charging. Recurring tasks Example
2.Syncadapter
3.broadcast receiver + Service(beware with Android Oreo ) in android 8 you can't start service in background otherwise you have to use foreground service
You can achieve multiple ways
1.Work Manager (I preferred) Doc it's part of android jetpack. you can add task constraints like batter level,network status,mobile charging. Recurring tasks Example
2.Syncadapter
3.broadcast receiver + Service(beware with Android Oreo ) in android 8 you can't start service in background otherwise you have to use foreground service
edited Nov 22 at 16:34
answered Nov 22 at 16:21
Vinoth M
2622
2622
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53434274%2fhow-to-sync-data-from-server-to-local-database-everyday-once-in-android%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Would be great if you elobrate more about your scenerio, for now you as per your question I have a suggestion for you to make a Service and make a Broadcast having intent filter of android.intent.action.DATE_CHANGED, this is how you can get whenever date change, Make an api call which will call on date change and OnSuccess of that api call store the data in your localDB.
– Taha wakeel
Nov 22 at 15:46
Thanks, @Tahawakeel.I just gone through this question.
– Atul Dk
Nov 22 at 15:49