# about-page
**Repository Path**: PureWriter/about-page
## Basic Information
- **Project Name**: about-page
- **Description**: A nice about page library based on MultiType
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2019-11-28
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# about-page
[](https://github.com/drakeet/about-page/blob/master/LICENSE)

A nice about page based on [MultiType](https://github.com/drakeet/MultiType), material design and very easy to use.
From the [PureWriter](https://play.google.com/store/apps/details?id=com.drakeet.purewriter) App:
### Getting started
In your `build.gradle`:
_This library has been rebuilt based on AndroidX. If you are still using the android support library, please use version `about:2.1.1`, `about-extension:2.1.1` and `multitype:3.4.4`._
_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`) & `about:2.2.0`(`me.drakeet.support:about:2.2.0`)._
```groovy
dependencies {
implementation 'com.drakeet.about:about:2.4.1'
implementation 'com.drakeet.multitype:multitype:4.0.0'
// extension for loading our host Android Links data
// implementation 'com.drakeet.about:about-extension:2.4.1'
// optional: for using the PicassoImageLoader
// implementation 'com.squareup.picasso:picasso:2.71828'
// optional: for using the GlideImageLoader
// implementation 'com.github.bumptech.glide:glide:4.9.0'
// optional: for using the GsonJsonConverter
// implementation 'com.google.code.gson:gson:2.8.5'
// optional: for using the MoshiJsonConverter
// implementation 'com.squareup.moshi:moshi:1.7.0'
}
```
### Usage
```java
public class AboutActivity extends AbsAboutActivity {
@Override
protected void onCreateHeader(@NonNull ImageView icon, @NonNull TextView slogan, @NonNull TextView version) {
icon.setImageResource(R.mipmap.ic_launcher);
slogan.setText("About Page By drakeet");
version.setText("v" + BuildConfig.VERSION_NAME);
}
@Override
protected void onItemsCreated(@NonNull List