In this video it shows the steps to convert the view of any widget (or layout) to Bitmap form in your Android App. This Bitmap is later used to display the image form in an imageView. I hope you like this video. For any questions, suggestions or appreciation please contact…
Tag: snapshot
How to print RecyclerView content in a PDF file from your Android App? – Android 13 | API 33
In this video it shows steps to print the content of the recycler view content (images) in a PDF file page. In this the Android App is developed in Android studio for Android 13 API 33 version. It re-uses the recycler view part of code from my previously published video….
How to take screenshot from your Android 11 App?
This video shows the steps to develop an Android 11 (API 30) App to take screenshot of your phone. It uses a very simple concept of going to the rootView from any view to get the complete screenshot. It shows 2 approaches: App’s button view and the window view to…