Kotlin Android SeekBar Android SeekBar is a kind of ProgressBar with a draggable thumb. The end user can drag the thumb left…
generics
-
-
kotlin android sharedpreferences Android Shared Preferences allow the activities or applications to store and retrieve data in the form of key and…
-
Kotlin Android SQLite Tutorial SQLite is an open-source relational database that is used to perform database operations on Android devices such as…
-
Kotlin Android TabLayout with FrameLayout Android TabLayout is a Layout which is used to build horizontal tabs. In the tutorial, Android TabLayout…
-
Kotlin Android TabLayout with ViewPager Android TabLayout is a Layout which is used to build horizontal tabs. The tabs for the TabLayout…
-
Kotlin Android Google Map Fixed Location Google Map displays the current location, navigate location direction, search location etc. To place the Google…
-
Kotlin Android TextView and EditText Android TextView is a user interface which displays the text to the user. A simple XML code…
-
Kotlin Android Google Map Search Location In the previous tutorial, we build the application that locate the Map Fixed Location and Map…
-
Kotlin Android Toast Android Toast is used to display a sort time notification to the user without affecting the user interaction with…
-
Kotlin Android Implicit Intent Android Implicit Intent invokes the component of another app to handle the request. It does not specify the…