A Common Design of Framework for Android Remote Data Interaction
暂无分享,去创建一个
On mobile environment,when android program interface communicate with the remote data source,the low cost of data trans fer and decoupling function layers are very important.the framework described here utilizes lightweight JSON to represent business model,furthermore the classical Observer and MVC design pattern are mixed together and extender by the framework.