yes, android’s savedinstancestate is just one of the use cases for rememberSaveable() so it is still useful on desktop for navigation like usecase as shared above. other difference is that on Android you can only put there types which are supported by Bundle, on Desktop you can put there any type. which means in the common code you should use it with types which are supported on all the target platforms