MVVM Architecture || Beginners Guide || Android Coding

[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”] MVVM (Model – View – ViewModel) is a architectural design pattern for software development. MVVM architecture in android provides a better way of dealing with the components by making them loosely coupled. In MVVM architecture every components has its own task to be furnished so … Read more

Flutter firestore tutorial | Game Points Example

  Flutter Firestore : Flutter firestore is a cloud based database for storing data using NoSQL database, even a beginner can easy maintain a database using firebase firestore. Why flutter firestore because we need not handle server side coding, maintain hardware required and most important aspect is this operations are performed on cloud based can … Read more

Android Upload Image Using Retrofit Library Part 1 || Upload Image to Server

In this blog on Android Upload Image Using Retrofit Library we will discuss hoe to upload a image onto server using retrofit library. Every now and then we require to upload a image to server either it is regarding a user profile picture or any other image from your device to database. Also you can … Read more

Show Buttons
Hide Buttons