MindOrks
- Gurgaon, India
- https://mindorks.com
- @MindOrksNextGen
- contact@mindorks.com
Pinned repositories
Repositories
-
android-interview-questions
Your Cheat Sheet For Android Interview - Android Interview Questions
-
MVI-Architecture-Android-Beginners
This repository contains a beginner sample app that implements MVI architecture
-
Fused-Location-API-Example
An example project to demonstrate how to use Fused Location API to fetch the current location in Android
-
Dagger-Hilt-Tutorial
An example project to demonstrate how to use the Dagger-Hilt in Android.
-
RxJava3-Android-Examples
RxJava 3 Android Examples - Migration From RxJava 2 to RxJava 3 - How to use RxJava 3 in Android
-
from-java-to-kotlin
From Java To Kotlin - Your Cheat Sheet For Java To Kotlin
-
Kotlin-Coroutines-Android-Examples
Learn Kotlin Coroutines for Android by Examples. Learn how to use Kotlin Coroutines for Android App Development.
-
ridesharing-uber-lyft-app
Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
-
Kotlin-Flow-Android-Examples
Kotlin Flow Android Examples - How to use it in Android Project
-
Jetpack-Compose-WhatsApp-Clone
An example project to demonstrate how to build WhatsApp using Jetpack Compose.
-
android-mvvm-architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
-
Jetpack-Compose-Android-Examples
Learn Jetpack Compose for Android by Examples. Learn how to use Jetpack Compose for Android App Development. Android’s modern toolkit for building native UI.
-
RadialProgressBar
Radial ProgressBar inspired by Apple Watch OS. It is highly Customisable
-
AndroidTensorFlowMachineLearningExample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
-
Paging3-Android-Tutorial
An example project to demonstrate how to use the Paging-3 in Android.
-
CrashReporter
CrashReporter is a handy tool to capture app crashes and save them in a file.
-
ConcatAdapter-Android-Example
In this project, we have demonstrated how to use Concat Adapter in Android
-
-
android-developer-roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
-
Dagger-Dynamic-Feature-Module
Project for using dagger in dynamic feature module
-
screenshot
This library helps to take screenshot dynamically
-
Dagger-Multi-Module-Android
Learn to use dagger for dependency management in a multi-module app
-
MVVM-Architecture-Android-Beginners
This repository contains a sample app that implements MVVM architecture using Kotlin, ViewModel, LiveData, and etc.
-
PRDownloader
PRDownloader - A file downloader library for Android with pause and resume support
-
Retrofit-Kotlin-Coroutines-Example
An example project to demonstrate how to use Retrofit with Kotlin Coroutines in Android
-
Open-PDF-File-Android-Example
An example project to demonstrate how to open a PDF file in Android programmatically
-
Uber-Car-Animation-Android
An example project to demonstrate how to Add Uber Like Car Animation in Android App
-
android-kotlin-mvp-architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
-
android-mvp-interactor-architecture
Extension of the android-mvp-architecture for very large projects.
-
android-mvp-basic-sample
Android MVP Basic Sample