Skip to content

01100044093/GridAnimal

Repository files navigation

GridAnimal

仿照LISVIEW 做出来的GRIDVIEW的动画

使用方法和googlelistview基本一样

目前动画方法有四个

GridViewScaleInAnimationAdapter

GridViewSwingBottomInAnimationAdapter

GridViewSwingLeftInAnimationAdapter

GridViewSwingRightInAnimationAdapter

adapter=new aadapter(this,list);----生成Adapter
                GridViewSwingBottomInAnimationAdapter swingBottomInAnimationAdapter= new GridViewSwingBottomInAnimationAdapter(adapter);-----直接引入动画文件
                swingBottomInAnimationAdapter.setGridView(gridView); ------把GridView加进动画文件
                gridView.setAdapter(swingBottomInAnimationAdapter);-------把动画setGridView

效果如下:

1 2 3 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages