An Android app built with Jetpack Compose and the latest android libraries of a complete News App.
** Every page needs its first compose element to add:
.padding(
top = MediumPadding1,
start = MediumPadding1,
end = MediumPadding1
)
.statusBarsPadding()
to avoid the status bar overlapping the content.