Skip to content

Instantly share code, notes, and snippets.

View saifi369's full-sized avatar
🎯
Focusing

M Saif Ullah saifi369

🎯
Focusing
View GitHub Profile
//Created by M Saif Ullah... Youtube.com/u4universe
public class SampleDataProvider {
public static List<CityDataItem> cityDataItemList;
public static Map<String,CityDataItem> dataItemMap;
static {
cityDataItemList =new ArrayList<>();
dataItemMap = new HashMap<>();