Welcome
I will explain a little:
The application is to be about B4A. I meant my own application written in B4A, more specifically a text editor.
Action:
When you click on a text file in your phone's browser, the Editor should open the (.txt) file - that's it.
Thank you for your interest so far, I think he has already suggested something to me - (see # 2.)
we're getting a little closer.
so, you will write a text editor in b4a, correct? and this editor will be launched when someone clicks on a file name, correct?
there are some problems. the biggest problem has to do with the file's being somewhere on the internet. this means you have to download the file first onto your device and then share it with your text editor.
you say:
When you click on a text file in your phone's browser, the Editor should open the (.txt) file
the phone's browser is, typically, chrome (there are other browsers). it is very unclear what you
mean by "you click on a text file in your phone's browser". how do you imagine this
happening? normally, if you see a reference to a file in a browser, it is a hypertext link. you
click on it and the browser will load the referenced file (if it can. otherwise, it will try to save it.)
technically, it is possible make the browser do something you want it to by injecting javascript,
but, in practice - in this case - it will be extremely difficult.
if the file were already downloaded (into your files/download folder), the user could very
easily click on it for sharing, and your text editor would appear as a target (you have to register
your editor, but that's not difficult). you need to explain exactly how a text file is "in your browser".