Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 829 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 829 Bytes

RetrofitDaggerProject

Study multi-modular project that uses retrofit, dependency injection with dagger to display data from local server (SimpleKtorApp).

Our server has vacancy and company data, we use Retrofit and Dagger to receive it to our android app. In case of problems with internet connection app returns text with error text. If you click on company's name, you can see full info about and list of vacancies from the company. If you click on vacancy name it will show a dialog with full info about the vacancy. You also can open dialog with company full info when clicking on company name in vacancy description.

video_2024-02-25_10-18-51.mp4
video_2024-02-25_14-54-10.mp4