Giter Site home page Giter Site logo

jetmagic's People

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  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  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jetmagic's Issues

Memory leak of MainViewModel

LeakCanary reports that the static var mainViewModel: MainViewModel in the Application class is leaked after ViewModel.onCleared() is invoked.

NavDrawerViewModel leaked

LeakCanary reports that an instance of NavDrawerViewModel is leaked after ViewModel.onCleared() is invoked.

Application crashes on Android 10 (API 29) Samsung Galaxy Note 10

Hi, as I said I will give a try your solution ๐Ÿ˜„
I think I found some problem. I mean reflection.
Generally reflection is bad idea. Statistically object initialization is about 10 times slower then new operator.
But it looks like compose have some additional policy in terms of reflection call inside compose functions

This line is breaking application startup (100% case)
composableInstance.viewmodel = composableResource.viewmodelClass.newInstance() as ViewModel

Licensing

At the end of README.md I see that your software is licensed under GPL3 (I get that both the library and the demo app share the same license).

Though this is entirely up to you (and I myself sometimes use GPL3 in my code when I see fit), for a library this somewhat impairs its usability. There are varying opinions about whether linking to a GPL3 library "infects" the whole application (requiring all of its code to be licensed under GPL3).

If you find it useful, please consider licensing your code (or at least the library) under LGPL.

This is not an issue per se, as nothing is broken. This is more a way to contact the author.

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.