Home
Java
JSTL
Struts
Spring
Hibernate
Webservice
Eclipse
API
Guest Post
Menu
Explorer
Just-Weather-master
app
src
androidTest
java
org
kidinov
just_weather
weather
model
local
WeatherLocalDataSourceTest.java
view
WeatherActivityTest.java
main
java
org
kidinov
just_weather
App.java
common
base
BasePresenter.java
BaseView.java
data
local
RmMigration.java
remote
RetrofitException.java
ServerInterface.java
injection
annotation
ActivityScope.java
Local.java
Remote.java
component
RepositoryComponent.java
module
ApplicationModule.java
LocalDataSourceModule.java
RemoteDataSourceModule.java
RepositoryModule.java
util
RxUtil.java
local
RealmObjectObservable.java
remote
ApiKeyRequestInterceptor.java
UIUtil.java
weather
WeatherComponent.java
WeatherContract.java
model
WeatherDataSource.java
WeatherRepository.java
local
City.java
Main.java
Sys.java
Weather.java
WeatherLocalDataSource.java
remote
WeatherRemoteDataSource.java
presentation
WeatherPresenter.java
WeatherPresenterModule.java
view
WeatherActivity.java
WeatherActivityModule.java
WeatherAdapter.java
WeatherAddCityDialog.java
test
java
org
kidinov
just_weather
util
RxTestUtil.java
weather
model
WeatherRepositoryTest.java
remote
WeatherRemoteDataSourceTest.java
presentation
WeatherPresenterTest.java
testShared
org
kidinov
just_weather
WeatherTestUtil.java
util
EspressoUtil.java
RecyclerViewMatcher.java
TestUtil.java
package org.kidinov.just_weather.common.base; public interface BaseView<T> { }