Android - Design

Using Custom and Downloadable Fonts in Android

To work with Custom Font, you need to install the latest version of Android Studio. A font resource defines a custom font that you can use in your app. Fonts can be individual font files or a collection of font files

Thu, 14 Apr 2022

Android Custom RecyclerView with Text using AndroidX

RecyclerView was introduced in Material Design in API level 21 (Android 5.0 i.e Lollipop). Material Design brings lot of new features in Android that changed a lot the visual design patterns regarding the designing of modern Android applications. Here you can see my YouTube video. You can get visual view from that. I resound again and again that if you have any query comment me in myandroidmaster.com comment section or on YouTube Comment Section.

Mon, 11 Apr 2022
Latest

Modal Bottom Sheet in Androidx with Examples - Working with BottomSheet

A user can view the full Bottom Sheet by dragging the sheet up vertically. Bottom Sheets are a lesser known part of the Design support library.

Thu, 21 Apr 2022
Popular in Android