In this video it shows the steps to access the HDMI Passthrough input in your Android TV App. It shows the inputs whatever is passed through the HDMI cable in the TvView widget of your TV App. I hope you like this video. For any questions, suggestions or appreciation please…
Tag: presentation
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…