Skip to content

houxinlin/schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

小安课表

一款精美Android课程表。实现课程增加、删除、修改,增加计划等功能

APP体验地址

(已上架酷安,名称为小安课表)

http://dl-cdn.coolapkmarket.com/down/apk_upload/2020/0321/app-release-257979-o_1e3tvolos1m881jfkmv1qm114v42n-uid-1411991.apk?_upt=ca3cde241585488207

效果图

使用方法

直接在xml中引入ClassScheduleCard即可

 <com.hxl.course.widget.ClassScheduleCard
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:fitsSystemWindows="true">
 </com.hxl.course.widget.ClassScheduleCard>

左右上下滑动

如果使用过这款APP,可以发现操作方法可以同时左右,上滑动,这都是由MulitViewGroup来管理

<com.hxl.course.widget.viewgroup.MulitViewGroup
            android:id="@+id/mulit"
            android:layout_width="match_parent"
            android:layout_height="match_parent">

</com.hxl.course.widget.viewgroup.MulitViewGroup>

个人公众号

About

开源Android课程表

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages