Kotlin – Sort List of custom Objects

In this tutorial, I will show you several useful ways to sort List of custom Objects for Ascending and Descending order in Kotlin. You’re gonna know how to:

  • sort List of Objects by one field or multiple fields
  • use your custom Comparator to sort List of Objects
  • implement Comparable interface to make sorting List of Objects more convenient

Related Posts:
Kotlin List & Mutable List tutorial with examples
Kotlin – Compare Objects with Comparable Example

Read More

Vuetify Multiple Images Upload example

In this tutorial, I will show you way to use Vuetify to build Multiple Images Upload example with Axios and Multipart File for making HTTP requests. You will also know how to add progress bar, show response message and display list of images’ information (with url).

More Practice:
Vuetify data-table example with a CRUD App | v-data-table
Vuetify Pagination (Server side) example
Vue.js JWT Authentication with Vuex and Vue Router

Using Bootstrap: Vue Upload Multiple Images with Axios and Progress Bars

Read More