File tree Expand file tree Collapse file tree 5 files changed +75
-0
lines changed
app/src/main/java/com/uravgcode/chooser/tutorial Expand file tree Collapse file tree 5 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description Data class that defines the content structure for a single tutorial page.
14+ */
15+
116package com.uravgcode.chooser.tutorial.domain
217
318import androidx.annotation.DrawableRes
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description A list of page data for the tutorial pager.
14+ */
15+
116package com.uravgcode.chooser.tutorial.domain
217
318import com.uravgcode.chooser.R
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description TutorialScreen displays tutorial content on first app start.
14+ */
15+
116package com.uravgcode.chooser.tutorial.presentation
217
318import androidx.compose.foundation.ExperimentalFoundationApi
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description PageIndicator shows the current page position with animated indicators.
14+ */
15+
116package com.uravgcode.chooser.tutorial.presentation.component
217
318import androidx.compose.animation.core.animateDpAsState
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2025 UrAvgCode
3+ *
4+ * This program is free software: you can redistribute it and/or modify
5+ * it under the terms of the GNU General Public License as published by
6+ * the Free Software Foundation, either version 3 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * You should have received a copy of the GNU General Public License
10+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
11+ *
12+ * @author UrAvgCode
13+ * @description TutorialPage displays a tutorial page with an animated preview.
14+ */
15+
116package com.uravgcode.chooser.tutorial.presentation.component
217
318import androidx.annotation.DrawableRes
You can’t perform that action at this time.
0 commit comments