Android Bottom Sheet component slides up from the bottom showing more relevant content. You can notice bottom sheets in apps like map apps (bottom sheet reveals location, directions information), music players (Play bar sticks to bottom and opens when swipe up). The bottom sheet is the component of android design…
Nowadays image filters are quite common in lot of android apps. Instagram is famous for its popular filters feature…
Android ButterKnife library is a view injection library that injects views into android activity / fragments using annotations. For…
We often see Settings screen in many android apps through which you can configure the app preferences on your…
Introduction of RecyclerView is the best thing ever happen to android world. You can create stunningly beautiful lists and…