Skip to content

ImranMelikov0/SimpleInstagramClone

Repository files navigation

SimpleInstagramClone

This project was created with Kotlin. This is the project that includes some main parts of instagram.You can do some of the operations you do on Instagram's home, search, reals, profile screens in this project.

Implementations

dependencies {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'de.hdodenhof:circleimageview:3.1.0'

implementation platform('com.google.firebase:firebase-bom:31.2.2')
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.google.firebase:firebase-auth-ktx'
implementation 'com.google.firebase:firebase-firestore-ktx'
implementation 'com.google.firebase:firebase-storage-ktx'
implementation 'com.google.android.gms:play-services-auth:20.4.1'

implementation 'com.github.bumptech.glide:glide:4.15.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0'

implementation 'com.github.bumptech.glide:glide:4.15.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0'

}

Project View

SimpleInstagramClone image1 SimpleInstagramClone image2 SimpleInstagramClone image3 SimpleInstagramClone image4 SimpleInstagramClone image5 SimpleInstagramClone image6

Watch project on youtube

Watch video:https://youtu.be/gdIUyhyRvLQ

About

This project was created with Kotlin. This is the project that includes some main parts of instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages