|
You are here |
zserge.com | ||
| | | | |
jakewharton.github.io
|
|
| | | | | Field and method binding for Android views. | |
| | | | |
wittchen.io
|
|
| | | | | 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. | |
| | | | |
staydecent.ca
|
|
| | | | | [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. | |
| | | | |
10xlearner.com
|
|
| | | Hello ! I'm Xavier Jouvenot and here is the fourth part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the fourth problem in C++, and how I integrated the solution in an Android project. The objective of fourth third problem is simple. We... | ||