mdsumonsarder
I'm an Full Stack Software Developer. Passionate by mobile and web technologies. Ideas maker, curious and nature lover.
Walton GroupCorporate Office
Pinned Repositories
Book-Store
Book Store in android studio
Dark-Mode-in-Android-Using-AppCompatDelegate
mplement Dark Mode in Android Using AppCompatDelegate in Android Studio
Data-Structure-and-Algorithm
Data Structure and Algorithm with Java Programming
FavoriteListwithRecyclerview
FavoriteListwithRecyclerview android studio
JSON-Data-with-RecyclerView
JSON Data To Android RecyclerView
Kishe-Vahi
The application is designed to help farmers.
NavigationDrawerExercise
NavigationDrawerExercise in android studio
POST-METHOD-with-Multiple-JSON-objects-in-android-studio
Retrofit Advance POST METHOD with Multiple JSON objects in android studio
Real-time-Restaurant-App
Real-time android App for adding(manager) and ordering(customer) food items for restaurant owner and customers built with Firebase.
RecyclerView-OnClickListener
RecyclerView OnClickListener in android studio
mdsumonsarder's Repositories
mdsumonsarder/Book-Store
Book Store in android studio
mdsumonsarder/POST-METHOD-with-Multiple-JSON-objects-in-android-studio
Retrofit Advance POST METHOD with Multiple JSON objects in android studio
mdsumonsarder/Dark-Mode-in-Android-Using-AppCompatDelegate
mplement Dark Mode in Android Using AppCompatDelegate in Android Studio
mdsumonsarder/Data-Structure-and-Algorithm
Data Structure and Algorithm with Java Programming
mdsumonsarder/JSON-Data-with-RecyclerView
JSON Data To Android RecyclerView
mdsumonsarder/Kishe-Vahi
The application is designed to help farmers.
mdsumonsarder/NavigationDrawerExercise
NavigationDrawerExercise in android studio
mdsumonsarder/RecyclerView-OnClickListener
RecyclerView OnClickListener in android studio
mdsumonsarder/Reduce-APK-Size-In-Android-Studio-Using-ProGuard
Reduce APK Size In Android Studio Using ProGuard
mdsumonsarder/Android-Custom-Dialog
Android Custom Dialog in Android Studio
mdsumonsarder/Android-Slide
Android Slide / Walkthrough / Onboarding Screen Design - Android Studio
mdsumonsarder/Collapsing-Toolbar-in-Android-Studio
Collapsing Toolbar in Android Studio
mdsumonsarder/Custom-Fonts-as-Resources-in-Android-Studio
In this tutorial, we will learn how to add custom fonts as resources into our Android Studio project. Unlike downloadable fonts, these local fonts are bundled with the APK and always available offline. We will also learn how we can bundle multiple fonts together into one font-family XML file, where we can specify a fontStyle and fontWeight for each font file, and let the system apply it to a TextView automatically in accordance to its textStyle (italic or bold). By adding the fontFamily attribute to the AppTheme instead of a single TextView, we can apply a font application-wide, and by using it on a Toolbar theme, we can change the font of the Toolbar specifically. We can also change the font of a TextView dynamically in Java code, by creating a Typeface object with getResources().getFont() or the ResourcesCompat compatibility version, and applying this Typeface to a TextView with setTypeface. Custom fonts are backward compatible down to API level 16 over the AppCompat support library. On API 28 and higher, we can specify the font weight directly over the Typeface.create method or the textFontWeight XML attribute. Supported font resources are ttf and otf files. We can access the free Google Fonts library directly over the Android Studio Design Editor.
mdsumonsarder/Expense-Manager
Expense Manager with MySQL
mdsumonsarder/Generate-and-Print-QR-Code
Generate and Print QR Code in Android Studio
mdsumonsarder/GET-METHOD-REAL-API
Retrofit Advance GET METHOD REAL API in android studio
mdsumonsarder/PHP-Database-MySQL-to-Android-RecyclerView
PHP Database MySQL to Android RecyclerView
mdsumonsarder/Spring-Boot-Quick-Start-Course
Spring Boot Quick Start Course
mdsumonsarder/Wifi-ON-OFF
Wifi ON OFF in Android Studio
mdsumonsarder/Android-SpinKit
Android loading animations
mdsumonsarder/Calculator-Project
Calculator Project used in HTML5, CSS3, jQuery
mdsumonsarder/fullstack-backend
Full Stack CRUD Application Spring Boot and React
mdsumonsarder/fullstack-frontend
Full Stack CRUD Application React
mdsumonsarder/mdsumonsarder
mdsumonsarder/Portfolio-Website
Portfolio Website used Bootstrap 4
mdsumonsarder/Spring-Boot
Spring Boot Projects
mdsumonsarder/spring-boot-master-class
Understand and love the power of Spring Boot - All its features are illustrated developing a web application managing todos and a basic API for survey questionnaire. Also covers unit testing, mocking and integration testing.
mdsumonsarder/SpringBootForBeginners
Spring Boot Tutorial For Beginners
mdsumonsarder/SpringBootWebApplicationStepByStep
Develop your first web application with Spring Boot Magic
mdsumonsarder/Thymeleaf-Full-Course
Thymeleaf Full Course With Spring Boot