Skip to content

Instantly share code, notes, and snippets.

View Foreman76's full-sized avatar
😀

Alexey Pozdniakov Foreman76

😀
View GitHub Profile
&НаКлиенте
Процедура ВыполнитьЗапрос8_3(Команда)
ВыполнитьЗапрос8_3НаСервере();
КонецПроцедуры
&НаСервере
Процедура ВыполнитьЗапрос8_3НаСервере()
Запрос = Новый Запрос;
/*******************************************************************************
**
** Copyright (C) 2022 Open Mobile Platform LLC.
** Contact: https://community.omprussia.ru/open-source
**
** This file is part of the Aurora OS Tesla Model Demo project.
**
** Redistribution and use in source and binary forms,
** with or without modification, are permitted provided
** that the following conditions are met:
//
// CardView.swift
// Example
//
// Created by Danil Kristalev on 30.12.2021.
// Copyright © 2021 Exyte. All rights reserved.
//
import SwiftUI
@Foreman76
Foreman76 / TestScalling.swift
Created November 1, 2022 08:11
TestScalling.swift
//
// BankingScreen.swift
// Example
//
// Created by Danil Kristalev on 30.12.2021.
// Copyright © 2021 Exyte. All rights reserved.
//
import SwiftUI
import ScalingHeaderScrollView
import SwiftUI
import ScalingHeaderScrollView
struct ContentView: View {
@State private var progress:CGFloat = 0.0
@State private var showNS = false
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'
id 'dagger.hilt.android.plugin'
}
android {
compileSdk 30
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
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"
tools:context=".MainActivity">
<androidx.fragment.app.FragmentContainerView
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 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:id="@+id/frameLayout9"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragments.RecordDetailFragment">
package ru.int24.ownbarbershop.fragments.viewmodels
import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import ru.int24.ownbarbershop.models.domen.DomSettings
import ru.int24.ownbarbershop.repositories.UsesCaseBaseRepositoryImpl
package ru.int24.ownbarbershop
import android.os.Bundle
import android.view.View
import android.widget.ImageView
import android.widget.TextView
import androidx.appcompat.app.ActionBar
import androidx.appcompat.app.AppCompatActivity
import androidx.lifecycle.ViewModelProvider
import androidx.navigation.fragment.NavHostFragment