Code Monkey home page Code Monkey logo

iet-vit / ffcsez Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 1.0 4.96 MB

FFCSeZ is an app to facilitate the smooth and hassle-free preparation of timetables during FFCS. The app can be used by any student studying in VIT right from the first years to the final years.

Home Page: https://play.google.com/store/apps/details?id=com.tfd.ffcsez

License: MIT License

Java 100.00%
ffcs vit-university time-table app-development room-database backdrop project mongodb-realm mongodb-atlas firebase

ffcsez's People

Contributors

1407arjun avatar prasoonsoni avatar saisukesh04 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

prasoonsoni

ffcsez's Issues

Data fetching repeated on theme change

When server data is updated, app fetches new data from server. But if I change the theme, it'll refetch data. Same will going on if I keep on changing theme. This stops once the app is restarted.

List not updating when filters removed

When text in the search box is changed, the filters get removed but the list doesn't change subsequently unless the go button is clicked. MainActivity.java onTextChanged

Recycler View SmoothSrcoll

All recycler views should return to the first position when refreshed. Tried using recyclerView.smoothScrollToPosition(0) but this doesn't seem to work or works ambiguously. Alternatives or fixes needed.

Memory not freed on deleting in Room Db

When rows in a particular table are deleted in Android Room Database using the query DELETE FROM table, the rows are actually deleted from the table but, their equivalent memory is not freed. This is causing memory to accumulate each time a refresh takes place and new data is added which doesnt use the unused memory but creates it's own seperate memory space.
Screenshot_20210710-174305_Settings

Realm exception in background thread

The error is caused in the onError callback section of the Realm.getInstanceAsync in SplashActivity.java even though the downloads are completed.

E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.tfd.ffcsez, PID: 16702
    io.realm.exceptions.RealmException: Exception happens when initializing Realm in the background thread.
        at io.realm.BaseRealm$InstanceCallback.onError(BaseRealm.java:1029)
        at io.realm.Realm$Callback.onError(Realm.java:1992)
        at com.tfd.ffcsez.SplashActivity$1$2.onError(SplashActivity.java:144)
        at io.realm.RealmCache$CreateRealmRunnable$2.run(RealmCache.java:301)
        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:7078)
        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:964)
     Caused by: UNKNOWN(unknown:-1): Operation Canceled
        at io.realm.internal.objectstore.OsAsyncOpenTask.start(OsAsyncOpenTask.java:43)
        at io.realm.internal.SyncObjectServerFacade.downloadInitialFullRealm(SyncObjectServerFacade.java:207)
        at io.realm.internal.SyncObjectServerFacade.downloadInitialRemoteChanges(SyncObjectServerFacade.java:199)
        at io.realm.RealmCache.doCreateRealmOrGetFromCache(RealmCache.java:437)
        at io.realm.RealmCache.createRealmOrGetFromCache(RealmCache.java:412)
        at io.realm.RealmCache$CreateRealmRunnable.run(RealmCache.java:247)
        at io.realm.internal.async.BgPriorityRunnable.run(BgPriorityRunnable.java:34)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:459)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:764)

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.