android内存优化主要有以下几个方面: 合理设置应用的minSdkVersion和targetSdkVersion,使应用可以运行在更多设备上,这可以提高内存利用效率。避免在Application和Activity的onCreate方法中做过多工作,这会占用过多内
I have several \'select\' elements on the page. When I choose some ofoptions, the ajax request is being sent to server and the element adjacent to this \'select\' must be updated with response value.