{"id":13537720,"url":"https://github.com/markushi/android-ui","last_synced_at":"2025-05-15T08:08:29.207Z","repository":{"id":20998524,"uuid":"24288133","full_name":"markushi/android-ui","owner":"markushi","description":"Android UI library.","archived":false,"fork":false,"pushed_at":"2016-09-19T12:52:07.000Z","size":776,"stargazers_count":2215,"open_issues_count":12,"forks_count":427,"subscribers_count":138,"default_branch":"master","last_synced_at":"2024-04-22T15:02:36.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markushi.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}},"created_at":"2014-09-21T10:23:53.000Z","updated_at":"2024-04-22T12:04:02.000Z","dependencies_parsed_at":"2022-07-31T05:38:00.993Z","dependency_job_id":null,"html_url":"https://github.com/markushi/android-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markushi%2Fandroid-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markushi%2Fandroid-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markushi%2Fandroid-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markushi%2Fandroid-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markushi","download_url":"https://codeload.github.com/markushi/android-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248871132,"owners_count":21175161,"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":[],"created_at":"2024-08-01T09:01:02.766Z","updated_at":"2025-04-14T11:28:17.861Z","avatar_url":"https://github.com/markushi.png","language":"Java","readme":"Deprecated\n====================\nThis library is deprecated and no further development is taking place.\n\n# android-ui\nAndroid library for UI components.\u003cbr /\u003e\nGradle integration:\n\n```groovy\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    compile 'com.github.markushi:android-ui:1.2'\n}\n```\n\nRequires API level 14+ \u003cbr /\u003e\n[Download example apk](example.apk)\n\n## Components\n\n### ActionView\n\u003cimg src=\"https://raw.githubusercontent.com/markushi/android-ui/master/example-action.gif\" alt=\"ActionView Example\" /\u003e\u003cbr /\u003e\nA widget which can dynamically animate between defined Actions.\n```xml\n\u003cat.markushi.ui.ActionView\n\tandroid:id=\"@+id/action\"\n\tandroid:layout_width=\"56dip\"\n\tandroid:layout_height=\"56dip\"\n\tandroid:padding=\"16dip\"\n\tapp:av_color=\"@android:color/white\"\n\tapp:av_action=\"drawer\"/\u003e\n```\nYou can dynamically change the action with:\n```java\nactionView.setAction(new BackAction(), ActionView.ROTATE_COUNTER_CLOCKWISE);\n```\n\nThe following Actions are built in:\n\n * DrawerAction\n * BackAction\n * CloseAction\n * PlusAction\n\nPlease note: ActionView is still under development. The API might change at any time.\n\n### RevealColorView\n\u003cimg src=\"https://raw.githubusercontent.com/markushi/android-ui/master/example-reveal.gif\" width=\"280px\" alt=\"RevealColorView Example\" /\u003e\u003cbr /\u003e\nA component which mimics parts of the circular reveal/hide animation introduced [in the Android-L preview](http://developer.android.com/preview/material/animations.html#reveal).\u003cbr /\u003e\nNote: This is not a backport of the original reveal/hide effect. \n\nSee [this example gist](https://gist.github.com/markushi/68ce8df77bed164b6275) on how to use it.\n","funding_links":[],"categories":["Java","Libs","\u003ca name=\"Menu \u0026 Drawer\"\u003eMenu \u0026 Drawer\u003c/a\u003e"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget","Personal Blog"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkushi%2Fandroid-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkushi%2Fandroid-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkushi%2Fandroid-ui/lists"}