final OptionView singleSwipe = new OptionView.Builder()
.normalCard()
.text("Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text," +
" a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text, a lot of Text")
.title("Single Card")
.build();
SwipeableCard swipeableCard = findViewById(R.id.swipeCard);
swipeableCard.init(this,singleSwipe);
Hello, I've some troubles after adding your library:
Error:(28, 22) error: cannot access OnMapReadyCallback class file for com.google.android.gms.maps.OnMapReadyCallback not foundwhen i do simply