{"id":21083915,"url":"https://github.com/spongebobsun/filepicker","last_synced_at":"2025-10-15T17:14:30.976Z","repository":{"id":36510432,"uuid":"40816129","full_name":"SpongeBobSun/FilePicker","owner":"SpongeBobSun","description":"File Picker for Android","archived":false,"fork":false,"pushed_at":"2015-08-18T11:39:14.000Z","size":580,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T05:11:16.594Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpongeBobSun.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}},"created_at":"2015-08-16T12:29:39.000Z","updated_at":"2023-03-01T20:30:16.000Z","dependencies_parsed_at":"2022-09-12T09:32:58.349Z","dependency_job_id":null,"html_url":"https://github.com/SpongeBobSun/FilePicker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpongeBobSun/FilePicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongeBobSun%2FFilePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongeBobSun%2FFilePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongeBobSun%2FFilePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongeBobSun%2FFilePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpongeBobSun","download_url":"https://codeload.github.com/SpongeBobSun/FilePicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongeBobSun%2FFilePicker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262846716,"owners_count":23373864,"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-11-19T20:20:50.546Z","updated_at":"2025-10-15T17:14:25.927Z","avatar_url":"https://github.com/SpongeBobSun.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#FileChooser\nFileChooser is a file picker module for android developers.\n\n##Project Status\nAlmost there.\n##Project Structure\nThe whole project is a test project. \n\nThe module is located in `filechooser` folder.\n\nFileChooser module contains an file chooser activity which can select multipule files and return the result after the activity is finished.\n##Usage\n* To start file chooser activity, use below code.\n\n\t\tIntent intent = new Intent();\n\t\tintent.setAction(\"sun.bob.open_filechooser\");\n        startActivityForResult(intent, 0);\n        \n* To get result from FileChooserActivity, use below sample to code your `onActivityResult` method.\n\n\t\t@Override\n    \tpublic void onActivityResult(int requestCode, int resultCode, Intent data){\n        \tif (resultCode == RESULT_OK){\n            \t ArrayList files = data.getStringArrayListExtra(\"files\");\n\t        }\n    \t}\n\n##Screenshot\n![Alt  ](./screenshots/pic.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongebobsun%2Ffilepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspongebobsun%2Ffilepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongebobsun%2Ffilepicker/lists"}