Skip to content

ametaastha/WikiMedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WikiMedia

WikiMedia is an app which provides user the ease of searching images. All, a user have to do is, write the name for which they want to see images in search bar, and relevant images will be displayed. Upon touching/clicking any image, the image will be shown in full page view on next screen. User can navigate back to screen which shows grid of images.

Architecture Pattern used: MVVM Reason for using MVVM is to demonstrate how MVVM works. Using MVVM, we can delegate the UI login responsibility of ViewController to ViewModel. In MVVM, ViewController only passes to and fetches data from ViewModel, while in MVC, all the UI logic responsibility is handled by ViewController, which makes code look clumsy as well.

External Libraries used: None External Tools used: None

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages