上一页 1 ··· 4 5 6 7 8
摘要: 1 1 @Override2 protected void onCreate(Bundle savedInstanceState) {3 super.onCreate(savedInstanceState);4 setContentView(R... 阅读全文
posted @ 2015-10-08 12:33 龟窝 阅读(712) 评论(0) 推荐(0)
摘要: 1 import android.content.Context; 2 import android.database.SQLException; 3 import android.database.sqlite.SQLiteDatabase; 4 import android.database.... 阅读全文
posted @ 2015-10-07 20:12 龟窝 阅读(296) 评论(0) 推荐(0)
摘要: 1 import android.content.Context; 2 import android.widget.Toast; 3 4 /** 5 * Created by apple on 10/7/15. 6 */ 7 public class Message { 8 publi... 阅读全文
posted @ 2015-10-07 17:25 龟窝 阅读(199) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8