{"id":19300095,"url":"https://github.com/armcha/meet-my-app","last_synced_at":"2026-02-26T15:39:33.866Z","repository":{"id":143052576,"uuid":"67938410","full_name":"armcha/Meet-My-App","owner":"armcha","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-19T11:02:56.000Z","size":2823,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-10T16:54:10.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/armcha.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-09-11T15:42:12.000Z","updated_at":"2022-10-15T15:18:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"62f6fd8f-b415-4d03-a4d2-3970545e8141","html_url":"https://github.com/armcha/Meet-My-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/armcha/Meet-My-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FMeet-My-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FMeet-My-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FMeet-My-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FMeet-My-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armcha","download_url":"https://codeload.github.com/armcha/Meet-My-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FMeet-My-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29863617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-09T23:13:48.799Z","updated_at":"2026-02-26T15:39:33.853Z","avatar_url":"https://github.com/armcha.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meet-My-App\n\n## Simple application intro\n\n![](screens/screen1.png)\n![](screens/screen2.png)\n![](screens/gif1.gif)\n\n![](screens/beta.png)\n#Installation\n-----------------------\n\n\nGradle:\n```groovy\ncompile 'com.github.armcha:MeetMyApp:0.3.3'\n```\nMaven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.armcha\u003c/groupId\u003e\n  \u003cartifactId\u003eMeetMyApp\u003c/artifactId\u003e\n  \u003cversion\u003e0.3.3\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nI'm too lazy to add description :smile: :scream:\n\nIf anyone has free time to add description, please add it. :joy: see [sample][1] here \n[1]: https://github.com/armcha/Meet-My-App/tree/master/app/src/main\n\nSet your activity style ```android:theme=\"@style/MeetMyAppStyle\"```\n```xml\n   \u003cactivity\n            android:name=\".MainActivity\"\n            android:theme=\"@style/MeetMyAppStyle\"\u003e\n            \u003cintent-filter\u003e\n                \u003caction android:name=\"android.intent.action.MAIN\" /\u003e\n                \u003ccategory android:name=\"android.intent.category.LAUNCHER\" /\u003e\n            \u003c/intent-filter\u003e\n        \u003c/activity\u003e\n```\n\n```java\npublic class MainActivity extends BaseIntroActivity{\n\n @Override\n    public void init(@Nullable Bundle savedInstanceState) {\n        addFragment(new FragmentItem(R.layout.your_layout, ContextCompat.getColor(this, R.color.yourColor)));\n\n        //Options, intro will also work without this options\n        setVibrate(true);\n        setNextImage(R.drawable.next_icon);\n        setSkipText(\"SKIP\");\n        setDoneText(\"DONE\");\n        showSkipButton(true);\n    }\n}\n```\n\nYour layout wouldn't contain background attribute!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmcha%2Fmeet-my-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmcha%2Fmeet-my-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmcha%2Fmeet-my-app/lists"}