Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.58 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.58 KB

Catkins

This is an android library project to enhance the UI development experience. With Catkins you can easily structure an app. Now it's under heavy development and has many features to accomplish. Pull request is welcome.

Sub projects

catkins-lib

The library project you need to include to your android project if you want use catkins.

catkins-demo

A standard android project to demonstrate catkins usages and some test codes.

Gradle

This project is build using the new android build system based on Gradle. The library project now can be build into a bundle file called aar which contains all resources and the manifest file.

Custom views

This library provides some useful view components to help developers improve user experience.

  • Flip3DLayout
  • HorizontalTranslateLayout
  • PinnedHeaderListView
  • RefreshView
  • StackLayout
  • IndicatorView for ViewPager
  • HorizontalListView forked from github.com/MeetMe/Android-HorizontalListView

Licenses

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.