{"id":24143649,"url":"https://github.com/pgreze/flickpad","last_synced_at":"2026-04-15T16:33:06.940Z","repository":{"id":112007191,"uuid":"86993202","full_name":"pgreze/Flickpad","owner":"pgreze","description":"Photo viewer android sample project","archived":false,"fork":false,"pushed_at":"2019-03-23T10:28:02.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T14:19:09.687Z","etag":null,"topics":["android","dagger2","gson","mvp","okhttp3","picasso","retrofit2","rxjava2"],"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/pgreze.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-04-02T14:52:48.000Z","updated_at":"2019-03-23T10:28:03.000Z","dependencies_parsed_at":"2023-07-30T21:15:15.986Z","dependency_job_id":null,"html_url":"https://github.com/pgreze/Flickpad","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pgreze/Flickpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgreze%2FFlickpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgreze%2FFlickpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgreze%2FFlickpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgreze%2FFlickpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgreze","download_url":"https://codeload.github.com/pgreze/Flickpad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgreze%2FFlickpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["android","dagger2","gson","mvp","okhttp3","picasso","retrofit2","rxjava2"],"created_at":"2025-01-12T05:28:13.188Z","updated_at":"2026-04-15T16:33:06.921Z","avatar_url":"https://github.com/pgreze.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flickpad\n\n## Description\n\nA simple photo viewer application.\n\n![Demo](https://user-images.githubusercontent.com/14812354/54864917-45f0e780-4da1-11e9-8799-7078734687da.gif)\n\nPlease see [Release 1.0](https://github.com/pgreze/Flickpad/releases/tag/1.0) description for a full description, screenshots and download link of this project.\n\n## Technical description\n\nThis app uses an simple MVP (Model-View-Presenter) architecture.\n\n- app package: containing Android's Application class and initial configuration. Notice [Dagger](https://github.com/google/dagger) usage as Dependency Injection Container.\n- data package: **Model** layer consuming Flickr REST API using [Retrofit](https://square.github.io/retrofit/), [OkHttp](http://square.github.io/okhttp/) and [Gson](https://github.com/google/gson).\n- domain package: convert data model (Flickr objects) to app custom objects, heavily using [RxJava](https://github.com/ReactiveX/RxJava) and [AutoValue](https://github.com/google/auto).\n- ui package: containing **View** (MainActivity and fragments) and **Presenter** (easily unit testeable view logic) classes. Notice usage of [Butterknife](https://jakewharton.github.io/butterknife/) and [Picasso](https://square.github.io/picasso/) for image processing.\n\nAdditional credits:\n\n- [Stetho](http://facebook.github.io/stetho/) allowing to debug Android app via [chrome://inspect](chrome://inspect).\n- [Crashlytics](https://fabric.io/kits/android/crashlytics) bug report tool.\n\n## Build\n\nPlease create a file app/gradle.properties with this content:\n\n```\nFLICKR_CONSUMER_KEY=here_your_flickr_key\nFLICKR_CONSUMER_SECRET=here_your_flickr_secret\nRELEASE_SIGNING_PASSWORD=here_your_release_keystore_password\n```\n\nAnd use:\n\n```\n./gradlew assembleRelease\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgreze%2Fflickpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgreze%2Fflickpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgreze%2Fflickpad/lists"}