码迷,mamicode.com
首页 >  
搜索关键字:activities    ( 253个结果
Github笔记(1)
学习目的: 借助GitHub托管项目代码 GitHub官方介绍: 中文:https://guides.github.com/activities/hello-world/ 英文:https://guides.github.com/activities/hello-world/ 基本概念: Repos ...
分类:其他好文   时间:2017-08-26 21:27:08    阅读次数:176
What is GitHub?
https://github.com/ https://guides.github.com/activities/hello-world/ http://www.cnblogs.com/twtp/articles/5264073.html GitHub is a code hosting platf ...
分类:其他好文   时间:2017-07-26 19:23:42    阅读次数:142
appium-launch activity选择错误时,提示“A new session could not be created. (Original error: Permission to start activity denied”
capabilities.setCapability("appActivity", ".activities.MainActivity"); 该属性选择错误时提示:A new session could not be created. (Original error: Permission to s ...
分类:移动开发   时间:2017-07-26 18:07:05    阅读次数:291
java android 序列号serializable和parcelable
why 为什么要了解序列化?—— 进行Android开发的时候,无法将对象的引用传给Activities或者Fragments,我们需要将这些对象放到一个Intent或者Bundle里面,然后再传递。 what 什么是序列化 —— 序列化,表示将一个对象转换成可存储或可传输的状态。序列化后的对象可以 ...
分类:移动开发   时间:2017-07-22 13:19:05    阅读次数:219
【Android】Architecture Components最佳实践--Lifecycles
UI controllers (activities and fragments) 中代码越少越好,不应该自己去请求数据,而是用ViewModel来更新数据,并且监听LiveData来更新UI UI controllers 中的UI写成数据驱动的,也就是UI controller需要做的只有当数据变 ...
分类:移动开发   时间:2017-07-18 13:26:05    阅读次数:198
Drozer使用简介
Drozer2.3.3forWindowshttp://pan.baidu.com/s/1hsJzlL6启动:adbforwardtcp:31415tcp:31415 D:\drozer\drozer.batconsoleconnect识别攻击面runapp.package.attacksurfacecom.baidu.pchelper看Activities的信息runapp.activity.info-acom.baidu.pchelper启动一个特定的组件runa..
分类:其他好文   时间:2017-07-11 14:50:01    阅读次数:1462
Handling bundles in activities and fragments
?? Bundle is a useful data holder, which maps String values to various Parcelable types. So basically it is a heterogenous key/value map. Bundles are ...
分类:其他好文   时间:2017-07-08 18:53:49    阅读次数:178
[android开发篇]activity组件篇
https://developer.android.com/guide/components/activities.html Activity 是一个应用组件,用户可与其提供的屏幕进行交互,以执行拨打电话、拍摄照片、发送电子邮件或查看地图等操作。 每个 Activity 都会获得一个用于绘制其用户界 ...
分类:移动开发   时间:2017-07-01 19:30:56    阅读次数:271
activity select problem(greedy algorithms)
many activities will use the same place, every activity ai has its' start time si and finish time fi.let the number of activities to be as many as pos ...
分类:其他好文   时间:2017-06-24 14:40:51    阅读次数:263
android对话框(Dialog)的使用方法
Activities提供了一种方便管理的创建、保存、回复的对话框机制。比如 onCreateDialog(int), onPrepareDialog(int, Dialog), showDialog(int), dismissDialog(int)等方法,假设使用这些方法的话。Activity将通过 ...
分类:移动开发   时间:2017-06-11 12:53:44    阅读次数:172
253条   上一页 1 ... 5 6 7 8 9 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!