Explore >> Select a destination


You are here

arpitonline.com
| | exploringjs.com
3.4 parsecs away

Travel
| | [AI summary] A comprehensive guide to the features, syntax, and best practices of ECMAScript 6 (ES6) for JavaScript programmers.
| | ryanharter.com
1.4 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...
| | www.thepolyglotdeveloper.com
2.7 parsecs away

Travel
| | Use Volley to make asynchronous Android HTTP requests with very little code. A perfect solution for making calls to a web API in Android.
| | developerlife.com
15.2 parsecs away

Travel
| This tutorial will show you how to create a sub-Activity from a calling-Activity, and process the results produced by the sub-Activity, if you want to do so. Also, the various ways of launching a sub-Activity are covered, along with the Android Activity history stack. A subclass of Activity is also provided that makes it trivial to launch sub-Activities and respond to results from them.