Coder Social home page Coder Social logo

android_note's Introduction

Android_Note

Java_Note

Kotlin_Note

  • 设计模式

    Android进阶之大话设计模式 http://mobile.51cto.com/android-419145.htm

  • Android Studio

    跳过sdk检查更新

    在Android Studio\bin\idea.properties中添加disable.android.first.run=true
    

    最强 Android Studio 使用技巧和快捷键 http://www.open-open.com/lib/view/open1458715872710.html

  • Gradle

    版本问题:如果 lib 库有引入高版本的 lib ,那项目里该 lib 会全部替换成新的,即便代码里显示引入低版本也不生效,所以推荐 lib 尽量引入低版本的正式版 这样代码中依赖高、低版本都可以,比较灵活

    e.g. implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

  • Activity

    • 主线程

      ComponentActivity.java 中 post 主线程方法

      new Handler(Looper.getMainLooper()).post(new Runnable()(){
          
      });
  • Fragment

    onActivityResult() inside Nested Fragment is now called on Support Library rev 23.2 and above https://inthecheesefactory.com/blog/onactivityresult-nested-fragment-support-library-v23.2/en

UI

Android UI性能优化详解 http://mrpeak.cn/android/2016/01/11/android-performance-u

  • Res

Android selector 选择器 从上往下匹配 匹配到就返回了

  • Material Design

material配色 https://www.materialpalette.com/

material 组件 MaterialShapeDrawable MaterialShapeUtils MaterialToolbar

  • 动画

    https://github.com/lgvalle/Material-Animations

    演示View的平移、缩放动画,activity进入和退出动画,界面间元素共享,并且开发者在README中,对动画原理进行了精讲,是学习动画很好的项目,项目代码量比较少,也很适合新手学习

  • Demo

1、google 官方demo https://developer.android.com/samples/index.html

1、google 架构组件demo https://github.com/android/architecture-components-samples

4、泡在网上的日子里的完整项目 http://www.jcodecraeer.com/plus/list.php?tid=31&codecategory=22000

http://mobdevgroup.com/platform/android/project

5、第三方热门开源库

6、Android系统源码

如何看懂源代码--(分析源代码方法)

http://www.cnblogs.com/ToDoToTry/archive/2009/06/21/1507760.html

  • arch项目

    BaseArchitecture

    **人写的 MVP dragger.android rxjava room 等 中等简洁

    Ganker

    大部分采用谷歌的思维和代码 搭配学习谷歌 sample demo

    https://github.com/xinghongfei/LookLook

    可以阅读知乎日报,网易头条,每日推送一张妹子图片和视频,是一个精美的阅读软件。遵循Google Meterial 设计风格,加入了一些5.0以上的新特性,阅读体验绝不逊色于官方的app。

    https://github.com/googlesamples/android-UniversalMusicPlayer

    这个开源项目展示了如何实现一个横跨各种Android平台的音乐播放器,包括手机,平板,汽车,手表,电视等。Google官方推出,跨平台开发必看项目

    https://github.com/nickbutcher/plaid

    由谷歌工程师开发,展示Google Material风格设计,项目代码量大,但是结构清晰,还是很好理解的。

  • ML Kit

https://developers.google.cn/ml-kit

https://github.com/googlesamples/mlkit/tree/master/android/vision-quickstart


  • 博客

总李写代码 https://www.cnblogs.com/whoislcj

谷哥的小弟 https://blog.csdn.net/lfdfhl

却把清梅嗅 https://qingmei2.blog.csdn.net

HiDhl https://juejin.cn/user/2594503168898744

其他附加知识

android_note's People

Contributors

louisgeek avatar

Watchers

 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.