private class MyAsyncTask extends AsyncTask <String, String, String >
In this code what is the parameters in <> ? I saw the same thing in many places. But I couldn't figure what it actually mean. I'm trying to populate a listview asynchronously I'm new to android programming so please help...