Skip to content

A Wikipedia Android app built for learning purposes. This app uses Wikipedia API to fetch the relevant data about the searched query. It shows search suggestions as the user types the query to be searched, saves the visited searched pages in the history section using the Room database, shows a list of fetched data about the searched item, and le…

License

Notifications You must be signed in to change notification settings

pramodk007/MyWiki

 
 

Repository files navigation

MyWiki

A Wikipedia Android app built for learning purposes. This app uses Wikipedia API to fetch the relevant data about the searched query. It shows search suggestions as the user types the query to be searched, saves the visited searched pages in the history section using the Room database, shows a list of fetched data about the searched item, and lets the user visit its Wikipedia page if a user clicks on it.

This project is based on MVVM architecture and has a beautiful UI.

Dagger, Architectural Components, RxJava, Lifecycle-Aware componentes, LiveData, ViewModel, Retrofit, Room & Material Design

.

App interface:-

Splash screen.

Home page and search suggestion Screen.

Search list & No result search page.

WebView Screen

About

A Wikipedia Android app built for learning purposes. This app uses Wikipedia API to fetch the relevant data about the searched query. It shows search suggestions as the user types the query to be searched, saves the visited searched pages in the history section using the Room database, shows a list of fetched data about the searched item, and le…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%