Skip to content

Instantly share code, notes, and snippets.

View yusufonderd's full-sized avatar
🖐️
Working from home

yusufonderd yusufonderd

🖐️
Working from home
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/container"
@yusufonderd
yusufonderd / gist:e08f26e370c711986e26b2553de021d9
Last active September 21, 2023 08:00
Keyboard state compose
import android.graphics.Rect
import android.view.ViewTreeObserver
import androidx.compose.runtime.Composable
import androidx.compose.runtime.DisposableEffect
import androidx.compose.runtime.State
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.ui.platform.LocalView
@yusufonderd
yusufonderd / gist:2430c50f2d8b0a59e3ef2a0babf4bc3f
Created May 18, 2024 11:01
Diary App Delete Account Instructions
# Account Deletion Guide for Diary Android App
## Introduction
This document provides detailed instructions on how to delete your account in the Personal Diary app. Deleting your account is a permanent action that will erase all your data associated with the app.
## Steps to Delete Your Account
### Step 1: Accessing the Account Deletion Option
# Account Deletion Guide for Weightly Android App
## Introduction
This document provides detailed instructions on how to delete your account in the Weight Tracker app. Deleting your account is a permanent action that will erase all your data associated with the app.
## Steps to Delete Your Account
### Step 1: Accessing the Account Deletion Option
.sheet(isPresented: self.$store.showRatingSheet, onDismiss: {
store.dismissRatingBottomSheet()
}) {
RatingSheet()
.interactiveDismissDisabled()
.modify { view in
if #available(iOS 16.0, *) {
view.presentationDetents([.large]) }
}
}
@yusufonderd
yusufonderd / terms_and_conditions.txt
Last active July 17, 2024 21:01
contacts_hero_terms
Terms and Conditions for Contacts Hero
Terms and Conditions
Last updated: July 17, 2024
Please read these terms and conditions carefully before using Our Service.
Interpretation and Definitions
Interpretation
The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.
@yusufonderd
yusufonderd / gist:91c8d9ea301c05bd34ca9b6293487365
Created October 21, 2024 18:03
GPS & Location Saver Privacy Policy
GPS & Location Saver Privacy Policy
We value your privacy and are committed to ensuring the protection of your personal information. This Privacy Policy outlines the type of data our app collects, how it is used, and your rights concerning your information.
1. Data Collection
Our GPS & Location Saver app does not collect or transmit any personal data or location information to external servers or third parties. All data is stored locally on your device and is entirely under your control.
2. Data Usage
The data you provide, such as GPS coordinates or saved locations, is used solely within the app to provide you with the core functionality of saving and managing your locations. We do not access, share, or distribute this information to any third party.
@yusufonderd
yusufonderd / gist:e21c0cdbc14785f141a3af68e5812389
Last active October 21, 2024 18:07
GPS & Location Saver Terms of Use
GPS & Location Saver Terms of Use
Please read these Terms of Use carefully before using the GPS & Location Saver app. By downloading or using the app, you agree to these terms. If you do not agree to these terms, please discontinue the use of the app.
1. Usage Terms
GPS & Location Saver is intended for personal use only. You may use the app solely to save and manage your location data on your own device. The app does not transmit data to third parties, and all operations take place entirely on your device.
2. Data Security
All data you save within the app is stored locally on your device and is not shared with any external systems. You are responsible for securing your device and the data stored within the app. Please ensure that appropriate security measures are in place on your device.