Xamarin.Forms中的Gif图像

时间:2016-09-27 08:18:18

标签: c# android xamarin xamarin.forms

我是Xamarin的新手,我必须在我的跨平台应用中添加GIF图像,我已经阅读了GifImageView(https://github.com/jamesmontemagno/GifImageView-Xamarin.Android),我知道我必须将它与自定义渲染器一起使用,但我不知道如何实现这一点。

1 个答案:

答案 0 :(得分:2)

如果您希望使用较少的配置轻松实现您的gif,我建议您使用Glide库,现在通过Nuget支持

https://www.nuget.org/packages/Glide.Xamarin/

如何使用

case 'filerec':

                $arr =[
                        ":userID" => $_SESSION['loggedIn_PH'][0]['user_id'],
                    ];

                    $query = "SELECT * FROM file_rec_tbl WHERE user_id=:userID ORDER BY file_id DESC";


                    $stmt = $con -> prepare( $query );
                    $stmt -> execute( $arr );
                    $data = $stmt -> fetchAll();


                    $table = '';
                    for( $x = 0; $x < count($data); $x++ ) {
                        $table .= '<tr fileID="'.$data[$x]['file_id'].'">

                                <td>'.$data[$x]['file_name'].'</td>
                                <td>'.$data[$x]['file_datetime'].'</td>
                                <td>'.html('<input type="text"></input>')
                            </tr>';
                    }

                    exit ($table);

                break;

I got an error to the last td. Can you please help me or suggest what might be a good solution to my problem.

资源https://github.com/beraybentesen/glide-xamarin-android