Skip to content

📸 Simple Instagram clone for Android using Java & Firebase. Upload photos, comment, and browse the feed.

Notifications You must be signed in to change notification settings

RaufkAk/InstagramCloneJava

Repository files navigation

📸 InstagramCloneJava

🚀 Project Overview

InstagramCloneJava is an Instagram clone app built with Java and Android. Users can upload photos, write comments, and view posts from other users in the feed. Firebase services (Auth, Firestore, Storage) provide cloud-based authentication, data storage, and media management.


🎯 Features

  • 🔐 User registration and login (Firebase Auth)
  • 🖼️ Photo upload and commenting (Firebase Storage & Firestore)
  • 📰 Feed displaying posts from all users (RecyclerView)
  • 📦 Image loading with Picasso
  • 🎨 Modern Material Design UI
  • 🖇️ ViewBinding support

Klasör Yapısı

  • app/src/main/java/com/example/instagramclonej/model/Post.java: Gönderi veri modeli
  • app/src/main/java/com/example/instagramclonej/adapter/PostAdapter.java: RecyclerView adaptörü
  • app/src/main/java/com/example/instagramclonej/view/MainActivity.java: Giriş ekranı
  • app/src/main/java/com/example/instagramclonej/view/FeedActivity.java: Ana akış ekranı
  • app/src/main/java/com/example/instagramclonej/view/UploadActivity.java: Fotoğraf yükleme ekranı

Lisans

Bu proje eğitim amaçlıdır.

📸 Photos

About

📸 Simple Instagram clone for Android using Java & Firebase. Upload photos, comment, and browse the feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages