Skip to content

hiveos/hive_apps_books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Action Bar Pull To Refresh

https://github.com/chrisbanes/ActionBar-PullToRefresh

Add

<uses-sdk
        android:minSdkVersion="X"
        android:targetSdkVersion="19" />

to the AndroidManifest.xml file (If doesn't already exist). Other than that, DefaultHeaderTransformer.java may give errors on line 375. If you encounter the errors change the line to

.strokeWidth(strokeWidth)

Smooth Progress Bar

(A dependency of Pull to refresh. You need to add it to Action Bar Pull to Refresh and not to Books!)

https://github.com/castorflex/SmoothProgressBar

If you are using eclipse you may have to move the source files from java folder to src folder.

About

Books application for the HIVE project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published