{"id":29585725,"url":"https://github.com/hendrixstring/sfly-quest","last_synced_at":"2026-02-11T09:08:08.016Z","repository":{"id":88706080,"uuid":"83533647","full_name":"HendrixString/sfly-quest","owner":"HendrixString","description":"sfly-quest","archived":false,"fork":false,"pushed_at":"2017-03-01T16:53:09.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-05T21:03:44.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/HendrixString.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}},"created_at":"2017-03-01T08:56:16.000Z","updated_at":"2023-03-08T03:44:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d916967-872c-438a-8c24-5cce9495f04e","html_url":"https://github.com/HendrixString/sfly-quest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HendrixString/sfly-quest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2Fsfly-quest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2Fsfly-quest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2Fsfly-quest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2Fsfly-quest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HendrixString","download_url":"https://codeload.github.com/HendrixString/sfly-quest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2Fsfly-quest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":"2025-07-20T02:16:37.145Z","updated_at":"2026-02-11T09:08:08.009Z","avatar_url":"https://github.com/HendrixString.png","language":null,"readme":"## Canvas control Points in Android\n\nhi there, in this assignment, you will design a custom layout component for\n**Android** which we will call **Pit** from now on.\n\n### general description of `Pit`:\n* `Pit` is a ViewGroup that renders an interactive horizontal 2D graph of points, between every point there is\na connected edge (linear edge).\n* every point of Pit is draggable.\n* `Pit` also draws the Origin axis lines\n* when a point is dragged, the view is rendered again in order to show the edges,\nthat means Pit is responsive :)\n* `Pit` also has a very unique feature, the reordering feature which goes like this:\nif a user drags a point before or after another point, then Pit will change that point\norder and therefore the edges will still render beautifully.\n* `Pit` should have an interface to add point/s. every point is added at the origin axis (0, 0)\n\n### restrictions of `Pit`:\n* :warning: you **cannot use the built in Android drag functionality (i.e View.startDrag() etc..)**, you will have to write your own\ndrag logic with the help of your own custom `OnTouchListener`.\n* :warning: each point should be extended from a `View` class itself, but you can also implement it otherwise (which will be\nharder, but might be more efficient). your call.\n\n### Pit should be inside a very humble activity\n* the activity should have a pit layout inside and a button to add a point into pit. every new point that is added by this\nbutton should be added at the origin axis (0, 0) coordinate.\n* `Pit` should start with 5 different initial points.\n\n### illustration of Pit\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://vectr.com/hendrixstring/f1BaUwHxiD.png?width=320\u0026height=320\u0026select=f1BaUwHxiDpage0\"\u003e\u003c/div\u003e\n\n### Things we love to see\n:heart: docs and comments for each new method.  \n:heart: we love optimal code and memory optimizations.  \n:heart: we love to see a programmer gainining deep insights about what he is programming.  \n:heart: that means we love great practices  \n:heart: but also feel free to be creative when you feel the time is right.  \n:heart: we love communication. don't hesitate to ask questions and boldly asking questions\nabout your assignment.  \n:heart: coolness and attitude, don't feel bad if you don't hit your goals, we will still consider\nyour efforts :2nd_place_medal:\n\n### How to submit Pit?\nconfidently open a github account if you don't have one, create a repository, push all of your code into the repository\nand notify us when you are done. :octocat:\n\n### Who wrote this thing ?\nme, Tomer Shalev, feel free to open issues or to bash me if you don't like this assignment :writing_hand:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhendrixstring%2Fsfly-quest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhendrixstring%2Fsfly-quest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhendrixstring%2Fsfly-quest/lists"}