Android Work manager tutorial || Background Services || Periodic Work Request

Android work manager : In continuation to the previous tutorial we are proceeding with android work manager – periodic work request, i.e., when ever we want to do a work at a periodic interval of time we use this type of work request. When the work request is initialised and assigned it will complete the … Read more

Android tutorial on Dagger 2 || Android Dagger 2 || Data Injection

  Android Dagger 2: Dagger 2 is dependency injection framework, in this tutorial i want to explain Android Dagger 2 with a simple example to understand the concept easily.We will make use of String and int to make it easier to understand. In real time the usage is quite a bit different where the reusable … Read more

Java Dynamic List || Java example

  In the previous tutorial we have seen a static list declaration and usage with different types of data types.Now in this part of the tutorial we will get to know a dynamic list.   Java Dynamic List : When we create any real time application like shopping app where cart is designed or storing … Read more

Java Simple Calculator | Java example

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] Java simple calculator : We now have learnt how to take input from user and make arthematic operations by making use of variables.Now we will accept two numbers from user and process them according to operators.   First let’s deal with accepting numbers so for … Read more

Show Buttons
Hide Buttons