I have see this character in a View description in the next code…the view is building using 2 custom components but I am looking for a explanation about this:
<view
class="com.icemobile.staatsloterij.ui.component.CustomCarousel$CustomViewFlipper"
android:id="@+id/carousel_flipper"
android:layout_width="275dp"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
/>
CustomViewFlipperis a inner class inCustomCarousel.$it’s the way to reference that class(because the java compiler will generate the nameCustomCarusel$CustomViewFlipperfor theCustomViewFlipperclass).