Tomafc
Tomafc
This should only be declared in the app -- it's actually giving me an error on my build when I include the library (even when I try to exclude it...
Added example usage as well as update release notes
It seems that https://jitpack.io is pretty popular now with creating build versions. Essentially you just need to make a release on github and tell people to reference in your gradle...
I am trying to wrap my CursorAdaptor subclass with the SimpleSectionedListAdapter class and it is giving me an issue: ``` java.lang.IllegalStateException: this should only be called when the cursor is...
I'm on an Android X project and even though it shows the countdown on the preview, when I run it, it doesn't show the widget -- only the Days Hours...
In the docs I see that we can set gravity for the tooltip (relative to the element), but how do I set a margin as well to finer control it?...
Hi there, I seem to be having an issue with dismissing the overlay, this is my init code: ``` mTourGuideHandler = TourGuide.init(this).with(TourGuide.Technique.Click) .setPointer(new Pointer()) .setToolTip(null) .setOverlay(new Overlay().disableClick(true)); ``` and later...
Fixed issue where interaction was not defined. Also unified formatting (it was using spaces in some places before and tabs elsewhere).
This is to support external libraries such as the ViewPagerIndicator.
When I run the basic producer sample according to the docs, I get this error: ``` /Users/ttt/repo/ratingbutler/kinesis/amazon-kinesis-client-nodejs/node_modules/aws-sdk/lib/request.js:31 throw err; ^ TypeError: "callback" argument must be a function at exports.setTimeout (timers.js:327:11)...