Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question