SamsetDev
Forward-thinking Android developer with strong experience in building, integrating, testing, and maintaining mobile applications. Skilled in creating efficient.
HCL TechIndia
Pinned Repositories
BattreyDozeMode-master
android N battrey doze mode on/off
BottomBar
Hello friends if you want selecteble bottom bar use this sample.
FragmentPopBackStack
Fragmentbackstack
KotlinNavigationDrawer
kotlin navigation drawer
LanguageChange
If you want change your language locally use this sample
Mvvm-android-master
The main players in the MVVM pattern are: The View — that informs the ViewModel about the user’s actions The ViewModel — exposes streams of data relevant to the View The DataModel — abstracts the data source. The ViewModel works with the DataModel to get and save the data.
NougatCamera
Camera Demo
RecyclerviewDecoration
Recyclerview Decoration
ServiceWithAlarmManager
In this service i set ceratin time in alarm manager and fire event every 15 min
ShimmerLayout-master
ShimmerLayout
SamsetDev's Repositories
SamsetDev/KotlinNavigationDrawer
kotlin navigation drawer
SamsetDev/BattreyDozeMode-master
android N battrey doze mode on/off
SamsetDev/Mvvm-android-master
The main players in the MVVM pattern are: The View — that informs the ViewModel about the user’s actions The ViewModel — exposes streams of data relevant to the View The DataModel — abstracts the data source. The ViewModel works with the DataModel to get and save the data.
SamsetDev/ServiceWithAlarmManager
In this service i set ceratin time in alarm manager and fire event every 15 min
SamsetDev/ShimmerLayout-master
ShimmerLayout
SamsetDev/AndroidTv-Sample
In this sample i am creating Android Tv App
SamsetDev/AutoRestartApp
In this sample i restart app after certain time interval
SamsetDev/BluetoothConnectivity
In this app we we are develop bluetooth connect and pair
SamsetDev/CustomShape-master
Custom vector and layer-list shape in android
SamsetDev/FirebaseJobDispatcher
FirebaseJobDispatcher is a use for background job executing
SamsetDev/JetPack-Navigation
Android JetPack is a set of android components designed with Kotlin in mind, available with Android Studio 3.2.
SamsetDev/JetpackComposeBasics-master
This is jetpack compose basic components sample.
SamsetDev/ProductFlavors
Product Flavore to saparate and maintain code reusibility
SamsetDev/RecyclerView
recycler view
SamsetDev/RecyclerviewSapnning
Recyclerview Spanning
SamsetDev/RetrofitDaggerConnection
How to make retrofit connection with dagger.
SamsetDev/RetrofitOfflineSample
Offline App reduces bandwidth consumption.
SamsetDev/SampleDisableCopyPaste
Disable copy paste in EditText, i handle all type of edittext
SamsetDev/ViewModel-mster
The ViewModel class is designed to store and manage UI-related data in a conscious way. The ViewModel is able to live through the configuration changes. It means that even after the Activity is destroyed and recreated after the phone rotation, you’ll still have the same ViewModel with the same data
SamsetDev/ViewPagerIgnoreoffscreenlimit
In this sample i am use observer for ignore offscreenPagelimit
SamsetDev/WorkManager-jetpack
Workmanager is a new android library and workManager is a part of jetPack library
SamsetDev/AndroidAccountManager-mster
Manage android account manager
SamsetDev/DesableCopyPaste
If you are explore all internet and google and not found exact solution on restrict copy paste as well as disable clipboard, you here right place
SamsetDev/JetpackCompose-Sample
Here we are learn about how to use jetpack compose for designing.
SamsetDev/JetpackComposeNetwork-main
Jetpack-Compose network call sample
SamsetDev/ktorSample-Beginner
SamsetDev/MyLife-master
This project is a simple story app that allows users to add stories day by day, with the option to specify the time for each entry.
SamsetDev/SearchableSpinner
Searchable Spinner allow you to easily search along spinner items using Dialog with EditText.
SamsetDev/SharedViewModel
In android, we can use ViewModel to share data between various fragments or activities by sharing the same ViewModel among all the fragments and they can access everything defined in the ViewModel. This is one way to have communication between fragments or activities
SamsetDev/SOLID-Principle
A good system needs a good code base that is easy to read, understand, maintain (add/change features, fix bugs), and extend in the future. This saves development time and resources while increasing work satisfaction. So SOLID principle is heart of the any development of software.