ArjunGupta08
Open Source enthusiast | Android Developer | Java | Kotlin | MVVM | Jetpack Compose | XML
India
Pinned Repositories
acharyaprashant
Backend-with-MySql-DB
This application contains demo GET POST PUT and DELETE API. They all are connected with MySql Database. Here is the learning from the project - Custom Exception Handling, I'm adding the youtube playlist which i followed to learn these concepts.
Horizontal-CalendarDate-With-Click-listener
it shows an horizontal row of dates and days of an perticular month and it is clickable.
Java-System-Design-
JsonPlaceHolder-Api-in-Android-Application
Implementing JsonPlaceHolder API using Retrofit. It is an multi screen application which deals with different endpoints of this API. [@GET, @Query]
Paging3-with-offline-support-using-remote-mediator
MVVM + HILT + Paging 3 Jetpack Component + Room DB. Providing offline support to pagination using Remote Mediator. storing data in Room DB.
Retrofit-Coruotines-Room-MvvM-
Implementing Meme API with the help of retrofit and Coroutines and storing that Data in Room Database and also following MvvM architecture!!
TD-Jetpack-Compose
Frontend Designed using Jetpack Compose
To-Do-MVVM-Kotlin
ToDo application Following by MVVM architecture, Kotlin, Room Database, Coroutines, Live data.
Rscoop
ArjunGupta08's Repositories
ArjunGupta08/Horizontal-CalendarDate-With-Click-listener
it shows an horizontal row of dates and days of an perticular month and it is clickable.
ArjunGupta08/Paging3-with-offline-support-using-remote-mediator
MVVM + HILT + Paging 3 Jetpack Component + Room DB. Providing offline support to pagination using Remote Mediator. storing data in Room DB.
ArjunGupta08/acharyaprashant
ArjunGupta08/Quotes-MvvM
This application is based on the concept of ViewModel and ViewModelFactory.
ArjunGupta08/To-Do-MVVM-Kotlin
ToDo application Following by MVVM architecture, Kotlin, Room Database, Coroutines, Live data.
ArjunGupta08/android-interview-questions
Your Cheat Sheet For Android Interview - Android Interview Questions
ArjunGupta08/Android-MVVM-Testing
ArjunGupta08/Android-Unit-Testing
Unit Testing Introduction
ArjunGupta08/ArjunGupta08
Config files for my GitHub profile.
ArjunGupta08/automatic-otp-view-kotlin
Shift Focus automatically in between multiple EditText.
ArjunGupta08/Cart-Compose
ArjunGupta08/Chunk-Encryption
Sample java code for Read and Write to File using chunk encryption (At-least 1gb file)
ArjunGupta08/Coroutines-Unit-Testing
Learn how to test coroutines. Difference between runBlocking and runTest. etc.
ArjunGupta08/Dagger-2
Dagger 2 introduction
ArjunGupta08/Espresso-UI-Tests-Example
Implementing espresso UI Testing for Android
ArjunGupta08/find-hardware-information
Write a Java program to find the hardware information of the pc/Laptop using library Oshi-core/
ArjunGupta08/Hilt
Dependency injection with Hilt
ArjunGupta08/Hotel-Manager
Hotel Manager Application with modern features
ArjunGupta08/Implement-Google-map-with-custom-marker
Implementing Google Map with Custom Marker.
ArjunGupta08/In-app-update
ArjunGupta08/MVVM-with-Dagger2
Dependency injection using Dagger 2, Following MVVM architecture!
ArjunGupta08/MVVM-with-Hilt
Implementing Hilt Dependency Injection followed by MVVM architecture.
ArjunGupta08/OCR-implementation-in-android
Implementing the functionality of ocr in android using kotlin!
ArjunGupta08/Pagination-Android-Java
Infinite Scrolling in recycler view using pagination
ArjunGupta08/Paging3-with-MVVM
Implementing Paging 3 for Infinite scrolling, Followed by MVVM architecture.
ArjunGupta08/R-Connect-FE-Android
ArjunGupta08/read-otp-from-sms-android
Read OTP from SMS using Broad Cast Receiver
ArjunGupta08/Testing-Room-DB
Unit test room database along with LiveData testing.
ArjunGupta08/Work-Manager-Chainable
Performing a chain of task using WorkManaer
ArjunGupta08/Work-Manager-OneTime
Implementing One Time Work Manager with some Constraints.