Hatzen

Results 35 comments of Hatzen

I have a similar issue. anyone got further informations?

This relates to bintrays shoutdown since 1st May. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ use https://jitpack.io/docs/ with implementation 'com.github.google:flexbox-layout:1.0.0' instead

Can you provide your changes please? ------- 1. your project build.gradle file should look like: ``` buildscript { ... } allprojects { repositories { google() .... maven { url "https://jitpack.io"...

What will the next steps look like? Will this issue be handled as is or are there plans to make a demo App or at some documentation for creating an...

@nicholasfulton thanks for your fast response. The last days i tried it a few times but could not get it working. Probably it is my bad but i cant get...

Thanks for the fast, good and detailed answer. 1. i would like to contribute and will have a look at the compile and test process android. I cant promise anything,...

As there is already an issue closed with the excat same error, i guess it would be better to make those needed methods abstract?

Why dont you use a custom slide fragment? Simply create a layout and inflate it in the new Fragment class extending WelcomeBaseFragment. Within MaterialIntroActivity you can easily add these Fragments...

Didnt test it myself but you can fork this repo and change the line app:currentPageIndicatorColor="@android:color/white" within activity_material_intro.xml to any color you want. Forks can easily used with gradle via jitpack....