Skip to content

thumnail not loading #2

@AmrutGhatage

Description

@AmrutGhatage
  1. Written Application class for ThumbnailLoader.initialize()
  2. load the thumbnails bellow
    thumb2.loadThumbnail("https://www.youtube.com/watch?v=H7jtC8vjXw8", new ImageLoader() {
    @OverRide
    public Bitmap load(String url) throws IOException {
    return Picasso.with(context).load(url).get();
    }
    });*/
    4)compile'com.codewaves.youtubethumbnailview:library:0.9.2'

public class MyApplication extends Application {
@OverRide
public void onCreate() {
super.onCreate();
ThumbnailLoader.initialize(getApplicationContext());
}}
6)Manifest
<application
android:name=".MyApplication" .
.../>

Still not loading thumbnail.. Is any thing missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions