{"id":18269769,"url":"https://github.com/skyfe79/androidkommon","last_synced_at":"2025-04-09T03:15:46.319Z","repository":{"id":137746176,"uuid":"60344341","full_name":"skyfe79/AndroidKommon","owner":"skyfe79","description":"Collection of Android utility extentions in Kotlin","archived":false,"fork":false,"pushed_at":"2016-08-07T14:13:56.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T21:29:52.527Z","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/skyfe79.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-06-03T11:57:42.000Z","updated_at":"2023-03-05T23:57:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9d29786-b39a-4a44-9ff5-3fd1b9062b6d","html_url":"https://github.com/skyfe79/AndroidKommon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2FAndroidKommon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2FAndroidKommon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2FAndroidKommon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyfe79%2FAndroidKommon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyfe79","download_url":"https://codeload.github.com/skyfe79/AndroidKommon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968377,"owners_count":21025823,"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-05T11:37:07.980Z","updated_at":"2025-04-09T03:15:46.297Z","avatar_url":"https://github.com/skyfe79.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AndroidKommon\n\nCollection of Android utility extentions in Kotlin\n\n## Setup Gradle\n\n```groovy\nrepositories {\n\n\tmaven { url 'https://dl.bintray.com/skyfe79/maven/' }\n\t\n}\n\ndependencies {\n\n\n}\n```\n\n\n## RxComponents\n\n * RxAndroidActivity\n * RxAndroidAppCompatActivity\n * RxAndroidFragment\n\n## DelegateExts\n\n### notNullSingleValue\n\n```kotlin\nclass AndroidApp : Application() {\n\n    companion object {\n        private var instance: AndroidApp by DelegateExts.notNullSingleValue()\n        fun sharedInstance() = instance\n    }\n}\n```\n\n## AndroidVersion\n\n```kotlin\nif(AndroidVersion.current() \u003e= AndroidVersion.lollipop()) {\n\tprintln(1) \n} else {\n\tprintln(2)\n}\n```\n## Dependency moduls\n\n```\ncompile 'com.github.medyo:dynamicbox:1.2@aar'\ncompile \"org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version\"\ncompile 'com.trello:rxlifecycle:0.6.1'\ncompile 'com.trello:rxlifecycle-components:0.6.1'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfe79%2Fandroidkommon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyfe79%2Fandroidkommon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyfe79%2Fandroidkommon/lists"}