Pinned Repositories
activity-transitions
android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
android-clean-architecture-mvi-boilerplate
A fork of our clean architecture boilerplate using the Model-View-Intent pattern
android-data-binding-rxjava
Demo that shows how to use RxJava with Android Data Binding ObservableFields
Android-Kotlin-Clean-Architecture
Android Sample Clean Architecture App written in Kotlin
Android-Kotlin-Coroutines-with-Retrofit
So in this project we will make a simple application with the help of Coroutines and Retrofit . Where we will fetch some data from server through Retrofit, and fetching data will be on background through Coroutines after that we will show that data in Ui.
android-kotlin-retrofit-coroutines-mvvm
A sample code where I tried to implement the android jetpack library, retrofit, and coroutines.
android-lifecycles
manishgithub1173's Repositories
manishgithub1173/android-clean-architecture-mvi-boilerplate
A fork of our clean architecture boilerplate using the Model-View-Intent pattern
manishgithub1173/Android-Kotlin-Coroutines-with-Retrofit
So in this project we will make a simple application with the help of Coroutines and Retrofit . Where we will fetch some data from server through Retrofit, and fetching data will be on background through Coroutines after that we will show that data in Ui.
manishgithub1173/android-kotlin-retrofit-coroutines-mvvm
A sample code where I tried to implement the android jetpack library, retrofit, and coroutines.
manishgithub1173/androidmvp
MVP Android Example
manishgithub1173/AndroidTestingSample
The Shopping list app used to learn and write test cases, also used as an example in medium article to explain testing.
manishgithub1173/CleanArchitecture
Clean Architecture - Kotlin, MVVM, Use cases
manishgithub1173/Coinverse
The first audiocast app for cryptocurrency news.
manishgithub1173/componentizationArch
manishgithub1173/demo
A demo repository for My JSON Server (Alpha)
manishgithub1173/engineer-manager
A list of engineering manager resource links.
manishgithub1173/flowing-retail
Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
manishgithub1173/Foodium
🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).
manishgithub1173/GithubTrendingRepos-1
Android - MVVM with Clean Architecture Blueprint Written In Kotlin
manishgithub1173/GitHubUsers
Technical assessment test for Sr. Android Developer at Platforms Common Foundation. Used technologies are in the topics.
manishgithub1173/heroku-kafka-demo-java
A simple demo app to demonstrate Apache Kafka on Heroku using Java
manishgithub1173/java-design-patterns
Design patterns implemented in Java
manishgithub1173/kafka-streams-examples
Demo applications and code examples for Apache Kafka's Streams API.
manishgithub1173/manishgithub1173.github.io
manishgithub1173/microservice-kafka
Demo to show how Apache Kafka can be used for communication between microservices
manishgithub1173/Modular-Reactive-MVVM
manishgithub1173/movies-usf
A port of the original repo with RxJava refactored out.
manishgithub1173/mvvm_android_template
MVVM Android Template
manishgithub1173/NullAway
A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
manishgithub1173/rxWebSocket
rxWebSocket is a simple reactive extension of OkHttp Websocket interface with support for Convertor Factories and Interceptors.
manishgithub1173/SimpleCachingExample
manishgithub1173/spring-microservices
Spring Cloud Micro Services with Eureka Discovery, Zuul Proxy, OAuth2 Security, Hystrix CircuitBreaker, Sleuth Zipkin, ELK Stack Logging, Kafka, Docker and many new features
manishgithub1173/stateFlows
A guide for using state flows in Android
manishgithub1173/Tandem
A simple Android Application uses Tandem API, MVVM architecture, jetpack components, and Coroutines + Flow.
manishgithub1173/tivi
Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv. It is still in its early stages of development and currently only contains two pieces of UI. It is under heavy development.
manishgithub1173/todo-android-app
Android Example to showcase architecture patterns.