Homepage
Open in app
Sign in
Get started
Tagged in
Android Apps
Globant
Our thoughts as a strategic disruptor in business and cognitive transformation. Visit us at
www.globant.com
More information
Followers
1.8K
Elsewhere
More, on Medium
Android Apps
Richa Sharma
in
Globant
Feb 7, 2021
[Android]: Understanding Activity Lifecycle for Beginners-Part 1
Android Activity
is very important component and…
Read more…
2
Richa Sharma
in
Globant
Nov 22, 2020
Android : Recyclerview for beginners(Part- 1)
RecyclerView
in Android platform is an important component that is present often…
Read more…
10
Richa Sharma
in
Globant
Oct 4, 2020
Android : Unit Testing For Beginners
What is Unit Testing ?
Unit Testing aim is to work on each module or…
Read more…
12
3 responses
Richa Sharma
in
Globant
Aug 9, 2020
Kotlin: Null Safety Concept
In Kotlin by default, every type is not Nullable.
Suppose in the variable name which is of type String we try to assign null it will give an error as “
Null cannot be the value of non- null type String
”.
var name: String = null
Read more…
18