Explore >> Select a destination


You are here

wittchen.io
| | staydecent.ca
2.4 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.
| | www.java2s.com
2.3 parsecs away

Travel
| | Android Open Source - Android-Display-Images-from-SD-Card-Tutorial Lazy Adapter
| | juffalow.com
1.9 parsecs away

Travel
| | 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.
| | abdulapopoola.com
13.9 parsecs away

Travel
| While working on an Android app, I needed to get people to sign into Facebook however I didn't want them to leave my app. The simple solution was to launch the browser through an intent; however, this was going to stop my activity which was unacceptable. I wanted a solution that enabled users to sign...