Open in app
Home
Notifications
Lists
Stories

Write
Raj kumar
Raj kumar

Home

Dec 25, 2021

Must know operations on Collections in Kotlin

Let’s suppose you have to given a list of integers. For example : val list = listOf(-12, -5, 1, 9, 11) Filter : You have to create a list of positive numbers from above list. To achieve this ,typical code is val result = mutableListOf<Int>() for (num in list) {…

Kotlin Beginners

1 min read


Dec 3, 2021

Android Test Driven Development

This series will be about testing in Android. So in this first introduction article, by the end, you’ll understand : What is Test Driven Development. why should you write test cases. Type of test cases. What is Test Driven Development (TDD) In this process, you write the tests for the…

Tdd

4 min read

Android Test Driven Development
Android Test Driven Development
Raj kumar

Raj kumar

Software developer @Riyaz

Following
  • Sean Kernan

    Sean Kernan

  • The woman

    The woman

  • Elye

    Elye

  • Nazmul Idris (Naz)

    Nazmul Idris (Naz)

  • Deven Joshi

    Deven Joshi

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable