#android
Read more stories on Hashnode
Articles with this tag
A structural design pattern that optimizes memory usage by sharing common parts of the state among multiple objects · What is the Flyweight Pattern? The...
What is the Proxy Pattern? The Proxy pattern is a structural design pattern that provides a surrogate or placeholder for another object to control...
The Composite design pattern facilitates the composition of objects into tree structures, enabling the manipulation of these structures as if the ·...
The Bridge design pattern helps break down a big class or a group of closely linked classes into two parts: abstraction and implementation. These part ·...
ProblemImagine you're developing a fitness tracking application that gathers workout data from various fitness devices in XML format and generates...
Starting another activity, whether one within your app or from another app, doesn't need to be a one-way operation. You can also start another...