All Projects → remychantenay → Firebucket

remychantenay / Firebucket

Glimpse into Firebase, with a simple TODO list app built around Dagger, RxJava 2, Clean architecture and of course, Firebase.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Firebucket

Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-75%)
Mutual labels:  rxjava, mvp, clean-architecture, mvp-android
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-73.4%)
Mutual labels:  rxjava, mvp, dagger, mvp-android
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (-39.63%)
Mutual labels:  rxjava, firebase, mvp, dagger
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (-62.5%)
Mutual labels:  rxjava, mvp, clean-architecture, mvp-android
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-83.24%)
Mutual labels:  rxjava, mvp, clean-architecture, mvp-android
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+2598.4%)
Mutual labels:  rxjava, mvp, mvp-android
Android Base Mvp
Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP
Stars: ✭ 141 (-62.5%)
Mutual labels:  rxjava, mvp, dagger
Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (-51.06%)
Mutual labels:  rxjava, mvp, mvp-android
Bubbble
Sample app showcases the MVP pattern and Robert Martin's Clean Architecture approach.
Stars: ✭ 226 (-39.89%)
Mutual labels:  rxjava, clean-architecture, mvp-android
Movieguide Kotlin
Movie discovery app showcasing Kotlin, RxJava, Dagger2, MVP using Clean Architecture
Stars: ✭ 222 (-40.96%)
Mutual labels:  rxjava, mvp, clean-architecture
Movieguide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
Stars: ✭ 2,573 (+584.31%)
Mutual labels:  rxjava, mvp, clean-architecture
UTair-MVP-Sample
Android Clean Architecture + MVP Sample written in Kotlin
Stars: ✭ 27 (-92.82%)
Mutual labels:  mvp, dagger, clean-architecture
Android Architecture
🌇该项目结合 MVP 与 Clean 架构思想,探索在 Android 项目上的最佳实践。
Stars: ✭ 112 (-70.21%)
Mutual labels:  rxjava, mvp, dagger
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-97.34%)
Mutual labels:  mvp, clean-architecture, mvp-android
Starwars-clean
Simple project with clean architecture
Stars: ✭ 34 (-90.96%)
Mutual labels:  mvp, dagger, clean-architecture
AndroidMVPArchitecture
Android MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
Stars: ✭ 78 (-79.26%)
Mutual labels:  rxjava, mvp, dagger
Android-Learning-Resources
My curated list of resources for learning Android Development.
Stars: ✭ 24 (-93.62%)
Mutual labels:  rxjava, mvp, dagger
Android Mvp Starter
Create/Generate your MVP projects easily
Stars: ✭ 72 (-80.85%)
Mutual labels:  rxjava, mvp, dagger
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-75.8%)
Mutual labels:  rxjava, mvp, mvp-android
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-95.74%)
Mutual labels:  mvp, clean-architecture, mvp-android

Firebucket

Firebase

A glimpse into the astonishing future of BaaS- Firebase with a simple To do list app.

Presentation

Since its interesting evolution from the Google I/O 2016, my goal was to play with Firebase to witness the potential as well as the limitations.

This project is nothing more than a way to play with what I've learn. I was also curious to see how it fits with the tools I usually use such as Dagger and RxJava.

Screenshots

Read More

Download

Firebase modules used

  • Database
  • Crash Report
  • Remote Config
  • Analytics
  • FirebaseJobDispatcher
  • Performance (introduced during the Google IO 17)

Tools

  • Firebase
  • Dependency Injection (Dagger 2)
  • ButterKnife
  • RxJava 2, RxAndroid

Pattern

  • MVP: Model-View-Presenter
  • MVVM: Model-View-ViewModel (using Android Data Binding)

Clean Architecture

The project is following a Clean architecture approach.

Tests

The complete set of tests is coming.

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].