{"id":15713948,"url":"https://github.com/hashnuke/duby-workouts","last_synced_at":"2025-06-13T20:05:21.494Z","repository":{"id":880536,"uuid":"625301","full_name":"HashNuke/duby-workouts","owner":"HashNuke","description":"Sample Android applications using Duby - a work in progress","archived":false,"fork":false,"pushed_at":"2010-07-27T04:54:36.000Z","size":212,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T19:28:27.311Z","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/HashNuke.png","metadata":{"files":{"readme":"README.textile","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":"2010-04-23T13:03:15.000Z","updated_at":"2013-10-19T05:12:12.000Z","dependencies_parsed_at":"2022-08-16T11:20:12.190Z","dependency_job_id":null,"html_url":"https://github.com/HashNuke/duby-workouts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HashNuke/duby-workouts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fduby-workouts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fduby-workouts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fduby-workouts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fduby-workouts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashNuke","download_url":"https://codeload.github.com/HashNuke/duby-workouts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fduby-workouts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259712380,"owners_count":22900036,"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-10-03T21:34:19.642Z","updated_at":"2025-06-13T20:05:21.442Z","avatar_url":"https://github.com/HashNuke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. Android applications with Mirah\n\n\nh2. Application list\n\n* HelloDuby - A simple Hello World app in Mirah(called Duby before). It uses the XML layout like any other Android app.\n* HelloLinear - the LinearLayout example from the Android site.\n* HelloRelative - the RelativeLayout example from the Android site.\n* HelloTable - the Table example from the Android site.\n\nh2. Troubleshooting\n\np. When you are creating your own apps make sure you add the exec stuff in your build.xml file in your Android app dir. \"Here's the snippet\":http://gist.github.com/376569\n\np. Note that you'll have to change the arg value for the java exec. change the @../gen/singalong/helloduby/R.java@ to something of the form @../gen/your-pkg-path/R.java@. You can leave the rest of the stuff intact.\n\nBy doing the above you'll have the R.layout, R.strings and other R stuff working but in a little different way. You'll have to do:\n   @import \"Layout\", \"singalong.helloduby.R$layout\"@\nin your Mirah file to be able to refer to layouts like @Layout.main@ instead of @R.layout.main@\nSo for drawable, you can do @import \"Drawable\", \"singalong.helloduby.R$drawable\"@ and then use Drawable.something. This work around is only until the guys get nested classes working in Mirah. Once that works. You'll be free from this aliasing (i guess that's what it's called).\n\np. And then in your default.properties file (it's in the root dir of your application directory), enter the following in a new line:\n\np. @target-version=android-2.1@\n\nIf you have a different version, you might want to set that\n\nh2. Apps for Reference\n\n* \"Converse\":http://darcsden.com/alex/converse-duby: An IRC app by alexsuraci in Mirah.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fduby-workouts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashnuke%2Fduby-workouts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fduby-workouts/lists"}