Skip to content

Tag: android

Unable to scroll to top in android WebView

Am working on my first project in android, Since am creating a browser i added progress bar and swipe to refresh option. when i scrolled to page bottom then i tied to scroll to the top of the page but swipe refresh option is triggered, when i tried to scroll to top. Problem: unable to scroll to top of the

How to extract all the URLs from the text in android

I want to get all the URLs from the given text using Patterns.WEB_URL.matcher(qrText); What I want to do: I am scanning a QR code, open the link in webView if the link contains link which contians the word “veridoc” showing in textView if the text scanned is not link or another link that does not …

Chaquopy in Android Studio module not found

I have implemented Chaquopy into my Android app to make use of pre-trained Neural Network models in python. Trying to call the python code, I am encountering; “com.chaquo.python.PyException: ModuleNotFoundError: No module named ‘DataLoader’ I am unsure if I have wrongly implemented the file …