{"id":13645151,"url":"https://github.com/PureWriter/about-page","last_synced_at":"2025-04-21T13:31:53.058Z","repository":{"id":41476652,"uuid":"71252770","full_name":"PureWriter/about-page","owner":"PureWriter","description":"A nice about page library based on MultiType","archived":false,"fork":false,"pushed_at":"2022-08-25T08:08:09.000Z","size":477,"stargazers_count":459,"open_issues_count":3,"forks_count":45,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-18T03:38:13.440Z","etag":null,"topics":["android-links-sdk"],"latest_commit_sha":null,"homepage":"","language":"Java","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/PureWriter.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":"2016-10-18T13:45:53.000Z","updated_at":"2025-04-16T15:04:54.000Z","dependencies_parsed_at":"2022-08-20T08:41:00.136Z","dependency_job_id":null,"html_url":"https://github.com/PureWriter/about-page","commit_stats":null,"previous_names":["drakeet/about-page"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2Fabout-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2Fabout-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2Fabout-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PureWriter%2Fabout-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PureWriter","download_url":"https://codeload.github.com/PureWriter/about-page/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250064703,"owners_count":21368952,"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-links-sdk"],"created_at":"2024-08-02T01:02:29.618Z","updated_at":"2025-04-21T13:31:52.665Z","avatar_url":"https://github.com/PureWriter.png","language":"Java","funding_links":[],"categories":["关于页面"],"sub_categories":[],"readme":"# about-page\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/drakeet/about-page/blob/master/LICENSE)\n![maven-central](https://img.shields.io/maven-central/v/com.drakeet.about/about.svg)\n\nA nice about page based on [MultiType](https://github.com/drakeet/MultiType), material design and very easy to use.\n\nFrom the [PureWriter](https://play.google.com/store/apps/details?id=com.drakeet.purewriter) App:\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.drakeet.purewriter\u0026utm_source=global_co\u0026utm_medium=prtnr\u0026utm_content=Mar2515\u0026utm_campaign=PartBadge\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width=200 height=77/\u003e\u003c/a\u003e\n\n### Getting started\n\nIn your `build.gradle`:\n\n_This library has been rebuilt based on AndroidX. If you are still using the android support library, please use version `about:2.1.1` and `multitype:3.4.4`._\n\n_In addition, since 2.3.0 we have migrated to build with MultiType 4.0.0. If you don't want to use MultiType 4.0.0, you can use the last stable version `multitype:3.5.0`(`me.drakeet.multitype:multitype:3.5.0`) \u0026 `about:2.2.0`(`me.drakeet.support:about:2.2.0`)._\n\n```groovy\ndependencies {\n    implementation 'com.drakeet.about:about:2.5.2'\n    implementation 'com.drakeet.multitype:multitype:4.3.0'\n    \n    // optional: for using the PicassoImageLoader\n    // implementation 'com.squareup.picasso:picasso:2.71828'\n    // optional: for using the GlideImageLoader\n    // implementation 'com.github.bumptech.glide:glide:4.9.0'\n}\n```\n\n### Usage\n\n```java\npublic class AboutActivity extends AbsAboutActivity {\n\n    @Override\n    protected void onCreateHeader(@NonNull ImageView icon, @NonNull TextView slogan, @NonNull TextView version) {\n        icon.setImageResource(R.mipmap.ic_launcher);\n        slogan.setText(\"About Page By drakeet\");\n        version.setText(\"v\" + BuildConfig.VERSION_NAME);\n    }\n\n    @Override\n    protected void onItemsCreated(@NonNull List\u003cObject\u003e items) {\n        items.add(new Category(\"介绍与帮助\"));\n        items.add(new Card(getString(R.string.card_content)));\n\n        items.add(new Category(\"Developers\"));\n        items.add(new Contributor(R.drawable.avatar_drakeet, \"drakeet\", \"Developer \u0026 designer\", \"http://weibo.com/drak11t\"));\n        items.add(new Contributor(R.drawable.avatar_drakeet, \"黑猫酱\", \"Developer\", \"https://drakeet.me\"));\n        items.add(new Contributor(R.drawable.avatar_drakeet, \"小艾大人\", \"Developer\"));\n\n        items.add(new Category(\"Open Source Licenses\"));\n        items.add(new License(\"MultiType\", \"drakeet\", License.APACHE_2, \"https://github.com/drakeet/MultiType\"));\n        items.add(new License(\"about-page\", \"drakeet\", License.APACHE_2, \"https://github.com/drakeet/about-page\"));\n    }\n}\n```\n\n### Custom style/theme\n\n```xml\n\u003cstyle name=\"AppTheme.About\" parent=\"Theme.AppCompat.DayNight.NoActionBar\"\u003e\n    \u003citem name=\"colorPrimary\"\u003e@color/colorPrimary\u003c/item\u003e\n    \u003citem name=\"colorPrimaryDark\"\u003e@color/colorPrimaryDark\u003c/item\u003e\n    \u003citem name=\"colorAccent\"\u003e@android:color/black\u003c/item\u003e\n    \n    \u003c!--optional--\u003e\n    \u003citem name=\"aboutPageHeaderBackground\"\u003ereference|color\u003c/item\u003e\n    \u003citem name=\"aboutPageHeaderContentScrim\"\u003ereference|color\u003c/item\u003e\n    \u003citem name=\"aboutPageHeaderTextColor\"\u003ecolor\u003c/item\u003e\n    \u003citem name=\"aboutPageNavigationIcon\"\u003ereference\u003c/item\u003e\n\u003c/style\u003e\n```\n\n### Screenshots\n\n\u003cimg src=\"https://i.loli.net/2017/10/20/59e95e4c78f5b.png\" width=270/\u003e \u003cimg src=\"https://i.loli.net/2017/10/20/59e95e4c8243c.png\" width=270/\u003e\n\nLicense\n-------\n\n    Copyright (c) 2016-present. Drakeet Xu\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%2FPureWriter%2Fabout-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPureWriter%2Fabout-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPureWriter%2Fabout-page/lists"}