摘要:
ArrayAdapter的绑定方法 public class MyMain extends Activity { List<Book> list = new ArrayList<Book>(); ListView listView; @Override protected void onCreate 阅读全文
摘要:
我们用到的类库为:Newtonsoft.Json,通过VS工具中NuGet程序包可以下载。一:对象转json-序列化public class Student{ public int ID { get; set; } public string Name { get; set; } ... 阅读全文
摘要:
使用的类库为:ICSharpCode.SharpZipLib.dll一种是打包整个文件夹,另一种是打包指定的多个文件,大同小异: 1 using ICSharpCode.SharpZipLib.Zip; 2 3 public partial class _Default : System.W... 阅读全文