Code Monkey home page Code Monkey logo

notes's Introduction

小米便签2012款moudle包

这个开源项目太老了。老到网络请求和一堆api都废弃掉了,也没有提供编译项 为了方便开发,特意做了一个moudle包,同时这也是一个完整的可以跑起来的工程,只要在清单文件里声明启动activity即可 做的改动:注释掉了网络请求,注释掉了隐式跳转功能

使用方式

以模块形式依赖

(推荐读懂之后在模块的基础上继承修改,api太老了还不如自己写一个) 第一步:minote-release.aar复制到libs目录下,如果没有就新建一个,在app下的build.gradle下

android{ ... repositories { flatDir { dirs 'libs' } ... } }

第二步:在dependencies 中这么添加进去就好了。

dependencies { implementation(name: 'minote-release', ext: 'aar') }

在项目基础上开发

在清单文件里声明启动activity,重新build即可

notes's People

Contributors

acmilan avatar sharpdevelop avatar tzx666 avatar

Watchers

James Cloos avatar

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.