# AnimSideBar **Repository Path**: luhaikong/AnimSideBar ## Basic Information - **Project Name**: AnimSideBar - **Description**: A SiderBar base on Android that has a beautiful anim - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-31 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AnimSideBar A SiderBar base on Android that has a wave anim gif show:![image](https://cloud.githubusercontent.com/assets/12408339/15278798/0df854a2-1b50-11e6-962e-15cb94ecc113.gif ) to use,you should write like this in your layout after this ,you can add a setOnStrSelectCallBack,like this bar.setOnStrSelectCallBack(new ISideBarSelectCallBack() { @Override public void onSelectStr(int index, String selectStr) { Toast.makeText(SideBarDemoActivity.this,selectStr,Toast.LENGTH_SHORT).show(); } }); there are some other methods to apply: setDataResource(String[] data) setScaleTime(int scale) setScaleItemCount(int scaleItemCount)