Android application for searching images.
"ImageSearchApp" is a Kotlin-based Android application that allows users to search images by the query text. Users can open image in the full screen view and swipe for navigation between them. There is also a button to open the original source image page. The app uses the serper.dev API.
- Kotlin;
- XML;
- ViewBinding;
- Retrofit2;
- Coroutines;
- Dagger2;
- RecyclerView;
- ViewPager2;
- Picasso;
- MVVM;
- Clean Architecture.