 
      
    | You are here | zserge.com | ||
| | | | | jakewharton.github.io | |
| | | | | Field and method binding for Android views. | |
| | | | | juffalow.com | |
| | | | | I am working for a Start Up project - DiagramArt, where we needed to create Android application which : load list of diagrams from API, show these diagrams to the user and some other stuff of course. The list consists from a preview picture, diagram's title and its description. There is no problem to load and show these data, the problem was in the preview picture. | |
| | | | | 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. | |
| | | | | blog.mobiledeveloperaustin.com | |
| | | |||