{"id":20408498,"url":"https://github.com/dilip12git/converter_android_app","last_synced_at":"2026-04-18T01:37:53.608Z","repository":{"id":262846592,"uuid":"888533847","full_name":"dilip12git/converter_android_app","owner":"dilip12git","description":"An android app created using android java, for conversion of unit and calculation of CGPA and SCGPA","archived":false,"fork":false,"pushed_at":"2025-02-21T17:40:43.000Z","size":10117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T16:05:47.072Z","etag":null,"topics":["android","android-studio","bmi-calculator","cgpa-calculator","converter","java","love-calculator","scgpa-calculator","unit-converter"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dilip12git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-14T15:05:16.000Z","updated_at":"2025-02-21T17:40:47.000Z","dependencies_parsed_at":"2025-03-05T04:45:21.167Z","dependency_job_id":null,"html_url":"https://github.com/dilip12git/converter_android_app","commit_stats":null,"previous_names":["dilip12git/converter_android_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dilip12git/converter_android_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilip12git%2Fconverter_android_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilip12git%2Fconverter_android_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilip12git%2Fconverter_android_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilip12git%2Fconverter_android_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dilip12git","download_url":"https://codeload.github.com/dilip12git/converter_android_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilip12git%2Fconverter_android_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019558,"owners_count":26086750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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","android-studio","bmi-calculator","cgpa-calculator","converter","java","love-calculator","scgpa-calculator","unit-converter"],"created_at":"2024-11-15T05:32:48.646Z","updated_at":"2025-10-14T16:06:21.451Z","avatar_url":"https://github.com/dilip12git.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Converter App \n\nThe **Converter App** is an Android application built using Java in Android Studio. This app offers a range of conversion tools, including unit conversion, currency conversion, BMI calculation, love calculation, CGPA/SGPA calculation, temperature conversion, and time conversion. It’s designed with a user-friendly interface and follows Material Design principles.\n\n## Features\n\n1. **Unit Conversion**: Convert between various units (e.g., length, weight, volume).\n2. **Currency Conversion**: Convert currencies with real-time exchange rates.\n3. **BMI Calculator**: Calculate Body Mass Index based on height and weight.\n4. **Love Calculator**: Simple fun feature to calculate compatibility.\n5. **CGPA and SGPA Calculator**: Calculate CGPA, SGPA, and percentage.\n6. **Temperature Converter**: Convert between Celsius, Fahrenheit, and Kelvin.\n7. **Time Conversion**: Convert between different time units (seconds, minutes, hours).\n\n## [Converter.APK](https://drive.google.com/file/d/1fEdAwBcN1oDrJ5M2cm5qiggmqjsrW9pr/view?usp=sharing)\n\n\u003cimg src=\"https://github.com/user-attachments/assets/583d5f4b-ab47-4a12-8b3c-3fdae6c8c219\" width=\"200\" height=\"350\" alt=\"Demo\"\u003e\n\n\n## Dependencies\n\nThis project uses several libraries to enhance the UI and functionality:\n\n- **CardView**: Used for presenting content with cards.\n  ```gradle\n  implementation 'androidx.cardview:cardview:1.0.0'\n- **RecyclerView**: Used for displaying lists and grids of data.\n  ```gradle\n  implementation 'androidx.recyclerview:recyclerview:1.2.1'\n\n- **Material Design Components**: Provides modern UI components based on Material Design.\n  ```gradle\n  implementation 'com.google.android.material:material:1.5.0'\n  \n## Getting Started\n**Prerequisites**\n- **Android Studio**: Download and install [Android Studio](https://developer.android.com/).\n- **Java SDK**: Ensure you have Java SDK installed (Android Studio manages this automatically for most users).\n\n**Installation**\n 1. **Clone the Repository:**\n    ```bash\n    git clone https://github.com/dilip12git/converter_android_app.git\n    cd converter_android_app\n 2. **Open in Android Studio:**\n    - Open Android Studio and select Open an Existing Project.\n    - Navigate to the cloned directory and open it.\n 3. **Sync Project with Gradle Files:**\n     - Android Studio should automatically prompt you to sync Gradle files.\n 4. **Run the App:**\n     - Connect an Android device or use an emulator.\n     - Click on the \"Run\" button in Android Studio.\n\n## Navigation and UI\nThe app uses a **RecyclerView** to display lists of options for each converter type. Here's an example of setting up a **RecyclerView adapter** in Java:\n```java\nrecyclerView = findViewById(R.id.recycler_view); // Initialize RecyclerView\nrecyclerView.setLayoutManager(new GridLayoutManager(this,2));\nrecyclerView.setAdapter(adapter);\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilip12git%2Fconverter_android_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdilip12git%2Fconverter_android_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilip12git%2Fconverter_android_app/lists"}