Upload fragments into cloudlike platform and replace existing fragments with new ones?
up vote
-2
down vote
favorite
I am fairly new to programming and after picking up the java basics I started working with android and android studio to programm something I can interact with.
I was now given a task to create a survey app which displays a new question every single week to be answered by my colleagues.
My thinking was to initially save four to five questions and their corresponding answers into the equivilent number of fragments and display them on a tablet. The fragments should be switched every week by using the ScheduledExecuterService.
Now my only question is, how do I "feed" my app new questions to display? I was thinking about uploading new fragments into a cloudlike platform, let the app get its new fragments from there and then replace the old fragments aka old questions with the new fragments aka new questions.
The problem is, I have no idea, how to implement that into my app. I have heared of using HTTP request, but I don't know how to use that either.
Maybe u guys know a better solution to this?
android http android-fragments timer cloud
New contributor
add a comment |
up vote
-2
down vote
favorite
I am fairly new to programming and after picking up the java basics I started working with android and android studio to programm something I can interact with.
I was now given a task to create a survey app which displays a new question every single week to be answered by my colleagues.
My thinking was to initially save four to five questions and their corresponding answers into the equivilent number of fragments and display them on a tablet. The fragments should be switched every week by using the ScheduledExecuterService.
Now my only question is, how do I "feed" my app new questions to display? I was thinking about uploading new fragments into a cloudlike platform, let the app get its new fragments from there and then replace the old fragments aka old questions with the new fragments aka new questions.
The problem is, I have no idea, how to implement that into my app. I have heared of using HTTP request, but I don't know how to use that either.
Maybe u guys know a better solution to this?
android http android-fragments timer cloud
New contributor
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I am fairly new to programming and after picking up the java basics I started working with android and android studio to programm something I can interact with.
I was now given a task to create a survey app which displays a new question every single week to be answered by my colleagues.
My thinking was to initially save four to five questions and their corresponding answers into the equivilent number of fragments and display them on a tablet. The fragments should be switched every week by using the ScheduledExecuterService.
Now my only question is, how do I "feed" my app new questions to display? I was thinking about uploading new fragments into a cloudlike platform, let the app get its new fragments from there and then replace the old fragments aka old questions with the new fragments aka new questions.
The problem is, I have no idea, how to implement that into my app. I have heared of using HTTP request, but I don't know how to use that either.
Maybe u guys know a better solution to this?
android http android-fragments timer cloud
New contributor
I am fairly new to programming and after picking up the java basics I started working with android and android studio to programm something I can interact with.
I was now given a task to create a survey app which displays a new question every single week to be answered by my colleagues.
My thinking was to initially save four to five questions and their corresponding answers into the equivilent number of fragments and display them on a tablet. The fragments should be switched every week by using the ScheduledExecuterService.
Now my only question is, how do I "feed" my app new questions to display? I was thinking about uploading new fragments into a cloudlike platform, let the app get its new fragments from there and then replace the old fragments aka old questions with the new fragments aka new questions.
The problem is, I have no idea, how to implement that into my app. I have heared of using HTTP request, but I don't know how to use that either.
Maybe u guys know a better solution to this?
android http android-fragments timer cloud
android http android-fragments timer cloud
New contributor
New contributor
New contributor
asked Nov 19 at 14:02
cevapcichi
1
1
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
cevapcichi is a new contributor. Be nice, and check out our Code of Conduct.
cevapcichi is a new contributor. Be nice, and check out our Code of Conduct.
cevapcichi is a new contributor. Be nice, and check out our Code of Conduct.
cevapcichi is a new contributor. Be nice, and check out our Code of Conduct.
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%2f53376316%2fupload-fragments-into-cloudlike-platform-and-replace-existing-fragments-with-new%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