This video provides the steps to show an image in full screen model for your Android TV App. 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 source code and other details: Screenshots:
Tag: apps
How to get the clipboard text (copied data) programmatically in your Android App?
This video shows the steps to get the clipboard text (copied data) in your Android App programmatically. 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 source code and other details:
How to get the Text of the Button pressed/ clicked in your Android App?
In this video it shows the code to fetch the text of button which is clicked in your Android App. It shows how one can type cast the View to Button variable type and fetch the respective text from it in your Android App. I hope you like this video….
How to make your own custom keyboard (in-app keyboard) for your Android App?
In this video it shows the steps to create your own custom keyboard for your Android App. 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 source code and other details: Screenshots:
How to disable keyboard pop-up (Soft Input Method) on clicking the Edit Text in your Android App?
In this video it shows the code to hide the soft input method (key-board defined in Android OS) when any of the input widget, such as Edit Text (Plain Text) is clicked in the Android App. I hope you like this video. For any questions, suggestions or appreciation please contact…
How to create Excel file from ListView data and save it in Download directory from your Android app?
This video shows the steps to create an excel file from the ListView data. In this demo it first creates the ListView with some sample string data. Then in the button onClick method, it reads the listView data one by one iteratively and populate the respective cells of an excel…
How to download an image file from AWS S3 using signed URL in your Android App?
In this video it shows the steps for downloading an image file from AWS (Amazon Web Services) S3 (Amazon Simple Storage Service) in your Android App. It uses the signed URL of the file which is valid for a limited period (max 12 hours). In this demo the signed URL…
How to convert Square wave into Pulse wave/ Signal in your Simulink model in MATLAB R2023a?
This video shows how to design a Simulink model to convert a Square waveform to a Pulse Waveform/ signal. It uses all basic blocks such as delay block and switch block to implement the logic. It uses Scope to visualize the output. I hope you like this video. For any…
How to generate PDF report using PUBLISH command in MATLAB?
In this video it shows the use of PUBLISH command to generate a PDF report for your MATLAB code. 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 source code and other details: Sample MATLAB Script for…
How to modulate the speech by setting pitch & rate in TextToSpeech using SeekBars in your Android App?
In this video it shows steps to modulate the sound of Text to Speech API by setting the pitch and speech rate using the seek bar in Android App. 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…