Explore >> Select a destination


You are here

adityarohilla.com
| | inthecheesefactory.com
2.0 parsecs away

Travel
| | ?????????? Layout ??????????????????????????????? ??????????????????????????????????????????????? LinearLayout, RelativeLayout ??? FrameLayout ???????????? ???????????????????????????? RelativeLayout
| | masilotti.com
2.3 parsecs away

Travel
| | A quick-start guide to building Turbo Native apps for Ruby on Rails developers, no Swift or Kotlin experience necessary.
| | blog.blundellapps.co.uk
2.2 parsecs away

Travel
| | This blog is going to show you how to write your first Android Things application. We'll discuss the hardware details you need to know to get started and then dive into the code of the android app. Prerequisite, I assume you have a Raspberry Pi (or other AndroidThings compatible board) and you have flashed it
| | ryanharter.com
14.2 parsecs away

Travel
| On a recent client app, I ran into a situation where I needed an arbitrary number of EditText fields based on a selected value, where the user could enter people's information. My initial thought was to put this logic in my Fragment, just adding EditTexts to a LinearLayout container as the selected value changes, but that bloated my Fragment, and didn't allow for much reuse. This was a perfect opportunity to encapsulate this interaction functionality in a custom view, which would be reusable throughout t...