Add an image for Android marker info window
问题 I'm making an android app. In this app, there are markers of some hotels and when user click on the marker info window appears and it should be like following image. (This is a web application) I have a list view in my navigation drawer fragment and map fragment has the markers. This is my code before I try to load image for the info window in MainActivity.java . // Load Hotels private class GetHotelTask extends AsyncTask<String, String, String> { @Override protected String doInBackground