专注于编程的细节
The most effective way of learning a new program language is through examples: copy and paste a piece of codes, run it to see results, then try to modify and re-run it step-by-step
摘要:
1、Android using Bundle for sharingvariables注:android中使用Bundle来共享变量,下例中Activity1和Activity2通过bundle共享一个变量myValue Sharingvariables between Activities is ... 阅读全文