nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

[FR]: provide example of adaptive content layouts

Open joreilly opened this issue 3 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the problem

Provide example of adaptive content layouts e.g. list-detail layout on wider screens.

Describe the solution

This would be along the lines of what's described for example in https://developer.android.com/jetpack/compose/layouts/adaptive. I realise JetNews has example of this right now but would be useful in this app to show how this might be achieved given approach used for navigation in this project.

Additional context

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

joreilly avatar Sep 24 '22 14:09 joreilly

Potentially using TwoPane layout from https://google.github.io/accompanist/adaptive/

joreilly avatar Sep 24 '22 17:09 joreilly

Initial support added in #1234

alexvanyo avatar Mar 08 '24 23:03 alexvanyo