Skip to content

Instantly share code, notes, and snippets.

View lokeshbhattarai's full-sized avatar

Lokesh Bhattarai lokeshbhattarai

  • Philadelphia
  • 21:10 (UTC -04:00)
View GitHub Profile
@EugeneTheDev
EugeneTheDev / DotsLoaders.kt
Created March 18, 2021 23:15
Dots loading animations with Jetpack Compose
import androidx.compose.animation.core.*
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.CircleShape
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier