Skip to content

Instantly share code, notes, and snippets.

View polataydinn's full-sized avatar

Aydın POLAT polataydinn

View GitHub Profile
@Composable
fun Content() {
val page = remember {
mutableStateOf<Page>(PageOne)
}
Surface(
modifier = Modifier.fillMaxSize(), color = page.value.bgColor
) {
BackgroundStar(page)
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 __________.
{
"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"
@polataydinn
polataydinn / cities_of_turkey.json
Created July 14, 2020 09:13 — forked from ozdemirburak/cities_of_turkey.json
List of cities in Turkey presented in JSON format with the information of name, latitude, longitude, population and region.
[
{
"id": 1,
"name": "Adana",
"latitude": "37.0000",
"longitude": "35.3213",
"population": 2183167,
"region": "Akdeniz"
},
{