{"id":21997703,"url":"https://github.com/osfunapps/weedle-android-core-library","last_synced_at":"2026-04-13T16:35:28.635Z","repository":{"id":98763340,"uuid":"132178299","full_name":"osfunapps/weedle-android-core-library","owner":"osfunapps","description":"an android library which implements  weedleApps core modules","archived":false,"fork":false,"pushed_at":"2018-05-24T22:02:34.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-23T04:45:09.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/osfunapps.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":"2018-05-04T18:59:47.000Z","updated_at":"2018-05-09T13:35:28.000Z","dependencies_parsed_at":"2023-05-25T05:30:22.884Z","dependency_job_id":null,"html_url":"https://github.com/osfunapps/weedle-android-core-library","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/osfunapps/weedle-android-core-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fweedle-android-core-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fweedle-android-core-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fweedle-android-core-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fweedle-android-core-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osfunapps","download_url":"https://codeload.github.com/osfunapps/weedle-android-core-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fweedle-android-core-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-29T22:17:43.969Z","updated_at":"2026-04-13T16:35:28.613Z","avatar_url":"https://github.com/osfunapps.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nDesigned by [WeedleApps](https://weedleapps.co.il/en/), this library meant to pack the core essentiatls resources for building a modern android app. \n\nDesigned in DI style with dagger 2.1.\n\n# Specifications\n\n- wrappers\n\n- activity and fragment modules\n\n- local repository handling\n\n# Install\n\nadd the gradle dependency:\n\n```compile 'com.github.osfunapps:weedle-android-core-library:v1.0.2' ```\n\n# Usage\n\n1) add the library module **WeedleLibraryBuilder::class** to your app component.\n\n    Example:\n    ```\n    @Singleton\n    @Component(modules = [\n        AndroidSupportInjectionModule::class,\n       AppModule::class,\n      ActivityBuilder::class,\n      WeedleLibraryBuilder::class])\n    ```\n\n\n\n2) in your Application file specify which elements you desire to use in the library.\n\n    Example:\n    ```\n    class App : DaggerApplication() {\n    override fun onCreate() {\n         WeedleLibInitializer.withFabric = false\n         WeedleLibInitializer.sharedPrefsName = \"itzik\"   \n         super.onCreate()     \n      }\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fweedle-android-core-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosfunapps%2Fweedle-android-core-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fweedle-android-core-library/lists"}