# SharePreferSample **Repository Path**: songgx.code.osc/SharePreferSample ## Basic Information - **Project Name**: SharePreferSample - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## lsharepreferlib 对SharedPreferences的简单封装,使用更加简单. ## Download Maven: ``` com.ljb sharepre 0.1.2 pom ``` or Gradle: ``` compile 'com.ljb:sharepre:0.1.2' ``` ## Configuration - LSharePreferUtils.init(this);//在Appliaction初始化 - 你可以使用LSharePreferUtils put 或者get 方法来存储或获取数据。