Hello World – Java display message example

  The very first tutorial in any programming language will be “Hello World”. So lets start with it then. The basic understanding of this tutorial is to print a message in java language. So before going any further we need to have a environment setup for writing java programs.   Software’s Required: 1)  java JDK … Read more

Android Databinding Library || java || jet pack

  Android dataBinding : Android databinding, Jetpack provides new data binding mechanisms using which a user can bind UI components in layouts to data sources directly. Databinding also avoids boiler plate code in handling the UI components.Also binding helps you to avoid UI framework calls in activity there by making app performance much better. Also … Read more

Show Buttons
Hide Buttons