All Projects → jshvarts → DaggerAndroidSampleApp

jshvarts / DaggerAndroidSampleApp

Licence: Apache-2.0 license
Simple app using Activity and Fragment that illustrates using dagger-android module introduced in Dagger 2.10

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to DaggerAndroidSampleApp

AndroidVIP
Android project to experiment the VIPER approach using mosby, RxJava and dagger2
Stars: ✭ 21 (+0%)
Mutual labels:  dagger-android, dagger-2
OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupli…
Stars: ✭ 314 (+1395.24%)
Mutual labels:  clean-architecture
bancher
Flutter Login/Register sample using clean architecture
Stars: ✭ 20 (-4.76%)
Mutual labels:  clean-architecture
Simple-MVVM
A simple Android MVVM pattern example
Stars: ✭ 34 (+61.9%)
Mutual labels:  dagger-android
simple-wallet
This is a simple wallet REST api that is capable of acount deposits and withdrawals, checking for account balance and providing a ministatement. It follows domain driven design practices. The project uses the DDD architecture approach.
Stars: ✭ 32 (+52.38%)
Mutual labels:  clean-architecture
clean-code-javascript-ko
🛁 Clean Code concepts adapted for JavaScript - 한글 번역판 🇰🇷
Stars: ✭ 1,767 (+8314.29%)
Mutual labels:  clean-architecture
Eva
Eva and Wall-e
Stars: ✭ 131 (+523.81%)
Mutual labels:  clean-architecture
Go-Clean-Architecture-REST-API
Golang Clean Architecture REST API example
Stars: ✭ 376 (+1690.48%)
Mutual labels:  clean-architecture
go-monolith-example
Example Go monolith with embedded microservices and The Clean Architecture
Stars: ✭ 186 (+785.71%)
Mutual labels:  clean-architecture
Reddnet
🎭 Minimal Reddit clone
Stars: ✭ 125 (+495.24%)
Mutual labels:  clean-architecture
frontend-clean-architecture
React + TypeScript app built using the clean architecture principles in a more functional way · 🧼 🏛 🍪
Stars: ✭ 1,816 (+8547.62%)
Mutual labels:  clean-architecture
ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
Stars: ✭ 29 (+38.1%)
Mutual labels:  clean-architecture
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+747.62%)
Mutual labels:  clean-architecture
roove
Dating app based on firebase services and facebook login. MVVM-Kotlin-RxJava-Dagger-Databinding
Stars: ✭ 55 (+161.9%)
Mutual labels:  clean-architecture
FlutterCleanArchitecture
Clean Architecture for Flutter
Stars: ✭ 85 (+304.76%)
Mutual labels:  clean-architecture
MVVMQuick
🚀使用MVVMQuick快速构建您的MVVM结构项目!(Quickly start projects with MVVMQuick!)
Stars: ✭ 23 (+9.52%)
Mutual labels:  dagger-android
Android-Clean-Architecture
This is a sample movie list Android application built to demonstrate use of Clean Architecture tools. Dedicated to all Android Developers - (Kotlin, MVVM, Clean Architecture, Rx-Java, Dagger, OkHttp, Unit Testing, SOLID principles, Code Coverage)
Stars: ✭ 268 (+1176.19%)
Mutual labels:  clean-architecture
Games
The Games app has two features which are listing and showing detail of games.
Stars: ✭ 15 (-28.57%)
Mutual labels:  clean-architecture
Kata-Dagger2-Android
Kata to practice Dependency injection using Dagger 2.
Stars: ✭ 21 (+0%)
Mutual labels:  clean-architecture
Awesome-Android-Open-Source-Projects
👓 A curated list of awesome android projects by open-source contributors.
Stars: ✭ 401 (+1809.52%)
Mutual labels:  clean-architecture

DaggerAndroidSampleApp

Build Status

Simple app written in Java using Activity and Fragment that illustrates using dagger-android module introduced in Dagger 2.10

This project accompanies my article Demystifying the new Dagger Android module located at https://medium.com/@jshvarts/exploring-the-new-dagger-android-module-9eb6075f1a46

Kotlin version is here: https://github.com/jshvarts/DaggerAndroidKotlinSampleApp

License

Copyright 2017 James Shvarts

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].