{"id":21952050,"url":"https://github.com/systangotechnologies/android-sdk-boilerplate","last_synced_at":"2025-04-23T04:05:44.662Z","repository":{"id":79336182,"uuid":"160346839","full_name":"SystangoTechnologies/Android-SDK-Boilerplate","owner":"SystangoTechnologies","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-05T14:02:17.000Z","size":142,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T04:05:36.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SystangoTechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-12-04T11:27:28.000Z","updated_at":"2019-09-05T14:02:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"aae43849-f131-4444-b99e-555708380ef2","html_url":"https://github.com/SystangoTechnologies/Android-SDK-Boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FAndroid-SDK-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FAndroid-SDK-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FAndroid-SDK-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FAndroid-SDK-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SystangoTechnologies","download_url":"https://codeload.github.com/SystangoTechnologies/Android-SDK-Boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366725,"owners_count":21418771,"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":[],"created_at":"2024-11-29T06:19:41.150Z","updated_at":"2025-04-23T04:05:44.652Z","avatar_url":"https://github.com/SystangoTechnologies.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android SDK Boilerplate\n\nThis project is the boilerplate of REST API based Android SDK/library.\nThe example of one REST API based SDK is [Microsoft Cognitive Face SDK](https://github.com/microsoft/Cognitive-Face-Android).\n\n# How SDK users will use it\n\nUsers can use it as follows:\n\n### Initialize the SDK with an APK key:\n```java\nSystangoRestClient systangoRestClient = new SystangoRestClient(\"{{API_KEY}}\");\n```\n\n### Call any method according the the feature:\n```java\nsystangoRestClient.feature1Method(\"value1\", this);\n```\nwhere `value1` is the parameter from user and `this` is the callback\n\n### Receive the result in callback:\n```java\n@Override\n    public void onFeature1Response(SampleResponse sampleResponse) {\n        if (sampleResponse.getError() != null) {\n            //Use sampleResponse here\n            String sampleField = sampleResponse.getBaseField();\n        } else {\n            //Handle error case here\n            Toast.makeText(this, sampleResponse.getError(), Toast.LENGTH_LONG).show();\n        }\n    }\n```\n\nThe example of SDK usage is demonstrated in [ExampleActivity](https://github.com/SystangoTechnologies/Android-SDK-Boilerplate/blob/master/app/src/main/java/com/systango/boilerplate/activity/ExampleActivity.java).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystangotechnologies%2Fandroid-sdk-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystangotechnologies%2Fandroid-sdk-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystangotechnologies%2Fandroid-sdk-boilerplate/lists"}