Explore >> Select a destination


You are here

developernote.com
| | wicki.io
9.0 parsecs away

Travel
| | A short compilation of some iOS & Android native build errors.
| | blog.yannickjaquier.com
12.1 parsecs away

Travel
| | Hive concatenate command we use to maintain good performance is not working as expected with Spark generated tables. What have we done to bypass ?
| | piotr.westfalewicz.com
26.4 parsecs away

Travel
| | This post will be about my journey with fixing nasty Cassandra Datastax C# driver problem, which took me a lot more time than expected... Can you guess the problem source?
| | ryanharter.com
38.3 parsecs away

Travel
| In the last post we created a basic Android project using Android Studio templates. While it's great that we have a fully functioning master/detail style app, it does look a bit bare. In this post, we'll change this by styling our list view, incorporating (sort of) real data to feed our list. We'll make a custom adapter to drive our list with custom layouts, and introduce testing into the mix to ensure that our app continues to perform as expected.