{"id":19541338,"url":"https://github.com/wingify/vwo-android","last_synced_at":"2025-04-26T17:30:44.507Z","repository":{"id":42693401,"uuid":"46113606","full_name":"wingify/vwo-android","owner":"wingify","description":"VWO Android SDK","archived":false,"fork":false,"pushed_at":"2024-10-09T05:52:11.000Z","size":4004,"stargazers_count":9,"open_issues_count":1,"forks_count":6,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-04T16:12:22.562Z","etag":null,"topics":["ab-testing","sdk","vwo","vwo-android-sdk"],"latest_commit_sha":null,"homepage":"https://developers.vwo.com/reference#android-introduction","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wingify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2015-11-13T09:45:57.000Z","updated_at":"2024-10-09T05:51:36.000Z","dependencies_parsed_at":"2024-02-15T12:26:47.765Z","dependency_job_id":"f2b80e86-3e76-49a6-9fe6-6b0f514c4a99","html_url":"https://github.com/wingify/vwo-android","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingify","download_url":"https://codeload.github.com/wingify/vwo-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251025563,"owners_count":21524824,"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":["ab-testing","sdk","vwo","vwo-android-sdk"],"created_at":"2024-11-11T03:09:58.340Z","updated_at":"2025-04-26T17:30:44.105Z","avatar_url":"https://github.com/wingify.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VWO Android SDK\n\n[![Status](https://travis-ci.org/wingify/vwo-android.svg)](https://travis-ci.org/wingify/vwo-android)\n\n\nThis open source library allows you to A/B Test your Android app.\n\n## Getting Started\n\n\n1. Download the latest [VWO Android SDK](https://github.com/wingify/vwo-android/releases).\n2. Have a look at [integrating SDK article](https://developers.vwo.com/reference/android-introduction)\n   on the VWO Knowledge Base Website.\n\n## Requirements\n\n* Android 4.0 (API 14) or later\n\n## Credentials\n\nThis SDK requires an app key. You can sign up for an account at [VWO](https://vwo.com).\nOnce there, you can add a new Android App, and use the generated app key in the app.\n\n\n## Setting up VWO account\n\n* Sign Up for VWO account at https://vwo.com\n* Create a new android app from create menu\n* Use the app generated app key, while integrating SDK into android app.\n* Create and run campaigns.\n\n## How to import in gradle:\n\nIn your top level `build.gradle` file add the following code under repositories.\n\n```text\nbuildscript {\n    ...\n    repositories {\n        ...\n    }\n}\n\nallprojects {\n    repositories {\n        ...\n        mavenCentral()\n        ...\n    }\n}\n```\n\nAdd dependencies to `app/build.gradle` file\n\n```java\ndependencies {\n    ...\n    implementation 'com.vwo:mobile:2.9.0@aar'\n        implementation ('io.socket:socket.io-client:1.0.0') {\n        // excluding org.json which is provided by Android\n        exclude group: 'org.json', module: 'json'\n    }\n\n    // Skip this if you are already including support library in your app.\n    implementation 'com.android.support:support-core-utils:27.1.1'\n    ...\n}\n```\n\nUpdate your project AndroidManifest.xml with following permissions:\n\n```xml\n\u003cuses-permission android:name=\"android.permission.INTERNET\"/\u003e\n\u003cuses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/\u003e\n```\n\n## License\n\n```text\nMIT License\n\nCopyright (c) 2018-2022 Wingify Software Pvt. Ltd.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingify%2Fvwo-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-android/lists"}