Theatre icon indicating copy to clipboard operation
Theatre copied to clipboard

Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭

Results 5 Theatre issues
Sort by recently updated
recently updated
newest added

BaseActivity extended DaggerAppCompatActivity Create!! ~~~~kotlin abstract class BaseActivity : : DaggerAppCompatActivity() { }