Skip to content
#

android-library

Here are 3,949 public repositories matching this topic...

aruns2896
aruns2896 commented Dec 1, 2019

Describe the bug
I'm using glide of version 4.10.0 which isn't compatible with version built-in library

Error Log is
No virtual method load(Landroid/net/Uri;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/xx.xx.xx-BGXekzWzVW7ZewJgueHnGw==/base.apk)

khadkarajesh
khadkarajesh commented Jan 25, 2019

Expected behaviour

If any permission has requested on the code but hasn't declared on the manifest. We should provide a proper message to declare permission on manifest

Actual behaviour

Not showing any message to declare in manifest

Steps to reproduce

Execute the code without declaring camera permission on the manifest.

     Dexter.withActivity(context)
        
Khareesh0892
Khareesh0892 commented Nov 22, 2018

Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.

So, from android documentation i could see that it can be set through xml as android:tooltipText="ToolTip" and from code it can be set as view.setTooltipText("ToolTip");. I don't understand how to `setTooltipTe

Improve this page

Add a description, image, and links to the android-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the android-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.