Vit Hradecky
Vit Hradecky
I don't have an answer to your question, but if those 2000 icons are not unique, you can reuse the Bitmapdescriptor among the markers that share it to save memory.
@Okeanos, @Fleker - You need to download source for the cards library,and fix it in the source. This will fix your issue with multiple layouts inflated on the same card....
You can set a layout_margin for the CardViewNative.
I see this issue as well on Android 6.0. Works fine or lower versions.
It seems making `getChildViewType` unique for each child fixes this issue. But is this the correct approach? ``` @Override public int getChildViewType( int parentPosition, int childPosition ) { return 3...
There is still an issue in the latest build. A single tap on the screen with no motion doesn't create a dot. A small amount of motion is required to...
Yes, you are absolutely right! I was hoping some other lib user could pick it up, I am also super tied-up with my app right now.
It is not hosted on maven, sorry. You need to download and host yourself, or include as a module in your project.
Sorry but I have zero time available to do it. The best approach is one of the two I mentioned. Sorry. On Tue, Jun 12, 2018 at 10:35 AM, MiguelHincapieC...
You probably don't want to do this in the Behavior, but in your Activity's (or Fragment's) onCreateOptionsMenu On Mar 17, 2017 11:45 PM, "Rakesh Kashyap" wrote: > I tried to...