In this video it shows the steps to include the external Jar files in your Android Studio as libraries. It shows how the gradle file gets updated by adding the Jar files in the Android Studio environment. I hope you like this video. For any questions, suggestions or appreciation please…
Tag: files
How to drag and drop elements in selenium webdriver?
In this video we will see the drag and drop functionality using selenium werbdriver. How to automate the process of dragging one element on other element using selenium. 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 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…
How to add watermark in your PDF file from your Android App?
In this video it shows the steps to add the watermark in your PDF file. It uses PdfStamper object to put the watermark (stamp) as an over content on your PDF pages. In this video it re-uses the create PDF method code from our below page: It further develops the…
How to create a simple text file in your iOS App? – Xcode tutorial using swift language
This Video shows simple steps to create a text file from your iOS App. It shows the simple swift code which is written to do create the file in the document directory of the iPhone. It uses Xcode environment to develop and simulate the App in the in-built simulator. It…
How to create an Excel file from your Android App?
This video shows the steps to create an Excel file in your Android App. It uses third party library (not available as in-built APIs) from org.apache.poi. It hard-codes the file name and sheet name in the code. However, that can be taken as an input from the user. For the…