开发者

How can i extend AdapterViewAnimator or AdapterViewFlipper?

how can i implement Stackview-like Widget? I think using Adapterview or GalleryWidget, But I wanna Circularable ListView..

So, using AdapterViewAnimator or AdapterViewFlipper.. how can i create la开发者_运维技巧yout?(overide method.. or implement code..)


update:

you can try CWAC EndlessAdapter in CommonsWare Android Components more in information is present in Git Hub Project Page

repositories {
    maven {
        url "https://repo.commonsware.com.s3.amazonaws.com"
    }
}

dependencies {
    compile 'com.commonsware.cwac:endless:1.2.3'
}

end update:

check this link and tell me if you find it useful.

Circular Gallery

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜