Coder Social home page Coder Social logo

tangoagency / viking Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 511 KB

License: MIT License

Java 100.00%
android android-architecture android-data-binding android-library android-mvp android-mvvm annotation-processing annotation-processor dagger dagger2 dependency-injection

viking's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

viking's Issues

Null handling for clurster / marker etc. items

@BindingAdapter("gmv_clusterItems")
  public static <T> void clusterItems(GoogleMapView googleMapView,
      Collection<T> items) {
    if (items == null) {
      return;
    }

    googleMapView.clusterItems(items);
  }

We should handle nulls differently. If user passes null IMHO we should remove all elements.

Do not use CLusterManager when not needed

 Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.maps.android.clustering.ClusterManager" on path: DexPathList[[zip file "/data/app/net.droidlabs.ticketsreminder.debug-38aeX_U6xg0I3aCGunMJ0g==/base.apk", zip file "/data/app/net.droidlabs.ticketsreminder.debug-38aeX_U6xg0I3aCGunMJ0g==/split_lib_directories_apk.apk"],nativeLibraryDirectories=[/data/app/net.droidlabs.ticketsreminder.debug-38aeX_U6xg0I3aCGunMJ0g==/lib/x86, /data/app/net.droidlabs.ticketsreminder.debug-38aeX_U6xg0I3aCGunMJ0g==/base.apk!/lib/x86, /data/app/net.droidlabs.ticketsreminder.debug-38aeX_U6xg0I3aCGunMJ0g==/split_lib_directories_apk.apk!/lib/x86, /system/lib, /system/vendor/lib]]
                                                                                       at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
                                                                                       at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
                                                                                       at java.lang.ClassLoader.loadClass

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.