getstring

    0熱度

    1回答

    我有以下類定義與一些信息,我想從另一個趕上。我使用的上下文,這樣的GetString()可以工作: public class Util{ public ArrayList<RecetaBean> getRellenas(Context con) { ArrayList<RecetaBean> MiLista = new ArrayList<RecetaBean>(); RecetaBea

    0熱度

    1回答

    參考字符串如何我有一個擴展SQLiteOpenHelper的活動,我想引用從資源串在我的strings.xml 當我使用: 資源RES = getResources(); String Note = res.getString(R.string.M1Details); 我得到錯誤:該方法getResources()是未定義NotesSQL.DbHelper 的類型i也曾嘗試: 字符串注=的getS

    0熱度

    2回答

    是哪兩種方式來獲取資源字符串之間的區別: setPositiveButton(R.string.some_string); OR setPositiveButton((getString(R.string.some_string)); ? 在這兩種情況下,我都得到相同的結果。

    0熱度

    1回答

    我正在處理一個有4列(_id,名稱,分數,狀態)的數據庫,並使用以下命令將所有行導入到arrayList中。 Cursor assessmentStatus = myDbHelper.getAllTests(); assessmentStatus.moveToFirst(); while (!assessmentStatus.isAfterLast()) {

    0熱度

    4回答

    這裏是我的問題的代碼要點: String from = extra.getString("from"); Log.d("Cat", from); //debugs as edit if(from == "edit") { Log.d("Cat", "Edit"); } else { Log.d("Cat", "Not Edit"); } 它會去爲「未編輯」 在調用活

    1熱度

    2回答

    我有一個簡單的類,其中包含我想要從另一個類調用的信息的問題。例如這裏是類Util其中包含的信息: public class Util{ public ArrayList<RecetaBean> getRellenas() { ArrayList<RecetaBean> MiLista = new ArrayList<RecetaBean>(); RecetaBean re

    0熱度

    3回答

    出於某種原因,無論點擊哪個項目,這隻會返回列表中第一個項目的名稱。我不知道爲什麼它沒有返回正確的名稱。基本上我只想找到名稱,以便我可以搜索該名稱的名單,以便我可以在數組中找到它的位置。 myTask.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView<?> pare

    1熱度

    2回答

    我有一個比較字符串的問題:我得到string.xml中的「激活」的字符串值。當我與具有相同值的字符串值進行比較,結果總是假的(在string.xml激活=測試) <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">MyNameApp</string> <string name="

    0熱度

    1回答

    我張貼到我的網站的PHP文件。我沒有使用JSON,所以當我嘗試使用如下代碼Log.e("errr", jsonObj.getString("err"));我得到一個System.err的話說: 07-27 20:57:29.274: W/System.err(2431): org.json.JSONException: Value <!DOCTYPE of type java.lang.Strin

    0熱度

    1回答

    我想從nvarchar列(SQL Server數據庫)獲取一些值。我的代碼如下所示: Dim value1 As String Dim con2 As New System.Data.SqlClient.SqlConnection con2.ConnectionString = "data source=AAA;initial catalog=DWH;integrated security=