摘要:
一、Android编码规范 1、学会使用string.xml文件 在我看来,当一个文本信息出现的次数大于一次的时候就必须要使用string.xml 比如一个保存按钮 , 不规范写法: <Button android:id="@+id/editinfo_btn_save" android:layout 阅读全文
posted @ 2016-12-20 15:32
洒水閃人
阅读(214)
评论(0)
推荐(0)
摘要:
package com.example.fujilun_2; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; public class LaunchActivity extends Ac... 阅读全文
posted @ 2016-12-20 14:27
洒水閃人
阅读(1961)
评论(0)
推荐(0)
摘要:
http://www.toutiao.com/i6362292864885457410/?tt_from=mobile_qq&utm_campaign=client_share&app=news_article&utm_source=mobile_qq&iid=6611409663&utm_medi 阅读全文
posted @ 2016-12-20 09:01
洒水閃人
阅读(161)
评论(0)
推荐(0)