标签: android android-asynctask
我想创建一个asynctask类。该asynctask可以操作String,Integer,URL。当我将String传递给它时,Asynctask操纵字符串数据。当我将Integer数据传递给它时,它分别操纵它。请建议我是否可以使用单个asynctask,还是需要制作三个不同的Asynctasks来操作不同类型的数据?谢谢。