`
文章列表
4、编写数据库操作的代码 4.1、编写简单的pojo类 package com.jftt.pojo; public class WebSite { private int ws_id; private String ws_name; private String ws_url; public WebSite( String string, String string2) { this.ws_name=string; this.ws_url=string2; } public WebSite(int wid, ...
1、首先设计main.xml文件 <?xml version="1.0" encoding="utf-8"?> <ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/myFilpper" android:layout_width="fill_parent" android:layout_height="fill_parent& ...
Global site tag (gtag.js) - Google Analytics