Pinned Repositories
android-jetpack
My space to try out new members of Android SDK, particularly from Android Jetpack.
base-avd
My playground to have fun with Android's Animated Vector Drawable
base-mvp
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVP architecture
base-mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
motionlayout-playground
My space to play around with the Motion Layout API
news-app-lite
A lite/minimalistic version of a news app created using Jetpack Compose and CLEAN architecture
sample-task-2
[Interview Test] A sample app to show post list with heterogeneous elements. Built with Kotlin, MVVM, RxJava, Dagger2, Architecture Components, Unit Tests etc. App also supports data persistency for offline use case.
sample-task-3
[Interview Test] A sample app to show pizza customization with nested Recycler View also having restrictions on the combination which comes from the API. Built with Kotlin, MVVM, RxJava, Dagger2, Architecture Components, Unit Tests etc.
spotify-clone-compose
A spotify clone where the images are loaded from some online end point [Early version]
weather-app-lite
A lite/minimalistic version of a weather app created using Jetpack Compose and CLEAN architecture
abhigit-hub's Repositories
abhigit-hub/base-mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
abhigit-hub/base-avd
My playground to have fun with Android's Animated Vector Drawable
abhigit-hub/base-mvp
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVP architecture
abhigit-hub/motionlayout-playground
My space to play around with the Motion Layout API
abhigit-hub/sample-task-2
[Interview Test] A sample app to show post list with heterogeneous elements. Built with Kotlin, MVVM, RxJava, Dagger2, Architecture Components, Unit Tests etc. App also supports data persistency for offline use case.
abhigit-hub/sample-task-3
[Interview Test] A sample app to show pizza customization with nested Recycler View also having restrictions on the combination which comes from the API. Built with Kotlin, MVVM, RxJava, Dagger2, Architecture Components, Unit Tests etc.
abhigit-hub/news-app-lite
A lite/minimalistic version of a news app created using Jetpack Compose and CLEAN architecture
abhigit-hub/spotify-clone-compose
A spotify clone where the images are loaded from some online end point [Early version]
abhigit-hub/android-jetpack
My space to try out new members of Android SDK, particularly from Android Jetpack.
abhigit-hub/bnv-circular-reveal
Bottom Navigation View with circular reveal animation
abhigit-hub/compose-code-along
This repo is used as a space to quickly get started by having hands-on experience doing code-alongs following popular YouTube videos on Jetpack Compose (primarily UI based apps but not necessarily true throughout)
abhigit-hub/custom-view-playground
Space to learn Custom Views, which may include drawing simple geometric shapes or extending a View component to alter its appearance and behaviour. Also touched on extending view groups to have compound views
abhigit-hub/image-loading-experiment
About Experiment to see how different image loading libraries or widgets respond to fitting in higher resolution images into smaller space or views. ImageView does the downsampling very poorly causing image blurs, while Glide and Picasso perform better.
abhigit-hub/weather-app-lite
A lite/minimalistic version of a weather app created using Jetpack Compose and CLEAN architecture
abhigit-hub/MindOrks-BootCamp-Instagram-Project
In the making of a stripped down version of the Instagram app. This app will be written in Kotlin and is intended to showcase Android Architecture Components such as Room, LiveData, ViewModel all housed in a MVVM architecture.
abhigit-hub/practice-git
A practice git repository where you can eff up as much as you'd like plus work with a real, living, breathing person on the other side. Here we learn all things git. Feel free to send Pull Requests to see what it's like when someone asks you "Can you squash your commits for us" and you're all like "How the hell do I do that?"
abhigit-hub/RxBasicsKata
Practical challenges for RxJava learners
abhigit-hub/sample-task
[Interview Test] A sample app to show user list with pagination using RxJava