Felix GVfelixgv.hashnode.dev·Feb 17, 2023Keyhole Design PatternThe keyhole design pattern can be used when we wish to expose only a fraction of an object to another component. If an object’s capabilities are deemed too powerful to pass around nilly willy, we may want to constrain the scope of what gets passed to...205 readsdesign patterns
Kushagra Acharyaschixor88.hashnode.dev·Jun 6, 2022Layout, View, ViewGroup Part - IIRecap As we have done LinearLayout in the past now we know the major factor that a view would prioritize LinearLayout is when: The view that we should make is simple. The view can be easily developed by vertical and horizontal orientation. View does...113 readsMobile Application DevelopmentAndroid