All Stories published by softAai Blogs on January 27, 2023
01
02
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
28
29
30
31

Get Context in Jetpack Compose

In Android Jetpack Compose, you can get the context by using LocalContext, but it should be called from the composable function only or within its scope.

val context = LocalContext.current