Month: September 2017

  1. Home
  2. chevron_right
  3. 2017
  4. chevron_right
  5. September

Android – HTML in textView

Articles, Solutions
Display HTML format First we will present below what are the supported tags for a textView and what are not supported. You can skip this section if you are already…

Functions in Kotlin

Kotlin
In this post I will talk about 5 cool things that functions can do in Kotlin, better than methods in Java.   1. Forget about overloaded methods In Java, when…