Duarte Barbosa

Results 11 issues of Duarte Barbosa

**Describe the bug** Can't upload to internal track "Error: Unknown Error in Upload(Error: Only releases with status draft may be created on draft app.): Only releases with status draft may...

bug

``` java.lang.NoSuchMethodError: No virtual method into(Landroid/widget/ImageView;)Lcom/bumptech/glide/request/target/Target; in class Lcom/bumptech/glide/RequestBuilder; or its super classes (declaration of 'com.bumptech.glide.RequestBuilder' appears in /data/app/net.quarkapps.ezmeet-2/split_lib_dependencies_apk.apk) at com.github.florent37.materialviewpager.header.MaterialViewPagerImageHelper$1.onAnimationEnd(MaterialViewPagerImageHelper.java:63) at android.support.v4.view.ViewPropertyAnimatorCompat$1.onAnimationEnd(ViewPropertyAnimatorCompat.java:748) at android.view.ViewPropertyAnimator$AnimatorEventListener.onAnimationEnd(ViewPropertyAnimator.java:1121) at android.animation.ValueAnimator.endAnimation(ValueAnimator.java:1149) at android.animation.ValueAnimator.doAnimationFrame(ValueAnimator.java:1309) at...

Hi, How can I add programatically existing search results like on the video demo Popular, Newest etc? Thanks

It works, but sometimes it shows this error: (Double Tap) I don't know how to replicate tho :/ ``` Process: com.test.testmenu, PID: 5675 java.lang.NullPointerException: Attempt to invoke virtual method 'float...

Hi I want to do something like this: I have a text like: Hello And i wan't 'e' to vanish and push the text to the left so that it...

Hi, Can anyone tell me how I can center a gameObject (for example a vehicle) in the middle of the closest road?

Title says it all. What shall i do? compile 'com.github.dexafree:materiallist:3.2.2'

Hi I am trying to close the fragment and go back to my Activity when the user is logged in. So I did: ``` private void initSocialNetwork(SocialNetwork socialNetwork){ getActivity().getSupportFragmentManager().beginTransaction().remove(this).commit(); }...