Skip to content

Tag: android-studio

Android Studio: Failed to initialize editor

I’m new with Android Studio technology. I’ve just launched a new empty project from scratch on Windows 10 machine. At first in my activity_main.xml file I could see an error “editor is unavaible until next gradle synch”. After clicking on “Synch Project with Gradle Files” t…

save image file with increment at the end of file name

enter image description here please someone help me “To save an image file with increment at end of file name” like(“image 1.jpg , image 2.jpg , etc..”) here is my code please some help me to make this,i am new learner to android-studio. Answer If I have understood your question proper…

Only some URLs not loading in Webview

Code Im trying to load this URL in webview and the webview is empty. What’s wrong with this URL? I tried replacing the URL with other links and it works perfectly. Answer It’s been a SSL handshake failed for HTTPS URL. for debugging the webview, pls add following line and you can inspect webview U…