All Projects → realm → Realm Android Adapters

realm / Realm Android Adapters

Licence: apache-2.0
Adapters for combining Realm Java with Android UI components and framework classes

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Realm Android Adapters

Swiftreorder
Easy UITableView drag-and-drop cell reordering
Stars: ✭ 340 (-17.07%)
Mutual labels:  ui-components
Pnotify
Beautiful JavaScript notifications with Web Notifications support.
Stars: ✭ 3,601 (+778.29%)
Mutual labels:  ui-components
Flutter badges
A flutter package for creating badges.
Stars: ✭ 391 (-4.63%)
Mutual labels:  ui-components
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+752.68%)
Mutual labels:  realm
Rimble Ui
React components that implement Rimble's Design System.
Stars: ✭ 357 (-12.93%)
Mutual labels:  ui-components
Realm Tasks
To Do app built with Realm, inspired by Clear for iOS
Stars: ✭ 369 (-10%)
Mutual labels:  realm
Pcui
UI component library for the web
Stars: ✭ 335 (-18.29%)
Mutual labels:  ui-components
Drawer Behavior
Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
Stars: ✭ 394 (-3.9%)
Mutual labels:  ui-components
Flutter Settings Ui
Create native settings for Flutter app in a minutes.
Stars: ✭ 363 (-11.46%)
Mutual labels:  ui-components
Formsfx
A framework for easily creating forms for a JavaFX UI.
Stars: ✭ 380 (-7.32%)
Mutual labels:  ui-components
Kendo Angular
Issue tracker - Kendo UI for Angular
Stars: ✭ 352 (-14.15%)
Mutual labels:  ui-components
Http Auth
Node.js package for HTTP basic and digest access authentication.
Stars: ✭ 355 (-13.41%)
Mutual labels:  realm
Radialmenu
A highly customizable radial menu that's very easy to setup.
Stars: ✭ 371 (-9.51%)
Mutual labels:  ui-components
Airframe React
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
Stars: ✭ 3,659 (+792.44%)
Mutual labels:  ui-components
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (-6.83%)
Mutual labels:  ui-components
Ui
Low-code Framework for Web Apps in PHP
Stars: ✭ 335 (-18.29%)
Mutual labels:  ui-components
Overwatch Ui
A UI library of Overwatch, built with Vue.js
Stars: ✭ 365 (-10.98%)
Mutual labels:  ui-components
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-0.98%)
Mutual labels:  ui-components
Accessible components
Listing of accessible components & patterns
Stars: ✭ 393 (-4.15%)
Mutual labels:  ui-components
Svelte Materialify
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Stars: ✭ 351 (-14.39%)
Mutual labels:  ui-components

Realm

Realm is a mobile database that runs directly inside phones, tablets or wearables.

This repository holds adapters for combining Realm Java with Android UI components and framework classes.

Currently supported UI components are:

Getting Started

This library only works together with Realm Java. Please see the detailed instructions in our docs to add Realm to your project.

To add the adapters to your project, add the following to you app's dependencies:

repositories {
    jcenter()
}

dependencies {
    compile 'io.realm:android-adapters:3.1.0'
}

This library is only compatible with Realm Java 3.0.0 and above.

Documentation

Documentation for Realm can be found at realm.io/docs/java. The API reference is located at realm.io/docs/java/api.

Getting Help

  • Need help with your code?: Look for previous questions on the #realm tag — or ask a new question. We activtely monitor & answer questions on SO!
  • Have a bug to report? Open an issue. If possible, include the version of Realm, a full log, the Realm file, and a project that shows the issue.
  • Have a feature request? Open an issue. Tell us what the feature should do, and why you want the feature.
  • Sign up for our Community Newsletter to get regular tips, learn about other use-cases and get alerted of blogposts and tutorials about Realm.

Using Snapshots

If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use a -SNAPSHOT release of the current development version of Realm via Gradle, available on OJO

repositories {
    maven {
        url 'http://oss.jfrog.org/artifactory/oss-snapshot-local'
    }
}

dependencies {
    compile 'io.realm:android-adapters:<version>'
}

See version.txt for the latest version number.

Building Realm Android Adapters

In case you don't want to use the pre-compiled version, you can build the library from source.

Prerequisites:

  • Download/the JDK 7 or JDK 8 from Oracle and install it.
  • Download & install the Android SDK, Android 7.1 (API 25) (for example through Android Studio’s Android SDK Manager)

Once you have completed all the pre-requisites building Realm is done with a simple command

./gradlew assemble

That command will generate:

  • an aar file for the adapter library in adapters/build/outputs/aar/android-adapters-release.aar

Other Commands

  • ./gradlew monkeyDebug will run the monkey tests on the example project.
  • ./gradlew javadoc will create the javadoc for the library.
  • ./gradlew artifactoryPublish will upload a SNAPSHOT to OJO.
  • ./gradlew bintrayUpload will upload a release to Bintray.

Contributing

See CONTRIBUTING.md for more details!

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

License

Realm Android Adapters is published under the Apache 2.0 license.

Feedback

If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning @realm, or email [email protected] to let us know about it!

And if you don't like it, please let us know what you would like improved, so we can fix it!

analytics

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