Skip to content

🔢 Android Test App using Kotlin. This app allows you to get a fact about an entered number or a random number from this API - http://numbersapi.com/. The history of facts is stored in a database and can be cleared.

Notifications You must be signed in to change notification settings

veselovvv/NumberFactsTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumberFactsTestApp

🔢 Android Test App using Kotlin, Clean Architecture, MVVM, ViewModel, LiveData, Coroutines, Hilt, Navigation Component, View Binding, Retrofit, Room, and Material Design.

This app allows you to get a fact about an entered number or a random number from this API - http://numbersapi.com/. The history of facts is stored in a database and can be cleared.

The app has 2 screens.

The main screen is divided into two parts. The upper part has a field for entering a number and 2 buttons (for getting a fact about an entered number and a random number). The lower part displays the history of facts. Clicking on a fact opens a second screen.

The second screen displays a number and a fact.

1 2 3 4 5 6 7 8

About

🔢 Android Test App using Kotlin. This app allows you to get a fact about an entered number or a random number from this API - http://numbersapi.com/. The history of facts is stored in a database and can be cleared.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages