Code Monkey home page Code Monkey logo

Joe's Projects

androidactivitystudy icon androidactivitystudy

Android之Activity Study,启动方法(显式、隐式-2启动系统的Activity)、生命周期、启动模式(standard、singleTop、singleTask、singleInstance)

androidintentservicestudy icon androidintentservicestudy

IntentService是 Scrvice 的子类,因此它不是普通的Service,它比普通的Service增加了额外的功能。IntentService的特点: IntentService会创建单独的worker线程来处理所有的Intent请求。 IntentService会创建单独的worker线程来处理onHandleIntent()方法实现的代码,因此开发者无须处理多线程问题。 作者:帅次 链接:https://www.jianshu.com/p/6bf03e3cb097 来源:简书 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

androidlayoutstudy icon androidlayoutstudy

为了让组件(TextView,Button等)在不同的手机屏幕上都能运行良好(不同手机屏幕分辨率、尺寸并不完全相同),如果让程序手动控制每个组件的大小、位置,则将给编程带来巨大的困难,为了解决这个问题,Android提供了布局管理器。

androidservicestudy icon androidservicestudy

显式启动通过类名称来启动,需要在Intent中指明Service所在的类,并调用startService。显式启动停止Service,需要将启动Service的Intent传递给stopService (Intent)函数

beautypoetryapplication icon beautypoetryapplication

《诗词之美》APP运行于Android设备上,支持诗词搜索、阅读、聆听诗词朗诵等功能。

contentprovierstudy icon contentprovierstudy

内容提供者:给多个应用提供数据、类似一个接口、可以和多个App共享数据

cycle-small-honey icon cycle-small-honey

想要方便快捷的记录各种周期?想要随时查看记录周期的柱状图?想要即拿即用、即用即走?试试「周期小蜜」吧,方便、安全、贴心!

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.