-
Updated
May 21, 2020 - Java
android-library
Here are 3,949 public repositories matching this topic...
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)
-
Updated
May 25, 2020 - Kotlin
Hi, by just following your readme nothing happens when I add one of your ItemAnimators. Is there maybe documentation missing?
Is it necessary to set a duration? Is it necessary to always call notifyItemInserted() or notifyItemRemoved()?
I've a reycleview with cardviews and if i click on them it opens an other activity. But the first item always appeared like this:
And then the second item is showed correct:
 it makes it quite hard to debug when using it.
-
Updated
Nov 19, 2019 - Java
The current callback uses encodeURI to encode the content of the editor.
When typing a string that includes the '+' character the onTextChanged callback returns an empty s
-
Updated
Mar 26, 2020 - Java
-
Updated
May 7, 2020 - Kotlin
Documentation error
-
Updated
Dec 24, 2019 - Kotlin
-
Updated
May 9, 2020 - Kotlin
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)
-
Updated
Nov 19, 2018 - Java
-
Updated
May 18, 2020 - Java
-
Updated
Apr 5, 2020 - Kotlin
-
Updated
Apr 23, 2020 - Java
-
Updated
Jan 7, 2020 - Java
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.
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."
It would be great if you could attach the demo apk to each release.
I often find myself in a situation where I don't understand each attribute and would quickly like to try it out. I assume more people would benefit from that.
It could also be automated through a gradle task for which I could create a pull request.