-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- Written Application class for ThumbnailLoader.initialize()
- 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
Labels
No labels