# XBase **Repository Path**: code-product/XBase ## Basic Information - **Project Name**: XBase - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-11 - **Last Updated**: 2026-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XBase Activity、Fragment、Application的基类 ## how to use 1. app/build.gradle ``` dependencies { ... // xbase implementation 'com.yazao:xbase:1.0.5.2' } ``` 该库中已经包括了 xnet库 `api 'com.yazao:xnet:1.0.1'` 2.包含的基类有 - WBaseActivity - WBaseApplication - WBaseFragment - WBaseView