Techoceanhub logo

Year 2020

Foundations of Java

This post is about basics and foundations on which Java stands like JRE, JVM and byte code, basic principles as well as the structure and how Java compiles and run  your program  and which command  is used to run  a…

Simplifying RecyclerView using Kotlin.

As people say Recycler view is difficult to understand but it is very flexible in nature as it provides dynamic features as compared to the ListView and Custom Adapter or you can say it is a combination of listview and…

Action bar with Option menu items in kotlin.

Have you noticed menu items on the action bar? When you click you will see list of menu items to be clicked on. Given below is an overall look at a simple menu item created. Normally menu items are used…