In this article we will be working with Dagger 2 in Android. Its Part II of this topic. .In some cases we may have an …
Android
Working with Dagger 2 in Android -1
In this article we will discuss Dagger 2. To use dagger 2 in our project, first of all we need to add dagger 2 dependencies …
Manual Dependency Injection in android
In previous article we discussed about dependency injection now in this article, we are going to discuss what is manual dependency injection and how to …
What is dependency injection in android
In this article first we will understand what exactly is dependency injection in android and after that we will learn applying the concept of dependency …
GitHub tutorial in android
In this article we will cover basic concepts of Git and GitHub in Android. Git is a most widely used version control system in the software …
Thread in android and it’s classes
When we launch an application in Android, it creates the first thread which is known as the “main” thread and it is manage dispatching of …
Services in android you must know
Introduction A Service in Android can be consider as an application component that can use for perform long-running operations in the background. Service does not …
DATA BINDING IN ANDROID JETPACK YOU MUST KNOW
Introduction While we are working in any android app, the most important task is create a UI and set the data value to view in …
NETWORKING WITH RETROFIT IN ANDROID YOU MUST KNOW
Introduction Retrofit is a type safe rest client for android and java development by square.it uses OkHttp library for Http request and it consider best …
NETWORKING WITH VOLLEY IN ANDROID YOU MUST KNOW
We are using networking in mobile applications from a while. In the early, we used main thread for network call but Google stop calls network …