Saturday, August 24, 2024
Tuesday, May 21, 2024
Lottie Animation in Android App Jetpack Compose
Lottie Animation
Link:
https://lottiefiles.com
Dependencies:
implementation ("com.airbnb.android:lottie-compose:6.4.0")
###Video###
Sunday, May 5, 2024
Media3 ExoPlayer Project In Andriod Studio Jetpack Compose
Media3 ExoPlayer
Dependency
implementation("androidx.media3:media3-exoplayer:1.3.1")
implementation("androidx.media3:media3-exoplayer-dash:1.3.1")
implementation("androidx.media3:media3-ui:1.3.1")
implementation("androidx.media3:media3-exoplayer-hls:1.3.1")
Video
Saturday, April 20, 2024
Google Firebase Authentication In Android Studio jetpack compose
### Dependencies ###
implementation ("com.google.android.gms:play-services-auth:21.1.0")
implementation("io.coil-kt:coil-compose:2.6.0")
### SHA-1 KEY ###
./gradlew signingReport
### Image ###
Step 1: Connect Firebase
Saturday, April 6, 2024
Sunday, March 31, 2024
Data Class Navigation In Android Studio Jetpack Compose
### Download Image ###
Step 1: Create Data Class
val course1 = Courses(
4.5,
"Change App Icon and name In Android Studio Flutter ",
R.drawable.ai,
"How To Change App Icon and name In Android Studio Flutter"
)
val course2 = Courses(
4.0,
"Retrofit Get Data In Android Studio Jetpack Compose",
R.drawable.gd,
"How To Add Retrofit In Android Studio Jetpack Compose "
)
val course3 = Courses(
3.5,
"Number keyboard In Android Studio Jetpack Compose",
R.drawable.kb,
"How To Create Number keyboard In Android Studio Jetpack Compose"
)
val course4 = Courses(
3.0,
"Practice Set In Android Studio Jetpack Compose",
R.drawable.ps,
"Practice Set In Android Studio Jetpack Compose "
)
val course5 = Courses(
4.5,
"Sort Text In Android Studio Jetpack Compose ",
R.drawable.st,
"How To Implement Sort Text In Android Studio Jetpack Compose "
)
val course6 = Courses(
4.0,
"Add Text Image And Button In Android Studio Flutter",
R.drawable.tib,
"How To Add Text Image And Button In Android Studio Flutter "
)
val course7 = Courses(
3.5,
"Update Data In Room Database Android Studio Jetpack Compose",
R.drawable.ud,
"How To Update Data In Room Database Android Studio Jetpack Compose "
)
val course8 = Courses(
3.0,
"View Model In Android Studio Jetpack Compose",
R.drawable.vm,
"How To Add View Model In Android Studio Jetpack Compose"
)
### Dependencies ###
implementation("androidx.navigation:navigation-compose:2.7.7")
Step 2: Create Home Screen
Step 2: Create Home Screen #2
Monday, March 4, 2024
Firebase Email Authentication In Android Studio Jetpack Compose 2024
Step 1: Add Dependency
id("com.google.dagger.hilt.android") version "2.49" apply falsekotlin("kapt")
id("com.google.dagger.hilt.android")implementation("com.google.dagger:hilt-android:2.49")
kapt("com.google.dagger:hilt-android-compiler:2.49")implementation ("androidx.hilt:hilt-navigation-compose:1.2.0")implementation("androidx.navigation:navigation-compose:2.7.7")
Step 2: Connect Firebase
Sunday, February 18, 2024
Retrofit Get Data Example In Android Studio Jetpack Compose
Step 1: Add Dependency
id("kotlin-kapt")
id("com.google.devtools.ksp").version("1.6.10-1.0.4")
id("com.google.devtools.ksp").version("1.6.10-1.0.4")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
implementation("com.squareup.moshi:moshi:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("com.github.bumptech.glide:compose:1.0.0-beta01")
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
implementation("com.squareup.moshi:moshi:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("com.github.bumptech.glide:compose:1.0.0-beta01")
<uses-permission android:name="android.permission.INTERNET"/>
https://hp-api.onrender.com/api/characters
Step 2: Get Data #1
Step 3: Get Data #2
Friday, February 9, 2024
Save Update And Delete Data In Room Database
How To Save Update And Delete Data In Room Database Android Studio Jetpack Compose
Step 1: Add Dependency
id("kotlin-kapt")
implementation("androidx.room:room-runtime:2.6.1")
annotationProcessor("androidx.room:room-compiler:2.6.1")
kapt("androidx.room:room-compiler:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
annotationProcessor("androidx.room:room-compiler:2.6.1")
kapt("androidx.room:room-compiler:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
Step 2: Save Date #1
Step 3: Save Data #2
Step 4: Save Data #3
Step 5: Delete Data #1
Step 6: Delete Data #2
Step 6: Update Data
Saturday, January 13, 2024
How To Create Tic Tac Toe Game In Android Studio Jetpack Compose
Tic Tac Toe
Game
Step 1: Download Image & Audio
Step 2: Add App Icon & Background
Step 3: Create Home Screen
Step 4: Create Main Screen
Step 5: Create Player Screen
Step 6: Player Screen (Part -2)
Step 7: Player Screen (Part -3)
Step 8: Player Screen (Part -4)
Step 9: Player Screen (Part -5)
Step 10: Create AI Screen
Step 11: AI Screen (Part -2)
Step 12: AI Screen (Part -3)
Tuesday, January 2, 2024
Saturday, November 4, 2023
Subscribe to:
Comments (Atom)
Power Of Compounding
Power Of Compounding 1 = 1 2 = 2 3 = 4 4 = 8 5 = 16 6 = 32 7 = 64 8 = 128 9 = 256 10 = 512 11 = 1024 12 = 2048 13 = 4096 14 = 8192 15 = 163...
-
Step 1: Add Dependencies implementation ( "com.github.CanHub:Android-Image-Cropper:4.0.0" ) Step 2: Add Repositories maven ( url...
-
Step 1: Set Up Firebase Project Step 2: Add Plugins And Dependencies Plugins:- id( "kotlin-kapt" ) id( "com.google.dagger.hi...
-
How To Save Update And Delete Data In Room Database Android Studio Jetpack Compose Step 1: Add Dependency id( "kotlin-kapt" ) i...
-
### Dependencies ### implementation ( "com.google.android.gms:play-services-auth:21.1.0" ) implementation ( "io.coil-kt:coil...
-
Step 1: Add Dependency id( "kotlin-kapt" ) id( "com.google.devtools.ksp" ).version( "1.6.10-1.0.4" ) impleme...
-
Step 1: Create Android Library implementation ( project ( ":mylibrary" )) Step 2: Create Github Account Step 3: Publish Android L...
-
Emoji Code List " \uD83D\uDE00 " " \uD83D\uDE01 " " \uD83D\uDE02 " " \uD83D\uDE03 " ...
-
Tic Tac Toe Game Step 1: Download Image & Audio Step 2: Add App Icon & Background Step 3: Create Home Screen Step 4: Create Main ...
-
Step 1: Add Dependency id( "com.google.dagger.hilt.android" ) version "2.49" apply false kotlin ( "kapt" ) id...













































































