{"id":20027973,"url":"https://github.com/mohamedelareeg/fogram","last_synced_at":"2026-05-09T05:04:29.073Z","repository":{"id":214954436,"uuid":"626378526","full_name":"mohamedelareeg/Fogram","owner":"mohamedelareeg","description":"Fogram: Social media app for sharing posts, stories, and chatting with friends. Built with Java and Firebase for real-time communication and data synchronization.","archived":false,"fork":false,"pushed_at":"2024-01-01T15:04:17.000Z","size":7872,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T04:44:00.128Z","etag":null,"topics":["android","chatting","firebase","java","retrofit","social-media"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohamedelareeg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-11T10:55:29.000Z","updated_at":"2025-02-09T15:20:58.000Z","dependencies_parsed_at":"2025-01-12T17:25:32.427Z","dependency_job_id":"1d54eb87-f6ab-4ca8-b97e-8ae59feb00bc","html_url":"https://github.com/mohamedelareeg/Fogram","commit_stats":null,"previous_names":["mohamedelareeg/fogram"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohamedelareeg/Fogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelareeg%2FFogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelareeg%2FFogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelareeg%2FFogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelareeg%2FFogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohamedelareeg","download_url":"https://codeload.github.com/mohamedelareeg/Fogram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedelareeg%2FFogram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","chatting","firebase","java","retrofit","social-media"],"created_at":"2024-11-13T09:12:44.325Z","updated_at":"2026-05-09T05:04:29.056Z","avatar_url":"https://github.com/mohamedelareeg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fogram - Social Media App\n\nFogram is an Android application that serves as a social media platform, similar to Facebook and Instagram. It offers features such as posting, stories, chatting, groups, Firebase Realtime Database integration, and push notifications.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n- [Version Information](#version-information)\n- [Running the Application](#running-the-application)\n  - [Debugging](#debugging)\n  - [Release Build](#release-build)\n- [Publishing](#publishing)\n- [Built With](#built-with)\n- [Dependencies](#dependencies)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Posts and Stories:** Share moments with friends through posts and stories.\n- **Chatting:** Real-time chat functionality for private conversations.\n- **Groups:** Create and join groups based on interests or communities.\n- **Firebase Realtime Database:** Utilizes Firebase for real-time data synchronization.\n- **Push Notifications:** Stay updated with push notifications for new activities.\n- **Image Handling:** Supports image uploading, cropping, and applying filters.\n- **Multi-Language Support:** Implements RTL (Right-to-Left) layout for multilingual support.\n\n## Getting Started\n\n### Prerequisites\n\n- Android Studio\n- Android device or emulator\n\n### Installation\n\n1. Clone the repository: `git clone https://github.com/mohamedelareeg/Fogram.git`\n2. Open the project in Android Studio.\n3. Build the project to resolve dependencies and compile the application.\n4. Connect an Android device or use an emulator.\n5. Run the application from Android Studio.\n\n### Configuration\n\nEnsure you have the required API keys and configurations for Firebase services. Update the necessary files with your configurations.\n\n## Version Information\n\n- **Compile SDK Version:** 34\n- **Target SDK Version:** 34\n- **Minimum SDK Version:** 23\n- **Build Tools Version:** 34.0.0-rc2\n- **App Version Code:** 1\n- **App Version Name:** 1.0\n\n\n## Running the Application\n\n### Debugging\n\nTo run the application in debug mode:\n\n1. Connect an Android device or use an emulator.\n2. In Android Studio, select \"Run\" from the toolbar.\n3. Choose the connected device/emulator and click \"OK\" to build and run the app.\n\n### Release Build\n\nTo build a release version of the application:\n\n1. Open the terminal in Android Studio.\n2. Navigate to the project root directory.\n3. Run the following command:\n\n   ```bash\n   ./gradlew assembleRelease\n   \nThis command generates the release APK in the app/build/outputs/apk/release/ directory.\n\n### Publishing\nTo publish the application to the Google Play Store:\n\n1. gnerate a signing configuration for the release build in the app/build.gradle file.\n2. Build the release version using the steps mentioned above.\n3. In Android Studio, select \"Build\" \u003e \"Build Bundle(s) / APK(s)\" \u003e \"Build APK(s)\".\n4. The generated APK will be available in the app/build/outputs/apk/release/ directory.\n\nFollow the Play Console guidelines to create a new release, upload the APK, and publish the app.\n\n## Built With\n\n- [Java](https://www.java.com/) - The primary programming language.\n- [Firebase](https://firebase.google.com/) - Comprehensive mobile and web app development platform.\n- [Android Image Cropper](https://github.com/ArthurHub/Android-Image-Cropper) - Library for cropping images.\n- [CircleImageView](https://github.com/hdodenhof/CircleImageView) - Circular ImageView library.\n- [Compressor](https://github.com/zetbaitsu/Compressor) - Image compression library.\n- [Universal Image Loader](https://github.com/nostra13/Android-Universal-Image-Loader) - Library for image loading and caching.\n- [Glide](https://github.com/bumptech/glide) - Fast and efficient image loading library.\n- [Android Image Filters](https://github.com/androidhive/ImageFilters) - Library for applying image filters.\n- [Firebase UI Database](https://github.com/firebase/FirebaseUI-Android) - UI components for Firebase Realtime Database.\n- [Android PhotoEditor](https://github.com/burhanrashid52/PhotoEditor) - Library for photo editing.\n- [Multidex](https://developer.android.com/studio/build/multidex) - Library for enabling multidex support.\n\n## Dependencies\n\nDetailed information about the libraries and dependencies used in the project can be found in the [build.gradle](build.gradle) file.\n\n## Contributing\n\nFeel free to contribute to the development of Fogram by creating issues, submitting pull requests, or suggesting new features.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedelareeg%2Ffogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedelareeg%2Ffogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedelareeg%2Ffogram/lists"}