In this video it shows how to use ScrollBy API of RecyclerView to scroll the pages in recycler view programmatically from your Android App’s code. To build the recycler view it re-uses the part of code previously published in our below page:https://programmerworld.co/android/how-to-show-images-in-recycler-view-in-your-android-app/ I hope you like this video. For any…
Tag: up
How to show images in Recycler View in your Android App?
In this video it shows how to place and show the images in recycler view in your Android App. It creates the RecyclerViewCustomAdapter class for showing the images by setting the respective bitmaps of the images in the imageview. It uses a Frame layout containing ImageView used for the RecyclerView…
How to make constraint layout scrollable by using ScrollView and HorizontalScrollView in your Android App?
In this video it shows the steps to make the constraint layout scrollable in both vertical and horizontal direction by adding ScrollView and HorizontalScrollView in your App’s constraint layout design respectively. In this App it implements certain widgets in extreme bottom and right position in the layout to show the…
How to highlight/ show marker at the touch points in your Android App using pop up window?
In this video it shows how to highlight or put some marker (pointers) at the points touched by the user in your Android App. It uses pop up window with complete red background which is inflated at the position the user touches on the view. The points of touch is…