{"id":22845514,"url":"https://github.com/idealista/elves-android","last_synced_at":"2025-09-15T03:33:04.065Z","repository":{"id":57725146,"uuid":"78738444","full_name":"idealista/Elves-Android","owner":"idealista","description":"Elves is a collection of low-level libraries designed to make developing mobile apps easier.","archived":false,"fork":false,"pushed_at":"2017-12-04T13:00:27.000Z","size":505,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-30T11:24:40.626Z","etag":null,"topics":["android","framework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-12T11:23:10.000Z","updated_at":"2018-05-29T22:52:15.000Z","dependencies_parsed_at":"2022-09-11T20:21:22.492Z","dependency_job_id":null,"html_url":"https://github.com/idealista/Elves-Android","commit_stats":null,"previous_names":["idealista-tech/elves-android"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2FElves-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2FElves-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2FElves-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2FElves-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/Elves-Android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251347898,"owners_count":21575176,"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","framework"],"created_at":"2024-12-13T03:17:30.537Z","updated_at":"2025-04-28T16:44:26.564Z","avatar_url":"https://github.com/idealista.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Elves\n============\n\nElves is an Android Clean Framework which helps to implement clean architecture into your project. It was\ndesigned by [Idealista](http://idealista.com) to use internally, and now we are open sourcing these libraries to make\n them available for anyone that want to use and/or contribute.\n\nElves framework it's divided into two libraries elves and elves-android, surprisingly, android-free and android \ndependant libraries.\n\nElves includes:\n* \"UseCases\", an interface that define MVP use cases. It represents the logic of the application.\n* \"CommandUis\", a Callback to be used to handle the response of the `UseCase`.\n* \"Commands\", it encapsulate the execution of `UseCase` and it's callback `CommandUi`.\n* \"Lists\", interface and default implementation to wrap plain lists into a list objects.\n* \"Tasks\", which makes organization of complex asynchronous code more manageable. It's a fork of [Bolts](https://github.com/BoltsFramework/Bolts-Android) decoupling its Android reference.\n\nElves-Android includes:\n* \"App\", class that extends Android Application to initialize the elves components.\n* \"Navigators\", interface that defines the Navigator pattern used in Elves.\n* \"Adapter\", adapter implementation that cover the simplest solution for ui lists.\n* \"Presenter\", base implementation for all presenters.\n* \"Activity\", base implementation for all Activities.\n* \"View\", base interface for all Views\n* \"CustomView\", base implementation for all CustomViews\n\n\n## Download\nDownload [the lates elves JARs][latest] and [the lates elves-android JARs][latest-android] or define in Gradle:\n\n```groovy\ndependencies {\n  compile 'com.idealista:elves:0.0.1'\n  compile 'com.idealista:elves-android:0.0.1'\n}\n```\n\nSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap].\n\n [latest]: https://search.maven.org/remote_content?g=com.idealista\u0026a=elves\u0026v=LATEST\n [latest-android]: https://search.maven.org/remote_content?g=com.idealista\u0026a=elves-android\u0026v=LATEST\n [snap]: https://oss.sonatype.org/content/repositories/snapshots/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Felves-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Felves-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Felves-android/lists"}