{"id":13428935,"url":"https://github.com/antoniolg/Bandhook-Kotlin","last_synced_at":"2025-03-16T02:30:54.467Z","repository":{"id":29117569,"uuid":"32647256","full_name":"antoniolg/Bandhook-Kotlin","owner":"antoniolg","description":"A showcase music app for Android entirely written using Kotlin language","archived":false,"fork":false,"pushed_at":"2018-04-10T17:01:11.000Z","size":5483,"stargazers_count":1859,"open_issues_count":13,"forks_count":398,"subscribers_count":74,"default_branch":"master","last_synced_at":"2025-03-11T00:44:12.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antoniolg.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}},"created_at":"2015-03-21T19:41:38.000Z","updated_at":"2025-01-27T09:01:34.000Z","dependencies_parsed_at":"2022-07-24T16:02:12.149Z","dependency_job_id":null,"html_url":"https://github.com/antoniolg/Bandhook-Kotlin","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/antoniolg%2FBandhook-Kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniolg%2FBandhook-Kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniolg%2FBandhook-Kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniolg%2FBandhook-Kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoniolg","download_url":"https://codeload.github.com/antoniolg/Bandhook-Kotlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243815627,"owners_count":20352203,"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-07-31T01:01:09.251Z","updated_at":"2025-03-16T02:30:52.915Z","avatar_url":"https://github.com/antoniolg.png","language":"Kotlin","funding_links":[],"categories":["Kotlin","Samples","Languages","\u003ca name=\"projects\"\u003e\u003c/a\u003eProjects \u003csup\u003e[Back ⇈](#contents)\u003c/sup\u003e","Apps","完整 app","Libs","App / Demo"],"sub_categories":["Kotlin","\u003ca name=\"franeworks\"\u003e\u003c/a\u003eFrameworks \u003csup\u003e[Back ⇈](#contents)\u003c/sup\u003e","测试","\u003cA NAME=\"App\"\u003e\u003c/A\u003eApp"],"readme":"# Bandhook Kotlin\n\nThis project is a small replica of the app I developed some time ago. [Bandhook can still be found on Play Store](https://play.google.com/store/apps/details?id=com.limecreativelabs.bandhook)\n\nAt the moment it will only connect to LastFm and retrieve some music bands. It will let navigate to the artist detail. This is what you´ll get:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"art/bandhook.gif\" alt=\"Bandhook Kotlin\" /\u003e\n\u003c/p\u003e\n\nThe purpose of the project is to show a complex (at least in architecture) project entirely written using Kotlin. This example also supports the articles\nwritten in [antonioleiva.com](http://antonioleiva.com) related to Kotlin for Android:\n\n* [Kotlin for Android (I): Introduction](http://antonioleiva.com/kotlin-for-android-introduction/)\n* [Kotlin for Android (II): Create a new project](http://antonioleiva.com/kotlin-android-create-project/)\n* [Kotlin for Android (III): Extension functions and default values](http://antonioleiva.com/kotlin-android-extension-functions/)\n* [Kotlin for Android (IV): Custom Views and Android Extensions](http://antonioleiva.com/kotlin-android-custom-views/)\n\n\nThis sample project is still in development, and could easily break or have some messy code. However, any idea or suggestion to improve it will be welcomed. Feel free to [open an issue](https://github.com/antoniolg/Bandhook-Kotlin/issues/new) if you think something could be improved.\n\n## How to use this project\n\nYou can use Android Studio or Intellij to work with this repository.\n\nFirst thing you will need to compile this project is to get an [API Key from Last.fm](http://www.lastfm.es/api). It will we used to connect to the service that will provide artists info. Then create a resource file `app/src/main/res/values/api_key.xml` (this path is ignored by git) with the following content:\n\n```xml\n\u003cstring name=\"last_fm_api_key\"\u003eYOUR_KEY\u003c/string\u003e\n```\n\nThe `Kotlin` plugin for Android Studio is also required.\n\nMany ideas on how this project is organized were taken from [Clean Contacts](https://github.com/PaNaVTEC/Clean-Contacts/blob/master/Readme.md) project, by [PaNaVTEC](https://github.com/PaNaVTEC). There are some slight differences, but reading [How to start section](https://github.com/PaNaVTEC/Clean-Contacts/blob/master/Readme.md#how-to-start-with-this-repository) will be helpful.\n\n# License\n\n    Copyright 2015 Antonio Leiva\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniolg%2FBandhook-Kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoniolg%2FBandhook-Kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniolg%2FBandhook-Kotlin/lists"}