Jetpack-Compose-Tutorials
Jetpack-Compose-Tutorials copied to clipboard
Add links to files in README.md
It would be nice to add links on github/README.md to specific file that tutorial points to. If anyone would like to do this it's very appreciated.
It would be nice to add links on github/README.md to specific file that tutorial points to. If anyone would like to do this it's very appreciated.
is this what you want? (md grammar -> Column )
i am learning Compose from the project, and thanks a lot . I am glad you accepted my pr before. i can add some links in my spare time.
No. I mean when you click a title, this can be changed to a link, in README.md it would be nice if it opens corresponding kotlin file.
https://github.com/SmartToolFactory/Jetpack-Compose-Tutorials/blob/master/Tutorial1-1Basics/src/main/java/com/smarttoolfactory/tutorial1_1basics/chapter1_basics/Tutorial1_2ClickSurfacesAndClicks.kt can direct to file itself. This could let anyone to access code snippet faster.
I mean clicking 1-2 Surface, Shape, Cickable header should open kotlin file.
I mean clicking 1-2 Surface, Shape, Cickable header should open kotlin file.
yes,we should be thinking the same thing. you can click the 'Column' in my previous reply,it will open the 'Tutorial1_1ColumnRowBoxScreen.kt'. or maybe you just want to add the link to the main title ?