In this video will see how to resolve red color marked error on any project written in eclipse it can be selenium (webdriver,testNG,maven) or java. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Screenshot: Excerpt: In the…
Tag: external
How to add external jar file in selenium project/How to configure or import jar file for eclipse project?
In this video will see how to add/configure/import external jar files in selenium webdriver or any java eclipse project. Steps: Right click on project->Build Path->Configure Build Path->Libraries->Select ClassPath->Add External JARS->Select Jars to be uploaded->Click Open->Click Apply And Close. I hope you like this video. For any questions, suggestions or appreciation…
How to read an image file from Download folder and show it as bitmap in ImageView of your Android App?
This video shows the steps to read an image file from the download folder and then show it as bitmap in imageView widget of your Android App’s layout. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete…
How to save bitmap to an image file in Download folder from your Android App? Android 14 | API level 34
In this video it shows the steps to save a bitmap to image file in download folder from your Android App programmatically. It demonstrates this for Android 14 | API level 34. In this video it refers to the code from my below pages of posted earlier:https://programmerworld.co/android/how-to-fix-the-error-only-mutable-bitmaps-may-be-reconfigured-convert-immutable-bitmap-to-a-mutable-bitmap-in-android-app/https://programmerworld.co/android/how-to-create-and-save-an-image-file-in-download-folder-from-your-android-app-android-13-api-33/ I hope you…
How to access public files from the external directories, such as download or Image/ Picture folder, in your Android App? – Android 12 | API 31
This video shows the steps to enable your App to access the files outside of your App’s data folder. Using these methods one can access the files available in external public directories which can be easily accessed by all the Apps. In this video it shows two ways to get…