From 41850199370c43525dac8d93f6cdaf804b007bf0 Mon Sep 17 00:00:00 2001 From: Ahmed Folly Date: Sun, 6 Oct 2024 22:01:33 +0300 Subject: [PATCH] Edit initWithUrl fun to use functional programming in (proInitWithUrl) --- .idea/appInsightsSettings.xml | 26 ++++++++++++ .idea/codeStyles/Project.xml | 3 ++ .idea/deploymentTargetSelector.xml | 10 +++++ .idea/gradle.xml | 1 + .idea/misc.xml | 3 +- .idea/runConfigurations.xml | 13 ++++++ .../rajat/sample/pdfviewer/MainActivity.kt | 22 +++++++++- .../com/rajat/pdfviewer/PdfRendererView.kt | 41 +++++++++++++++++++ 8 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..371f2e2 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 7643783..cffba4e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -3,6 +3,9 @@ + +