{"id":22345448,"url":"https://github.com/githubak2002/first_simple_mobile_app","last_synced_at":"2025-10-04T01:54:11.635Z","repository":{"id":223936437,"uuid":"761958856","full_name":"Githubak2002/First_Simple_Mobile_App","owner":"Githubak2002","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-01T11:45:05.000Z","size":2807,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T10:14:12.873Z","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/Githubak2002.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}},"created_at":"2024-02-22T20:08:33.000Z","updated_at":"2024-03-01T08:57:55.000Z","dependencies_parsed_at":"2024-02-22T21:27:36.834Z","dependency_job_id":"31d71938-66d2-40a2-8fb8-7a47aa1170c8","html_url":"https://github.com/Githubak2002/First_Simple_Mobile_App","commit_stats":null,"previous_names":["githubak2002/first_simple_mobile_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Githubak2002/First_Simple_Mobile_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FFirst_Simple_Mobile_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FFirst_Simple_Mobile_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FFirst_Simple_Mobile_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FFirst_Simple_Mobile_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Githubak2002","download_url":"https://codeload.github.com/Githubak2002/First_Simple_Mobile_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FFirst_Simple_Mobile_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254461,"owners_count":25956599,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-04T09:17:45.914Z","updated_at":"2025-10-04T01:54:11.599Z","avatar_url":"https://github.com/Githubak2002.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"My first simple mobile app. --- 3D image change\n\n======================================== Activity.java file ========================================\npackage com.eg.try_animation;\n\nimport androidx.appcompat.app.AppCompatActivity;\n\nimport android.os.Bundle;\nimport android.view.View;\nimport android.widget.ImageView;\n\npublic class MainActivity extends AppCompatActivity {\n\n    ImageView a1,a2;\n    boolean flag = false;\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n\n        setContentView(R.layout.activity_main);\n        a1 = (ImageView)findViewById(R.id.imga);\n        a2 = (ImageView)findViewById(R.id.imgb);\n\n\n    }\n    public void fade1(View v){\n//        a1.animate().alpha(0).setDuration(1000);\n         a1.animate().scaleX(.5f).scaleY(.5f).setDuration(1000);\n         if(!flag){\n             flag = true;\n             a1.animate().scaleX(1).scaleY(1).setDuration(1000);\n             a1.animate().translationX(-1000).setDuration(1000);\n\n         }\n        else{\n            flag = false;\n            a1.animate().scaleX(.5f).scaleY(.5f).setDuration(1000);\n            a1.animate().translationX(0).setDuration(1000);\n\n         }\n    }\n    public void fade(View v){\n        if(!flag){\n        a1.animate().alpha(0).scaleX(.5f).scaleY(.5f).setDuration(1000);\n        a2.animate().alpha(1).scaleX(1).scaleY(1).setDuration(1000);\n        flag = true;\n        }\n        else{\n        a2.animate().alpha(0).scaleX(.5f).scaleY(.5f).setDuration(1000);\n        a1.animate().alpha(1).scaleX(1).scaleY(1).setDuration(1000);\n            flag = false;\n\n        }\n    }\n}\n\n\n================================== .xml file ==============================\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubak2002%2Ffirst_simple_mobile_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubak2002%2Ffirst_simple_mobile_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubak2002%2Ffirst_simple_mobile_app/lists"}