ihorvitruk / buddysearch

Android Clean Architecture example using MVP, Rx: RxJava, RxAndroid, Dagger 2, Data Binding, Retrolambda, Firebase Database, Firebase Auth, Firebase Messaging (FCM), Realm
Apache License 2.0
208 stars 44 forks source link

Entities depend on Realm #7

Open hleeanexinet opened 7 years ago

hleeanexinet commented 7 years ago

In the entities/realm, the classes extend RealmObject. Isn't this a violation of the dependency rule?

mHerasimov commented 7 years ago

@hleeanexinet could you provide some links first? Are you talking about this package, buddy?[https://github.com/ihorvitruk/buddysearch/tree/master/data/src/main/java/com/buddysearch/android/data/entity/realm]()