All Stories
Librariesandroid - no_image
OkHttpOkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket; Connection pooling reduces request latency (if HTT...
In tutorial, no_image, librariesAndroid, Jan 23, 2025Librariesandroid - interceptors
OkHttp interceptorsInterceptors are pluggable Java components that we can use to intercept and process requests before they are sent to our application code.
In tutorial, interceptors, librariesAndroid, Jan 23, 2025Librariesandroid - no_image
KoinA pragmatic lightweight dependency injection framework for Kotlin developers. Written in pure Kotlin, using functional resolution only: no proxy, no code generation, no reflection...
In tutorial, no_image, librariesAndroid, Jan 23, 2025Librariesandroid - no_image
KodeinKodein is a Dependency Injection library. It allows you to bind your business unit interfaces with their implementation and thus having each business unit being independent.
In tutorial, no_image, librariesAndroid, Jan 23, 2025Librariesandroid - no_image
Image loading libraries
In tutorial, no_image, librariesAndroid, Jan 23, 2025Librariesandroid - no_image
Main annotations in Dagger 2The main annotations in Dagger 2 are: @Provides @Inject @Module @Component @Singleton
In tutorial, no_image, librariesAndroid, Jan 23, 2025Testing - no_image
Table of Contents Activities Fragments Services Broadcast Receivers Content Providers UI Design Data Storage Networking Concurrency Dependency Injection Testing Performanc...
In tutorial, no_image, testing, Jan 23, 2025Testing - no_image
Unit testUnit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage ...
In tutorial, no_image, testing, Jan 23, 2025Testing - no_image
RobolectricRobolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overh...
In tutorial, no_image, testing, Jan 23, 2025Testing - no_image
Functional testingFunctional testing is a quality assurance (QA) process and a type of black-box testing that bases its test cases on the specifications of the software component unde...
In tutorial, no_image, testing, Jan 23, 2025Featured
-
Testing - no_image
In tutorial, no_image, testing, -
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,