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

Async Task Example || Android Tutorial

  When ever we try to implement a background task we need to implement it properly using a async task. In this tutorial we will discuss a simple example on android asynctask. It’s a simple example to cover the concept of android asynctask by making use of a “Log” conditions.To make it much simple for … Read more

Show Buttons
Hide Buttons