Explore >> Select a destination


You are here

ryanharter.com
| | staydecent.ca
2.6 parsecs away

Travel
| | [AI summary] The article explains how to create reusable view components in Android by extending ViewGroup classes and using XML layouts, similar to practices in frontend JavaScript frameworks.
| | zserge.com
2.8 parsecs away

Travel
| | We love XMLs, but there might be a better way
| | wittchen.io
2.2 parsecs away

Travel
| | When we work with Activities in Android, defining different layouts for different screen orientations is easy. The only thing we need to do, is to create two *.xml files with the same name for layouts in two separate directories (res/layout/ and res/layout-land/). In Fragments its not that easy. In such case, we need to perform additional operations in order to achieve our goal. Fragment in Android is not re-inflated on configuration change, but we can recreate layout and repopulate view manually.
| | adambennett.dev
20.9 parsecs away

Travel
| Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants