Skip to content

asanchezyu/RealmExample

Repository files navigation

RealmExample

Realm example with MVP pattern and clean architecture

Realm is one of the most powerful databases in Android development. Nowadays is :

  • Inserts: 2x faster than SQLite
  • Queries: 7x faster than SQLite
  • Counts: 9x than SQLite

Realm is under development, but, it is a good choice for been our application database.

In this example, we have made one example for Realm (insertions, deletions, and queries), with MVP pattern and clean architecture.

Libraries we used on this project:

The architecture we have applied in this example is based on the example "Dagger2Scopes", made by Jorge Castillo

License

Copyright 2016 Alejandro Sánchez

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.

About

Realm example with MVP pattern and clean architecture for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages