This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Composable | |
| fun Content() { | |
| val page = remember { | |
| mutableStateOf<Page>(PageOne) | |
| } | |
| Surface( | |
| modifier = Modifier.fillMaxSize(), color = page.value.bgColor | |
| ) { | |
| BackgroundStar(page) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PRIVACY NOTICE | |
| Last updated October 01, 2022 | |
| This privacy notice for __________ ("Company," "we," "us," or "our"), describes how and why we might collect, store, use, and/or share ("process") your information when you use our services ("Services"), such as when you: | |
| Download and use our mobile application (Dua Zamanı), or any other application of ours that links to this privacy notice | |
| Engage with us in other related ways, including any sales, marketing, or events | |
| Questions or concerns? Reading this privacy notice will help you understand your privacy rights and choices. If you do not agree with our policies and practices, please do not use our Services. If you still have any questions or concerns, please contact us at __________. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "FridayMessage": [ | |
| { | |
| "image": "https://i.pinimg.com/564x/8b/b7/d4/8bb7d4d8902db470273947a308fd02d4.jpg" | |
| }, | |
| { | |
| "image": "https://i.pinimg.com/564x/b8/ea/67/b8ea679010418a9392a5a2bf1087ae3c.jpg" | |
| }, | |
| { | |
| "image": "https://i.pinimg.com/564x/5f/fd/92/5ffd92703e6608b6c183c1004a2bbd9a.jpg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 1, | |
| "name": "Adana", | |
| "latitude": "37.0000", | |
| "longitude": "35.3213", | |
| "population": 2183167, | |
| "region": "Akdeniz" | |
| }, | |
| { |