All Stories
Designpatterns - no_image
Command patternCommand pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Chain of ResponsibilityChain-of-responsibility pattern is a design pattern consisting of a source of command objects and a series of processing objects. Each processing object contain...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Builder patternThe builder pattern is a design pattern designed to provide a flexible solution to various object creation problems in object-oriented programming. The intent of the Bu...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Bridge patternThe bridge pattern is a design pattern used for “decouple an abstraction from its implementation so that the two can vary independently”. The bridge uses encapsulation, ...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Adapter patternAdapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. It is often used to make existing classes w...
In tutorial, no_image, designpatterns, Jan 23, 2025Designpatterns - no_image
Abstract factory pattern
In tutorial, no_image, designpatterns, 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,