Pinned Repositories
AdventOfCode
This repo contains solution to the challenges from "Advent of Code"
Exam70_483
Microsoft Exam 70 483 "Programming in C#" book practice examples
iOS13-Self-Sizing-Cells-Issue
This project shoes and issues when implementing "self-sizing" cells using `systemLayoutSizeFitting`
nativescript-dev-app-id-changer
Changes the id of an app locally. This is useful when working with app and want to deploy it to a real device but it's id is reserved to an organization to which you are not added as a app developer
nativescript-dev-debugging
This package allows the developer of a NativeScript plugin to use a workflow that allows to debug both the native iOS (objective-c, swift) and Android (Java) code and the wrapper TypeScript/JavaScript code of the plugin used inside an NativeScript application. This is a powerful "tool" which will rebuild both the native framework (iOS) and arr files (Android) and the TypeScript/JavaScript code of your NativeScript plugin.
ns-ngcc-config-gen
NodeJS script that generated an `ngcc.config.js` file from a list of packages.
TypeScriptVSCodeDebugTest
This project includes all that is require to start debugging session while using VS Code as editor.
Windows-8-8.1-start-screen-colors-into-desktop-application
This repository shows a possible (unofficial) approach in retrieving the start screen colors (accent color, background color etc.) into a desktop WPF application using the .NET Framework.
VladimirAmiorkov's Repositories
VladimirAmiorkov/Exam70_483
Microsoft Exam 70 483 "Programming in C#" book practice examples
VladimirAmiorkov/iOS13-Self-Sizing-Cells-Issue
This project shoes and issues when implementing "self-sizing" cells using `systemLayoutSizeFitting`
VladimirAmiorkov/Windows-8-8.1-start-screen-colors-into-desktop-application
This repository shows a possible (unofficial) approach in retrieving the start screen colors (accent color, background color etc.) into a desktop WPF application using the .NET Framework.
VladimirAmiorkov/nativescript-dev-app-id-changer
Changes the id of an app locally. This is useful when working with app and want to deploy it to a real device but it's id is reserved to an organization to which you are not added as a app developer
VladimirAmiorkov/AdventOfCode
This repo contains solution to the challenges from "Advent of Code"
VladimirAmiorkov/n-hackaton
This project is an iOS application for the NativeScript 2018 hackaton and it includes a project written in Swift for iOS
VladimirAmiorkov/nativescript-dev-debugging
This package allows the developer of a NativeScript plugin to use a workflow that allows to debug both the native iOS (objective-c, swift) and Android (Java) code and the wrapper TypeScript/JavaScript code of the plugin used inside an NativeScript application. This is a powerful "tool" which will rebuild both the native framework (iOS) and arr files (Android) and the TypeScript/JavaScript code of your NativeScript plugin.
VladimirAmiorkov/ns-ngcc-config-gen
NodeJS script that generated an `ngcc.config.js` file from a list of packages.
VladimirAmiorkov/TypeScriptVSCodeDebugTest
This project includes all that is require to start debugging session while using VS Code as editor.
VladimirAmiorkov/android-runtime
Android runtime for NativeScript (based on V8)
VladimirAmiorkov/angular-lazy-loading-example
Sample project to get you started with lazy loading
VladimirAmiorkov/awesome-train-planner
VladimirAmiorkov/CustomNSSecureUnarchiveFromDataTransformer
This project shows an warning inside Xcode 15 related to custom "NSSecureUnarchiveFromDataTransformer"
VladimirAmiorkov/docs
Documentation, API reference, and code snippets for NativeScript
VladimirAmiorkov/ios-runtime
iOS Runtime for NativeScript
VladimirAmiorkov/ivy-testing-in-nativescript
This is a project which can be used to test of `nativescript-angular` package can be compiled with `ngcc`
VladimirAmiorkov/local-nativescript-cli
VladimirAmiorkov/NativeScript
NativeScript is an open source framework for building truly native mobile apps with JavaScript. Use web skills, like Angular and Vue.js, FlexBox and CSS, and get native UI and performance on iOS and Android.
VladimirAmiorkov/nativescript-angular
Integrating NativeScript with Angular
VladimirAmiorkov/nativescript-cli
Command-line interface for building NativeScript apps
VladimirAmiorkov/nativescript-dev-webpack
A package to help with webpacking NativeScript apps.
VladimirAmiorkov/nativescript-vue
Native mobile applications with NativeScript and Vue
VladimirAmiorkov/nodejs-vs-code-sample
This is the most simple sample project for running a nodejs project in VS Code
VladimirAmiorkov/ns-vs-code-snippets
NativeScript code snippets for VS Code IDE
VladimirAmiorkov/release-notes-markdown-export
VladimirAmiorkov/SwiftUI-Label-text-color-issue
`Text` (Label) text color issue during app resuming from suspended (changes from black to light or vice versa, depending on current appearance mode).