K
K
kedobear2016-06-03 22:37:05
Android
kedobear, 2016-06-03 22:37:05

Widget for Android that displays a text file from the Internet?

I want to monitor some data from the server: the server generates a text file every N minutes, which will be available via the Internet. I need an android widget that will update this text file and display its content. Maybe you have seen something similar or can suggest an alternative solution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#algooptimize #bottize, 2016-06-03
@user004

Alternative solution
Write code
while(true) {
var content = await dowload(file);
textbox.text = content;
awaitTask.Dely(5000);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question