{"id":13614418,"url":"https://github.com/derysudrajat/math-view","last_synced_at":"2025-04-13T18:32:52.811Z","repository":{"id":48652665,"uuid":"386354724","full_name":"derysudrajat/math-view","owner":"derysudrajat","description":"A Library for displaying math equation in Android","archived":false,"fork":false,"pushed_at":"2022-10-08T13:57:12.000Z","size":233,"stargazers_count":29,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-07T22:42:29.459Z","etag":null,"topics":["android","equation","formula","hacktoberfest","latex","math","mathematics"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/derysudrajat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-15T16:23:07.000Z","updated_at":"2024-10-16T15:52:22.000Z","dependencies_parsed_at":"2023-01-19T15:15:50.309Z","dependency_job_id":null,"html_url":"https://github.com/derysudrajat/math-view","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derysudrajat%2Fmath-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derysudrajat%2Fmath-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derysudrajat%2Fmath-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derysudrajat%2Fmath-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derysudrajat","download_url":"https://codeload.github.com/derysudrajat/math-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248760633,"owners_count":21157398,"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","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","equation","formula","hacktoberfest","latex","math","mathematics"],"created_at":"2024-08-01T20:01:01.282Z","updated_at":"2025-04-13T18:32:52.254Z","avatar_url":"https://github.com/derysudrajat.png","language":"Kotlin","funding_links":[],"categories":[":shamrock:  **Categories**"],"sub_categories":[":books: Libraries"],"readme":"![math-view](https://user-images.githubusercontent.com/32610660/125827642-bbb31432-eea1-443b-87e8-47bbb2254172.png)\n# math-view\nA Library for displaying math equation in Android\n\n[![](https://jitpack.io/v/derysudrajat/math-view.svg)](https://jitpack.io/#derysudrajat/math-view)\n\n## Setup\n\nAdd this to `build.gradle` (project)\n\n```gradle\nallprojects {\n  repositories {\n      ...\n      maven { url 'https://jitpack.io' }\n    }\n}\n```\n\nAdd this dependency to `build.grdle` (module) or if you using gradle 7+ put it to `setting.gradle`\n```gradle\ndependencies {\n  implementation 'com.github.derysudrajat:math-view:1.0.1'\n}\n```\n\n## How to use\n\nCreate MathView in your XML layout\n\n```xml\n\u003cio.github.derysudrajat.mathview.MathView\n  android:id=\"@+id/mathView\"\n  android:layout_width=\"match_parent\"\n  android:layout_height=\"wrap_content\"/\u003e\n```\n\nYou can put [LaTeX](https://www.overleaf.com/learn/latex/Mathematical_expressions) expression to set into the formula\n\n```kotlin\nval formula = \"2a+4b\\\\sqrt{\\\\frac{4x-2^{6}}{ax^2+57}}+\\\\frac{3}{2}\"\nmathView.formula = formula\n```\n\n## Screenshot\n\n  \n\u003ca\u003e\u003cimg src=\"https://user-images.githubusercontent.com/32610660/137457393-2516e36b-6fc7-4a0d-9a88-e3e0b50af8f7.jpg\" width=50% alt=\"Sample App\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderysudrajat%2Fmath-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderysudrajat%2Fmath-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderysudrajat%2Fmath-view/lists"}