我有一些代碼在我的工作,使用ASP.net(我從來沒有碰過),但我需要排序它。下面是我需要Dscrp排序列表框: foreach (InteractiveInfo template in ddlsource)
{
Product thisProduct = FindProduct(template.UProductId);
if (thisProduct != n
我想通過方法select從列表中找到特定值。 我的代碼: public class Calc
{
public int IdCalc { get; set; }
public double Result { get; set; }
public int Number { get; set; }
}
public class Program
{
st
因此,我的onListItemClick由於某種原因不起作用。我在另一個活動中使用相同的代碼結構,並且一個工作正常。當我嘗試在這裏實現相同的方法時,它根本不起作用。 Toast不起作用。而注意力的意圖也不起作用。我確定我的命名和標籤是好的。列表項目甚至不覺得它們是可點擊的。有人可以幫我在這裏嗎? public class MainActivity extends ListActivity {