[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7582":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":22,"defaultBranch":23,"hasWiki":21,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":17,"lastSyncTime":28,"discoverSource":29},7582,"Bandhook-Kotlin","antoniolg\u002FBandhook-Kotlin","antoniolg","A showcase music app for Android entirely written using Kotlin language",null,"Kotlin",1852,393,72,11,0,1,2,4,58.99,"Apache License 2.0",true,false,"master",[],"2026-06-12 04:00:34","# 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:\u002F\u002Fplay.google.com\u002Fstore\u002Fapps\u002Fdetails?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\">\n  \u003Cimg src=\"art\u002Fbandhook.gif\" alt=\"Bandhook Kotlin\" \u002F>\n\u003C\u002Fp>\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:\u002F\u002Fantonioleiva.com) related to Kotlin for Android:\n\n* [Kotlin for Android (I): Introduction](http:\u002F\u002Fantonioleiva.com\u002Fkotlin-for-android-introduction\u002F)\n* [Kotlin for Android (II): Create a new project](http:\u002F\u002Fantonioleiva.com\u002Fkotlin-android-create-project\u002F)\n* [Kotlin for Android (III): Extension functions and default values](http:\u002F\u002Fantonioleiva.com\u002Fkotlin-android-extension-functions\u002F)\n* [Kotlin for Android (IV): Custom Views and Android Extensions](http:\u002F\u002Fantonioleiva.com\u002Fkotlin-android-custom-views\u002F)\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:\u002F\u002Fgithub.com\u002Fantoniolg\u002FBandhook-Kotlin\u002Fissues\u002Fnew) 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:\u002F\u002Fwww.lastfm.es\u002Fapi). It will we used to connect to the service that will provide artists info. Then create a resource file `app\u002Fsrc\u002Fmain\u002Fres\u002Fvalues\u002Fapi_key.xml` (this path is ignored by git) with the following content:\n\n```xml\n\u003Cstring name=\"last_fm_api_key\">YOUR_KEY\u003C\u002Fstring>\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:\u002F\u002Fgithub.com\u002FPaNaVTEC\u002FClean-Contacts\u002Fblob\u002Fmaster\u002FReadme.md) project, by [PaNaVTEC](https:\u002F\u002Fgithub.com\u002FPaNaVTEC). There are some slight differences, but reading [How to start section](https:\u002F\u002Fgithub.com\u002FPaNaVTEC\u002FClean-Contacts\u002Fblob\u002Fmaster\u002FReadme.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:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-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","Bandhook-Kotlin 是一个完全使用 Kotlin 语言编写的安卓音乐展示应用。该项目通过连接 Last.fm 获取乐队信息，并允许用户浏览艺术家详情，旨在展示如何使用 Kotlin 构建复杂架构的安卓项目。其核心功能包括利用 Kotlin 的扩展函数、默认值以及自定义视图等特性来提高开发效率和代码质量。适合希望学习 Kotlin 在 Android 开发中应用的开发者，尤其是对构建具有清晰架构的应用感兴趣的人员。此外，它还支持一系列关于 Kotlin 和 Android 开发的文章教程，为初学者提供实践案例。","2026-06-11 03:13:09","top_language"]