trepdas Active Member Licensed User Longtime User Jan 25, 2021 #1 Hello good people, My app need to parse a html file in order to read a specific string that was planted for it. What would be the best way to do it (speed,reliability) ? ftp ? webview? okhttputils lib? also, a sample code will be very very much appreciated... ? ? ?
Hello good people, My app need to parse a html file in order to read a specific string that was planted for it. What would be the best way to do it (speed,reliability) ? ftp ? webview? okhttputils lib? also, a sample code will be very very much appreciated... ? ? ?
Erel B4X founder Staff member Licensed User Longtime User Jan 25, 2021 #2 FTP has nothing to do with parsing. WebView has nothing to do with parsing. OkHttpUtils has nothing to do with parsing. [B4X] MiniHtmlParser - simple html parser implemented with B4X Upvote 0
FTP has nothing to do with parsing. WebView has nothing to do with parsing. OkHttpUtils has nothing to do with parsing. [B4X] MiniHtmlParser - simple html parser implemented with B4X
Erel B4X founder Staff member Licensed User Longtime User Jan 25, 2021 #4 [B4X] MiniHtmlParser - simple html parser implemented with B4X Upvote 0
trepdas Active Member Licensed User Longtime User Jan 25, 2021 #5 ohhh thank you thank you thank you exactly what I needed ? ? ? Upvote 0
trepdas Active Member Licensed User Longtime User Jan 25, 2021 #6 eventually i didn't need it since I used the Job As HttpJob to check for urls. it returns the html page code in any case , which is what I needed... Upvote 0
eventually i didn't need it since I used the Job As HttpJob to check for urls. it returns the html page code in any case , which is what I needed...