Giter Site home page Giter Site logo

realm-browser-android's People

Contributors

nikoyuwono avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

realm-browser-android's Issues

IP Address Formatting should use Locale.US

The formatting of the IP Address in RealmBrowser.java should use Locale.US. Otherwise, if it's running on a device whose language is set to a non English locale, the number digits for that language is used instead of English digits.

Basically, use the following line:

final String formatedIpAddress = String.format(Locale.US, "%d.%d.%d.%d", (ipAddress & 0xff), (ipAddress >> 8 & 0xff), (ipAddress >> 16 & 0xff), (ipAddress >> 24 & 0xff));

Content is not scrolled.

If the table has a large number of columns then content of this table doesn't fit on the screen and you can not scroll it. Also, if the list of tables is very long, it also does not scroll.

Could not build with Realm version 0.88.2

Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lio/realm/RealmCache$Callback;
:app:transformClassesWithDexForDebug FAILED

Comment this line then everything ok

//debugCompile 'com.nikoyuwono:realm-browser:0.1'

プロジェクトが読み込めませんでした。

Qiitaの記事にもコメントさせていただいたものです。
http://qiita.com/NikoYuwono/items/97968905bfa2ae08beac#comment-003cf8358cc84a374dfc

このコードをこちらの環境でうごかしてみようと思いgitからfork、その後手元のAndroidStudioでgradleプロジェクトとして開こうとしたら以下のようなエラーが発生してうまく読み込めませんでした。

Gradle 'realm-browser-android' project refresh failed
Error:Configuration with name 'default' not found.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.