可能是一个简单的问题,但我需要一个精确的答案……
DATE date=new DATE();解决方法 这段代码是近似的,因为我是从内存中写的.
Intent mIntent = new Intent(ActivityA.this,ActivityB.class);mIntent.putLong(KEY,getTimeMilliseconds());startactivity(mIntent);
然后在ActivityB的onCreate中:
Bundle mBundle = getItent().getExtras();Long time = mBundle.getLong(KEY);
注意 :
总结putLong / getLong can apply to multiple type String,int …
If you want it to apply to a custom object you should make that object implement Parcelable.
以上是内存溢出为你收集整理的android – 通过bundle传递TIME对象全部内容,希望文章能够帮你解决android – 通过bundle传递TIME对象所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)