JSON Array conversion Gson gson = new Gson(); List globalDataListModelArrayList = new ArrayList(); globalDataListModelArrayList = Arrays.asList(gson.fromJson(matterEditModels.get(position).getGlobalDataList(), GlobalDataListModel[].class)); JSON Object conversion Gson gson = new Gson();…
IOS
Get actual adapter position at Auto Complete TextView in Android
String selection = (String) parent.getItemAtPosition(position);int pos = -1;for (int i = 0; i < clientName.size(); i++) { if (clientName.get(i).equals(selection)) { pos = i; break; }}System.out.println(“Position…
Pod Clean Up / Pods.xcodeproj Couldn’t load project
Complete Clean
Install xCode command line tool
Open terminal in mac and Install xCode Command line tool with the following command. xcode-select –install Check the update of license sudo xcodebuild -license