All Projects → ImangazalievM → Bubbble

ImangazalievM / Bubbble

Sample app showcases the MVP pattern and Robert Martin's Clean Architecture approach.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bubbble

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 (-72.12%)
Mutual labels:  rxjava, dagger2, clean-architecture, android-architecture, mvp-android
Just Another Android App
An Android base app with loads of cool libraries/configuration NOT MAINTAINED
Stars: ✭ 1,654 (+631.86%)
Mutual labels:  rxjava, dagger2, android-architecture, mvp-android, android-development
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-58.41%)
Mutual labels:  rxjava, dagger2, 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 (+4389.38%)
Mutual labels:  rxjava, dagger2, android-architecture, mvp-android
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (-10.18%)
Mutual labels:  clean-architecture, android-architecture, mvp-android, android-development
Debt-Manager
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
Stars: ✭ 22 (-90.27%)
Mutual labels:  android-development, android-architecture, dagger2, mvp-android
Cleanarchitecturemanifest
Description of the main principles and rules for building an Android application using Clean Architecture approach
Stars: ✭ 444 (+96.46%)
Mutual labels:  clean-architecture, android-architecture, mvp-android, android-development
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (-31.86%)
Mutual labels:  clean-architecture, android-architecture, android-development
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (-53.54%)
Mutual labels:  clean-architecture, android-architecture, mvp-android
Doubanbook
一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 Kotlin for Android App 。
Stars: ✭ 151 (-33.19%)
Mutual labels:  rxjava, dagger2, clean-architecture
Android Tech Frontier
【停止维护】一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目
Stars: ✭ 10,334 (+4472.57%)
Mutual labels:  rxjava, dagger2, android-architecture
Android Developer Roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
Stars: ✭ 2,170 (+860.18%)
Mutual labels:  rxjava, android-architecture, android-development
Droid Feed
Aggregated Android news, articles, podcasts and conferences about Android Development
Stars: ✭ 174 (-23.01%)
Mutual labels:  dagger2, android-architecture, android-development
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-55.75%)
Mutual labels:  rxjava, dagger2, mvp-android
Movieguide Kotlin
Movie discovery app showcasing Kotlin, RxJava, Dagger2, MVP using Clean Architecture
Stars: ✭ 222 (-1.77%)
Mutual labels:  rxjava, dagger2, clean-architecture
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-59.73%)
Mutual labels:  rxjava, dagger2, mvp-android
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-63.72%)
Mutual labels:  dagger2, clean-architecture, android-architecture
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (-38.94%)
Mutual labels:  rxjava, dagger2, clean-architecture
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (-36.73%)
Mutual labels:  dagger2, clean-architecture, mvp-android
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (-68.14%)
Mutual labels:  dagger2, android-architecture, android-development

Bubbble

Bubbble is Dribbble client for Android.

This app showcases the MVP pattern and Uncle Bob Martin's Clean Architecture approach.

Libraries and tools used:

  • Google Support Libraries
  • RxJava 2 - for reactive programming
  • Dagger 2 - for dependency injection
  • Retrofit 2 - for Networking
  • Gson - for parsing the JSON responses
  • [Moxy] - for MVP pattern implementation
  • Glide - for image loading
  • Material Drawer - for sliding menu
  • Stetho - for debugging
  • JUnit - for unit testing
  • Mockito - for mocking & stubbing objects
  • Espresso - for instrumentation tests

Roadmap

  • [x] Recomended/recently shots screen
  • [x] Shot details screen
  • [x] User profile screen
  • [x] Shot sharing
  • [x] Shot image downloading
  • [x] Search by shots
  • [ ] User authentication
  • [ ] Shots liking
  • [ ] Comments liking
  • [ ] Commenting

Setup

Replace dribbble_client_id, dribbble_client_secret, dribbble_client_access_token in gradle.properties file to yours. For more information please visit this page.

Screenshots

License

The MIT License

Copyright (c) 2017 Mahach Imangazaliev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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].