I'm building an application, which uses the BCTextEngine Library as a detailed view of a story and uses the tutorial : https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/#content
to download a file in the news
the problem appears in the log:
"HttpUtils2Service is declared twice. You should either remove the library reference or the code module."
because I have added the BCTextEngine
What is the solution when I want to add a file download feature and display it with a progressbar in the news details that I created using the BCTextEngine?
to download a file in the news
the problem appears in the log:
"HttpUtils2Service is declared twice. You should either remove the library reference or the code module."
because I have added the BCTextEngine
What is the solution when I want to add a file download feature and display it with a progressbar in the news details that I created using the BCTextEngine?