Skip to content

Instantly share code, notes, and snippets.

/*
* Created by w4lle 2016 .
* Copyright (c) 2016 Boohee, Inc. All rights reserved.
*/
package com.boohee.myview;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
@holmeszyx
holmeszyx / FileDonwload.md
Last active August 29, 2015 14:01
FileDonwload的说明

FileDownload使用

主要类在 z.hol.net.download.file 包下.

  • FileDownloadManager
  • FileDownloadTask
  • SimpleFile
  • DownloadUIHandler
import java.lang.ref.WeakReference;
import java.lang.reflect.Field;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.util.AttributeSet;
import android.webkit.WebView;
import android.webkit.WebViewClient;