{"id":22837358,"url":"https://github.com/popbrain/naked4u","last_synced_at":"2026-05-15T01:04:29.449Z","repository":{"id":74606420,"uuid":"239405290","full_name":"Popbrain/naked4u","owner":"Popbrain","description":"NAKED4U visualizes the application log.","archived":false,"fork":false,"pushed_at":"2020-05-19T07:49:26.000Z","size":34865,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T08:15:32.076Z","etag":null,"topics":["android","logger","popbrain","recyclerview","visualiation"],"latest_commit_sha":null,"homepage":"","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/Popbrain.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":"2020-02-10T01:43:08.000Z","updated_at":"2020-05-19T07:49:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f92be8f3-3fee-49fd-962b-42e1dc0567c5","html_url":"https://github.com/Popbrain/naked4u","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/Popbrain%2Fnaked4u","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Popbrain%2Fnaked4u/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Popbrain%2Fnaked4u/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Popbrain%2Fnaked4u/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Popbrain","download_url":"https://codeload.github.com/Popbrain/naked4u/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246412598,"owners_count":20773050,"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","logger","popbrain","recyclerview","visualiation"],"created_at":"2024-12-12T23:16:32.474Z","updated_at":"2025-10-28T22:33:52.872Z","avatar_url":"https://github.com/Popbrain.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# naked4u\n\n## Overview\nNAKED4U extended the RecyclerView is visualize the application log.\u003cbr\u003e\nThis library is to confirm an application log that during for QAs, Debuggers, Testers debugging apps.\n\n## Demo\n\u003ctable style=\"border-style: none;\"\u003e\n\u003ctr style=\"border-style: none;\"\u003e\n\u003ctd style=\"border-style: none;\"\u003e\u003cimg src=\"./doc/demo.gif\" width=\"300px\" /\u003e\u003c/td\u003e\n\u003ctd style=\"border-style: none;\"\u003e\u003cimg src=\"./doc/demo3.gif\" width=\"300px\" /\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## download\n\nOpen `build.gradle` file for your app, and add below settings.\n\n```gradle\nrepositories {\n  url 'https://github.com/Popbrain/naked4u/raw/master/maven'\n}\n```\n\ndependencies\n```gradle\nimplementation 'com.github.popbrain:naked4u:1.3.3'\n\n// naked4u using recyclerview\nimplementation \"androidx.recyclerview:recyclerview:+\"\n```\n\n## Implementation\n\nDefine `io.popbrain.naked4u.ViewableLogger` to your xml of layout.\n\nres/layout/activity_main.xml\n```xml\n\u003cio.popbrain.naked4u.BasicViewableLogger\n        android:id=\"@+id/viewable_logger\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:background=\"#000000\"\n        android:scrollbars=\"vertical\" /\u003e\n```\n\nMainActivity.kt\n```kotlin\noverride fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n        setContentView(R.layout.activity_main)\n\n        findViewById\u003cViewableLogger\u003e(R.id.viewable_logger)\n            .start()\n}\n```\n\n## License\n\n```\nCopyright (C) 2020 Popbrain aka Garhira.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpopbrain%2Fnaked4u","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpopbrain%2Fnaked4u","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpopbrain%2Fnaked4u/lists"}