Open in app

Sign In

Write

Sign In

ChandraSaiMohan bhupathi
ChandraSaiMohan bhupathi

104 Followers

Home

About

Aug 16, 2021

Linked List in Kotlin

Linked List in Kotlin 1.Before you begin: In this blog we will learn how to implement Linked list in Kotlin and some basic operations that can be performed on Linked List. Introduction: Linked List is a type of Linear Data Structure that is the second most used data structure after the array, which allocates memory dynamically at…

Kotlin

5 min read

Linked List in Kotlin
Linked List in Kotlin
Kotlin

5 min read


Aug 9, 2021

Android Runtime permissions with AndroidX RequestPermission contract — simple sample

Android Runtime permissions with AndroidX RequestPermission contract — simple sample Android Runtime permissions with AndroidX RequestPermission contract — simple sample 1.Before you begin: In this blog we will learn how to implement Android runtime permissions and how to declare them if app is installed on devices that runs Android 6.0 (API level 23) or higher . use the RequestPermission contract, included in an AndroidX library, where we allow the system to manage the…

Runtime Permissions

7 min read

Android Runtime permissions with AndroidX RequestPermission contract — simple sample
Android Runtime permissions with AndroidX RequestPermission contract — simple sample
Runtime Permissions

7 min read


Jul 18, 2021

Parent Fragment with Navigation Component.

1.Before you begin: In this blog we will learn how to use Navigation component in a Parent Fragment instead of Activity and navigation within child fragments. Introduction: Just like an activity contains Fragments using Navigation component, a Fragment can also contain Fragments with Navigation Component. In case of using Navigation component in Activity…

Kotlin

4 min read

Parent Fragment with Navigation Component.
Parent Fragment with Navigation Component.
Kotlin

4 min read


Jul 12, 2021

MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 2

1.Before you begin: This blog is continuation of the previous blog .In this blog we will learn how to write unit tests for coroutines with flows using MVVM architecture in Kotlin. The link to the part 1 is given below: MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 1 1.Before you begin:b-chandrasaimohan.medium.com Prerequisites: Familiarity with the Architecture Components ViewModel, LiveData, Repository.

Mockito

2 min read

MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 2
MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 2
Mockito

2 min read


Jul 12, 2021

MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 1

1.Before you begin: In this blog we will learn how to use Coroutines with Flows and also unit tests with MVVM architecture in Kotlin. What is Coroutine ? A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously. What is Flow ? A flow…

Coroutine

4 min read

MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 1
MVVM with Coroutine Flow and Unit Tests in Kotlin — Part 1
Coroutine

4 min read


Jul 5, 2021

MVVM with Flows in Kotlin

This story describes creating a simple Android application that uses MVVM architecture along with Flows . Basics of Flow: What is Flow ? A flow is a stream of values that are asynchronously computed. Flows emits values and there is other process/coroutines that receives/process the emitted values. Creating Flows Ways…

Android

2 min read

MVVM with Flows in Kotlin
MVVM with Flows in Kotlin
Android

2 min read


Published in CodeX

·May 20, 2021

Product Flavors — Simple Sample

This story explains Android Product flavors with a simple Sample Application. — Use Case: I have a requirement where I need to fetch data from the backend using retrofit/any other network API and populate my user interface. Challenges: The backend is not yet ready and I will not be able to fetch data from the back end and populate my user interface. Though my development…

Android

6 min read

Product Flavors — Simple Sample
Product Flavors — Simple Sample
Android

6 min read


Published in CodeX

·Apr 2, 2021

Fire Base with Kotlin MVVM

This story demonstrates a sample android application for using FireBase Database with MVVM using Kotlin. The application uses below features of firebase: (1) Authentication (2) Real time Database (3) Storage Brief introduction of Sample app: The sample that is used as part of demonstration contains below screens: (1) Login Screen…

Android

7 min read

Fire Base with Kotlin MVVM
Fire Base with Kotlin MVVM
Android

7 min read


Mar 3, 2021

Infinite List using Kotlin

This story describes about infinite list functionality using Kotlin. Use case: For instance we are making an webservice call from mobile application to fetch data to be displayed in a RecyclerView. …

Kotlin

4 min read

Infinite List using Kotlin
Infinite List using Kotlin
Kotlin

4 min read


Jan 2, 2021

Sectioned RecyclerView — Kotlin

Introduction: This story describes about sectioned RecyclerView in Android using Kotlin in combination with JetPack components. What is SectionedList? A sectioned list displays items in a list based on section. For instance displays list of state capitals for each country. …

Kotlin

3 min read

Sectioned RecyclerView — Kotlin
Sectioned RecyclerView — Kotlin
Kotlin

3 min read

ChandraSaiMohan bhupathi

ChandraSaiMohan bhupathi

104 Followers
Following
  • Maja Dakić

    Maja Dakić

  • Manuel Vivo

    Manuel Vivo

  • Sasank Sunkavalli

    Sasank Sunkavalli

  • Florina Muntenescu

    Florina Muntenescu

  • Yusuf Ceylan

    Yusuf Ceylan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech