码迷,mamicode.com
首页 >  
搜索关键字:bundle    ( 4177个结果
动画 --- 添加 和 移除 按钮
1 import android.app.Activity; 2 import android.os.Bundle; 3 import android.view.Menu; 4 import android.view.MenuItem; 5 import android.view.View; 6 ....
分类:其他好文   时间:2014-08-31 21:11:21    阅读次数:195
动画-- 按钮按序列(从小到大)显示
1 import android.app.Activity; 2 import android.app.Fragment; 3 import android.os.Bundle; 4 import android.view.LayoutInflater; 5 import android.view....
分类:其他好文   时间:2014-08-31 20:03:11    阅读次数:306
adt-bundle 调试 NDK
1、下载adt-bundle-linux-x86-201407022、下载android-ndk-r103、路径如下:/opt/adt-bundle-linux-x86-20140702/opt/adt-bundle-linux-x86-20140702/sdk/opt/adt-bundle-lin...
分类:其他好文   时间:2014-08-31 18:38:01    阅读次数:229
Android Bundle类
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A mapping from Strin...
分类:移动开发   时间:2014-08-31 18:31:51    阅读次数:206
【Android开发】之Fragment重要函数讲解
上一节我们讲到了Fragment的生命周期(都是基于android.support.v4.app包下的Fragment),学习之后相信大家对它的生命周期有了很深入的了解了,如果还有不懂得,可以再看一下,传送门。现在我们来讲一下有关Fragment的常用函数。     一、Fragment对象     1.void setArguments(Bundle args);  这个函数为Fr...
分类:移动开发   时间:2014-08-30 17:51:30    阅读次数:295
Rails中的测试RSpec升级遇到的问题
1 bundle exec rspec spec/ 2 /home/wuxj/Prac/rrprac/sample_app/spec/spec_helper.rb:20:in `block in ': uninitialized constant Capybara (NameError) 3 ...
分类:其他好文   时间:2014-08-29 20:00:28    阅读次数:370
什么是Activity
Activity 的生命周期是被以下的函数控制的。public class Activity extends ApplicationContext { protected void onCreate(Bundle icicle); protected void onStart(); prote...
分类:其他好文   时间:2014-08-29 10:48:27    阅读次数:120
bundle是什么?
bundle就是一个数据对象,像Map,HashMap一样key-value键值对的方式存放数据。在android中用于应用程序之间数据传输,不过是要靠对象使用的谢谢,又知道了一种在Activity 之间传递数据的方式53楼miky2014-07-14 12:19发表[回复]我只是想问,Intent...
分类:其他好文   时间:2014-08-29 10:45:17    阅读次数:220
android meta-data的使用以及含义
android:resource="resource specification"   android:value="string" />        该元素的基本结构.可以包含在  四个元素中。        这个名字值是额外的任意的可以提供给父组件的数据。一个组件元素能够包含任意数量的meta-data子元素。它们所有的值都会被收集在Bundle对象中并且使其可以作为组...
分类:移动开发   时间:2014-08-28 14:55:29    阅读次数:241
ios极光推送通知
iOS极光推送文档一、创建工程 Product Name:baixin Company Identifier:com.bluewave Bundle Identifier:com.bluewave.baixin二、申请证书 1.创建应用程序ID a.登陆 iOS Dev Center选择进入iOS ...
分类:移动开发   时间:2014-08-27 18:30:38    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!