Related
Display item selected from AutoCompleteTextView in Chip – Android
In this blog we are going to display a list of planets in an AutoCompleteTextView. The list of planets will…
Continue ReadingDisplay progress using ProgressBar – Android
The scenario is to display progress in a ProgressBar and the percentage in a TextView. Once the download is complete,…
Continue ReadingAdd border to just one side of View – Android
At some point there is a need to display a layout with border(s). And sometimes the border is required in…
Continue ReadingBottomSheetDialogFragment – Disable Cancel on Touch Outside and Drag – Android
Disable Cancel on Touch Outside & on Back press In order to create a BottomSheetDialogFragment which should not dismiss on…
Continue Reading