Giter Site home page Giter Site logo

jocelin09 / offline-english-dictionary Goto Github PK

View Code? Open in Web Editor NEW
13.0 0.0 2.0 8.27 MB

An English dictionary app where you can get definition,antonyms,synonyms and examples of the searched word.

Java 100.00%
sqlite-database offline-app java english-dictionary firebase-analytics firebase-crashlytics material-design

offline-english-dictionary's Introduction

Offline-English-Dictionary

An English dictionary app where you can get definition,antonyms,synonyms and examples of the searched word.

Database Used:

  • SQLite DB

Firebase:

  • Analytics
  • Crashanalytics
Attaching some screenshots:

offline-english-dictionary's People

Contributors

jocelin09 avatar

Stargazers

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

offline-english-dictionary's Issues

Please Help Crashing in suggestion

Crash when you typing something to search

it says in logcat exception: Row too big to fit into CursorWindow
FULLLOGCAT BELOW:
2020-04-02 16:33:28.531 26973-27758/offline.english.dictionary E/CursorWindow: Failed to read row 0, column 0 from a CursorWindow which has 1 rows, 0 columns.
2020-04-02 16:33:28.532 26973-27758/offline.english.dictionary E/SQLiteQuery: exception: Row too big to fit into CursorWindow requiredPos=0, totalRows=30; query: SELECT _id,en_word FROM words WHERE en_word LIKE 'he%' LIMIT 30
2020-04-02 16:33:28.536 26973-27758/offline.english.dictionary W/Filter: An exception occured during performFiltering()!
android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, totalRows=30
at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:1060)
at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:161)
at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:149)
at android.support.v4.widget.CursorFilter.performFiltering(CursorFilter.java:54)
at android.widget.Filter$RequestHandler.handleMessage(Filter.java:234)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:214)
at android.os.HandlerThread.run(HandlerThread.java:65)
2020-04-02 16:33:28.549 26973-26973/offline.english.dictionary D/AndroidRuntime: Shutting down VM
2020-04-02 16:33:28.550 26973-26973/offline.english.dictionary E/AndroidRuntime: FATAL EXCEPTION: main
Process: offline.english.dictionary, PID: 26973
java.lang.NullPointerException: Attempt to invoke virtual method 'int android.database.CursorWindow.getNumRows()' on a null object reference
at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:162)
at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:149)
at android.support.v4.widget.CursorAdapter.getCount(CursorAdapter.java:217)
at android.widget.AutoCompleteTextView$PopupDataSetObserver$1.run(AutoCompleteTextView.java:1416)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7156)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:975)
2020-04-02 16:33:28.851 26973-27128/offline.english.dictionary W/CrashlyticsCore: Cannot send reports. Settings are unavailable.
2020-04-02 16:33:28.852 26973-26973/offline.english.dictionary E/UncaughtException: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.database.CursorWindow.getNumRows()' on a null object reference
at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:162)
at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:149)
at android.support.v4.widget.CursorAdapter.getCount(CursorAdapter.java:217)
at android.widget.AutoCompleteTextView$PopupDataSetObserver$1.run(AutoCompleteTextView.java:1416)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7156)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:975)

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.