WeatherApp
WeatherApp copied to clipboard
AmapWeatherApp(高德天气):an amap-weather android app that implements MVVM architecture using LiveData, ViewModel, Room, DataBinding, WorkManager, and Retrofit2&Rxjava2.
Results
1
WeatherApp issues
Sort by
recently updated
recently updated
newest added
public static CacheClient getInstance() { if (mCacheClient == null) { synchronized (CacheClient.class) { if (mCacheClient == null) { mCacheClient = new CacheClient(); } } } return mCacheClient; }