GithubHelp home page GithubHelp logo

backgroundupdate's Introduction

BackgroundUpdate

后台更新APP(两句代码实现)

先看预览图 :

(1)调用Dialog更新对话框效果



(2)调用Notification更新效果

前言

1,使用了retorfit2 + rxjava做的下载库

2,apk下载完毕会自动跳到安装界面,下载过程可取消

3,需要修改更多内容可以下载library自行修改

4,不妥之处或BUG请Issues指出,谢谢

Usage

With Gradle:

  compile 'com.wenwenwen888:bgupdate:1.0.7'

How to use

第一句 , 调用下载:

  • (a.调用Dialog对话框下载
  BgUpdate.updateForDialog(context, url, filePath);
  • (b.调用Notification下载
  BgUpdate.updateForNotification(context , url, filePath);
  • (c.url即为下载apk的链接,下面为filepath示例
  String filePath = Environment.getExternalStorageDirectory() + "/xxx.apk";

第二句 , 在onDestroy()的时候关闭服务:

 BgUpdate.closeService(context);

End (。・`ω´・)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.