{"id":13498254,"url":"https://github.com/manimaran96/AboutUsActivity","last_synced_at":"2025-03-29T00:34:13.109Z","repository":{"id":99531814,"uuid":"238526234","full_name":"manimaran96/AboutUsActivity","owner":"manimaran96","description":"     About Us Activity for Android Application About screen.     Simple and Easy to Use","archived":false,"fork":false,"pushed_at":"2020-02-05T19:03:28.000Z","size":5076,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T15:38:35.661Z","etag":null,"topics":["aboutus-android","aboutus-screen","android","android-library","androidx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manimaran96.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}},"created_at":"2020-02-05T19:02:52.000Z","updated_at":"2023-12-19T04:01:07.000Z","dependencies_parsed_at":"2023-07-30T19:15:31.860Z","dependency_job_id":null,"html_url":"https://github.com/manimaran96/AboutUsActivity","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manimaran96%2FAboutUsActivity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manimaran96%2FAboutUsActivity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manimaran96%2FAboutUsActivity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manimaran96%2FAboutUsActivity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manimaran96","download_url":"https://codeload.github.com/manimaran96/AboutUsActivity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122259,"owners_count":20726822,"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":["aboutus-android","aboutus-screen","android","android-library","androidx"],"created_at":"2024-07-31T21:00:20.860Z","updated_at":"2025-03-29T00:34:11.849Z","avatar_url":"https://github.com/manimaran96.png","language":"Java","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# AboutUsActivity - Library\n\n*  About Us Activity for Android Application About screen.\n*  Simple and Easy to Use\n\n\n**Demo App** - [Click here](https://gitlab.com/manimaran/aboutusactivity/raw/master/files/about_us_activity_demo.apk)\n\n### Screen Shot\n\n\u003ccenter\u003e\u003cimg src=\"https://gitlab.com/manimaran/aboutusactivity/raw/master/files/about_us_activity.gif\" data-canonical-src=\"https://gitlab.com/manimaran/aboutusactivity/raw/master/files/about_us_activity.gif\" width=\"300\" height=\"500\" /\u003e\u003c/center\u003e\n\u003cbr\u003e\n\n#### More Screen Shot\n\u003ccenter\u003e\n\u003cimg src=\"https://gitlab.com/manimaran/aboutusactivity/raw/master/files/4.png\" data-canonical-src=\"https://gitlab.com/manimaran/aboutusactivity/raw/master/files/4.png\" width=\"300\" height=\"500\" /\u003e\n\n\u003c/center\u003e\n\n### How To Use\n\n1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories\n\n```xml\n    allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n    }\n```\n\n2. Add the dependency\n\n```xml\n\tdependencies {\n\t        implementation 'com.gitlab.manimaran:aboutusactivity:v1.0'\n\t}\n```\n\n3. Inside Click Listener\n\n```java\n    // Base\n    int appTheme = R.style.AppTheme;\n    String aboutUsActivityTitle = \"About Us\";\n\n    // App Details\n    int appLogo = R.drawable.ic_app_logo;\n    String appName = getString(R.string.app_name);\n    String appAbout = \"About App Info. About Activity for simple and easy way to show about us.\";\n    String appVersion = \"Version : \" + BuildConfig.VERSION_NAME;\n    String appPlayStoreLink =  \"https://play.google.com/store/apps/details?id=com.jskaleel.fte\";\n\n\n    // License details\n    String licenseName = \"GPL v3\";\n    String licenseUrl = \"https://www.gnu.org/licenses/gpl-3.0.txt\";\n\n    // Share Details\n    String shareMsgText = \"About Us Activity you can see : \\nhttps://gitlab.com/manimaran/aboutusactivity\";\n    String shareIntentTitle = \"Choose app to share...\";\n\n    // Powered By\n    int poweredByIcon = R.drawable.ic_power_by; // If No need image set 0\n    String poweredByTitle = \"Powered By\";\n    String poweredByName = \"Coopon\";\n    String poweredByAbout = \"Coopon Sci Tech LLP\";\n    String poweredByLink = \"http://cooponscitech.in/\";\n\n    // Initiated By\n    int initiatedByIcon = R.drawable.ic_initiator; // If No need image set 0\n    String initiatedByTitle = \"Initiated By\";\n    String initiatedByName = \"Initiator\";\n    String initiatedByAbout = \"About details of Initiator\";\n    String initiatedByLink = \"http://initiator.in/\";\n\n    // Others\n    String sourceCodeLink = \"https://gitlab.com/manimaran/aboutusactivity\";\n    int jsonResOfThirdPartyLibrary = R.raw.third_party_library;\n    int jsonResOfCredits = R.raw.credits;\n    String contactMail = \"manimaran@cooponscitech.in\";\n\n\n    /**\n     *  All the values are set in about activity builder\n     *  If we don't need any views just ignore in build.\n     */\n    new AboutActivityBuilder.Builder(MainActivity.this)\n            .setAppTheme(appTheme)\n            .setTitle(aboutUsActivityTitle)\n            .setAppLogo(appLogo)\n            .setAppName(appName)\n            .setAppAbout(appAbout)\n            .setAppVersion(appVersion)\n            .setLicense(licenseName, licenseUrl)\n            .setShare(shareMsgText, shareIntentTitle)\n            .setRateUs(appPlayStoreLink)\n            .setPoweredBy(poweredByIcon, poweredByTitle, poweredByName, poweredByAbout, poweredByLink)\n            .setInitiatedBy(initiatedByIcon, initiatedByTitle, initiatedByName, initiatedByAbout, initiatedByLink)\n            .setSeeSourceCode(sourceCodeLink)\n            .setThirdPartyLibrary(jsonResOfThirdPartyLibrary)\n            .setCredits(jsonResOfCredits)\n            .setContactUs(contactMail)\n            .showAboutActivity();\n\n```\n### Note\n\n**Syntax : R.raw.credits - structure like**\n\n```json\n{\n  \"credits\": [\n    {\n      \"name\": \"Manimaran\",\n      \"about\": \"Reason/About\",\n      \"url\": \"http://manimaran96.wordpress.com/\"\n    },\n    {\n      \"name\": \"XYZ\",\n      \"about\": \"Reason/About\",\n      \"url\": \"http://xyz.com/\"\n    }\n  ]\n}\n```\n\n**Syntax : R.raw.third_party_library**\n\n```json\n{\n  \"third_party_library\": [\n    {\n      \"name\": \"androidx.appcompat:appcompat:1.0.2\",\n      \"url\": \"http://developer.android.com/tools/extras/support-library.html\",\n      \"license\": \"The Apache Software License, Version 2.0\",\n      \"license_url\": \"http://www.apache.org/licenses/LICENSE-2.0.txt\"\n    },\n    {\n      \"name\": \"androidx.constraintlayout:constraintlayout:1.1.3\",\n      \"url\": \"http://developer.android.com/tools/extras/support-library.html\",\n      \"license\": \"The Apache Software License, Version 2.0\",\n      \"license_url\": \"http://www.apache.org/licenses/LICENSE-2.0.txt\"\n    }\n  ]\n}\n```\n\n\n### Thanks To\n\n*  [AboutActivity](https://github.com/biagiopietro/AboutActivity)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanimaran96%2FAboutUsActivity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanimaran96%2FAboutUsActivity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanimaran96%2FAboutUsActivity/lists"}