lade...
random avatar

zhuinden - Network

Posts Subscribe

I like how in Simple-Stack, if you want to define a nested scope hierarchy for a new screen, it looks like this: override fun...

https://mastodon.world/@zhuinden...

I like how in Simple-Stack, if you want to define a nested scope hierarchy for a new screen, it looks like this:

override fun getParentScopes(): List<String> {
return super<RegisterScope>.getParentScopes() + super<ForgottenPasswordScope>.getParentScopes()
}

Is it more intuitive than using nested <navigation> tags or navigation {} scopes? Only time will tell 🤔 but it is convenient nonetheless

9.12.2022 06:07I like how in Simple-Stack, if you want to define a nested scope hierarchy for a new screen, it looks like this: override fun...
https://mastodon.world/@zhuinden...

This is one of my most used snippets I got off Stack Overflow a while agogit fetch -p && for branch in `git branch -vv | grep ':...

https://mastodon.world/@zhuinden...

This is one of my most used snippets I got off Stack Overflow a while ago

git fetch -p && for branch in `git branch -vv | grep ': gone]' | awk '{print $1}'`; do git branch -D $branch; done

4.12.2022 06:37This is one of my most used snippets I got off Stack Overflow a while agogit fetch -p && for branch in `git branch -vv | grep ':...
https://mastodon.world/@zhuinden...

This EditText snippet helps me lots<?xml version="1.0" encoding="utf-8"?><inset...

https://mastodon.world/@zhuinden...

This EditText snippet helps me lots

<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="schemas.android.com/apk/res/an"
android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
android:insetTop="@dimen/abc_edit_text_inset_top_material"
android:insetBottom="@dimen/abc_edit_text_inset_bottom_material">
<selector>
<item android:drawable="@android:color/transparent"/>
</selector>
</inset>

10.11.2022 03:56This EditText snippet helps me lots<?xml version="1.0" encoding="utf-8"?><inset...
https://mastodon.world/@zhuinden...

Hello Mastodon, through Mastodon.world! It took a bit of hurdles, but the account is back 😁 Not on Androiddev Social because that's...

https://mastodon.world/@zhuinden...

Hello Mastodon, through Mastodon.world!

It took a bit of hurdles, but the account is back 😁

Not on Androiddev Social because that's unlikely to happen.

@zhuinden@androiddev.social is no longer a valid account.

The new account is @zhuinden

7.11.2022 00:17Hello Mastodon, through Mastodon.world! It took a bit of hurdles, but the account is back 😁 Not on Androiddev Social because that's...
https://mastodon.world/@zhuinden...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members