{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
SwipeBack SwipeBack is a android library that can finish a activity by using gesture. You can set the swipe direction,such as left,top,right and bottom. Screenshots Sample Download Sample Download Usage Gradle dependencies { compile 'com.github.liuguangqiang.swipeback:library:1.0.2@aar' } Maven com.github.liuguangqiang.swipeback library 1.0.2 aar SwipeBackActivity SwipeBackActivity is a base ac...