At time of writing, Slices are not displayed anywhere in the Android system or Google apps yet as per the docs:
Slices will start appearing soon for users, but you can start building today.
As you noted, the actual implementation to render/display a Slice, called SliceView
, is already available, however no apps have actually implemented this yet (at least not to my knowledge). You could implement this yourself but there isn't much point if you only intend to display your own Slices (you could just use regular views then). The main use-case to implement SliceView
yourself would be if you were a launcher type app and were looking to display Slices from other applications.
The Slice Viewer app demonstrates an implementation of SliceView
but its main purpose for now is to let you build and test your Slices in preparation for other apps implementing SliceView
.
At Google I/O 2018, in the Slices session, it was announced that the first system area for Slices to show will be Google Search to enhance app predictions. In the session, it was announced that this will be launching some time in 2018.