{"id":23061528,"url":"https://github.com/syncfusionexamples/how-to-integrate-.net-maui-imageeditor-with-android-native-embedding-application","last_synced_at":"2026-05-07T11:33:18.302Z","repository":{"id":238537048,"uuid":"752961880","full_name":"SyncfusionExamples/How-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application","owner":"SyncfusionExamples","description":"This repository contains the sample code to integrate .NET MAUI ImageEditor with the android native embedding application.","archived":false,"fork":false,"pushed_at":"2024-02-15T11:14:59.000Z","size":1024,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T20:48:13.096Z","etag":null,"topics":["android","dotnet","image-editor","maui","native-embedding"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SyncfusionExamples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-05T07:39:53.000Z","updated_at":"2024-05-06T14:44:28.000Z","dependencies_parsed_at":"2024-05-06T17:13:34.764Z","dependency_job_id":"cdf61b05-a8b5-4492-b12e-56dd6a05ce37","html_url":"https://github.com/SyncfusionExamples/How-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application","commit_stats":null,"previous_names":["syncfusionexamples/how-to-integrate-.net-maui-imageeditor-with-android-native-embedding-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FHow-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FHow-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FHow-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2FHow-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyncfusionExamples","download_url":"https://codeload.github.com/SyncfusionExamples/How-to-integrate-.NET-MAUI-ImageEditor-with-android-native-embedding-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246952280,"owners_count":20859813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dotnet","image-editor","maui","native-embedding"],"created_at":"2024-12-16T03:17:45.558Z","updated_at":"2026-05-07T11:33:13.282Z","avatar_url":"https://github.com/SyncfusionExamples.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to integrate .NET MAUI Image Editor with android native embedding application \n\nThis repository contains the sample code to integrate [SfImageEditor](https://help.syncfusion.com/maui/imageeditor/getting-started) with the android native embedding application.\n\n## Syncfusion controls\n\nThis project used the following Syncfusion control(s):\n* [.NET MAUI Image Editor (SfImageEditor)](https://www.syncfusion.com/maui-controls/maui-image-editor)\n\n## Supported platforms\n\n| Platforms | Supported versions |\n| --------- | ------------------ |\n| Android   | API level 19 and later versions |\n\n## Requirements to run the sample\n\n* [Visual Studio](https://visualstudio.microsoft.com/downloads/)\n* [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac)\n\nRefer to the following link for more details: [System Requirements](https://help.syncfusion.com/maui/system-requirements)\n\n## How to run the sample\n\n1. Clone the sample and open it in Visual Studio 2022 preview.\n   \n   *Note: If you download the sample using the \"Download ZIP\" option, right-click it, select Properties, and then select Unblock.*\n\n2. Register your license key in the App.cs file as demonstrated in the following code.\n\n\t\tpublic App()\n\t\t{\n\t\t\t//Register Syncfusion license\n\t\t\tSyncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(\"YOUR LICENSE KEY\");\n\t\t\n\t\t\tInitializeComponent();\n\t\t\n\t\t\tMainPage = new MainPage();\n\t\t}\n\t\t\n\tRefer to this [link](https://help.syncfusion.com/maui/licensing/overview) for more details.\n\t\n3. Clean and build the application.\n\n4. Run the application.\n\n## License\n\nSyncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fhow-to-integrate-.net-maui-imageeditor-with-android-native-embedding-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncfusionexamples%2Fhow-to-integrate-.net-maui-imageeditor-with-android-native-embedding-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fhow-to-integrate-.net-maui-imageeditor-with-android-native-embedding-application/lists"}