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 ReadingAdd badge count to navigation drawer hamburger icon – Android
NavigationDrawer provides easy access to menu functions. Sometimes the menu items have some actionable content available. To notify user that…
Continue ReadingMigrate to Android Room with Date column – Android
Migrating our apps to Android Room from conventional SQLite Database was flawless except when we encountered issue with Date column…
Continue ReadingGenerate app name with version code, name and flavour name – Android
After a build is shared to a team or group of people, sometimes a question arises that what was the…
Continue ReadingSet up Continuous Integration server (Jenkins) for Android Projects
Jenkins is one of the best open-source Continuous Integration server available. It helps in automating the builds and sharing of…
Continue ReadingSolution: Access to the dex task is now impossible, starting with 1.4.0
Everybody* who wants to upgrade to and above 1.4.0 build tool version is getting this error. Error:Access to the dex…
Continue ReadingProduct Flavors in Android
Environment plays a vital role in the application development. As per the requirements, we have to create few environments, viz.…
Continue Reading