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...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 ':...This EditText snippet helps me lots
<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
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>
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
#androiddev #jetpackcompose #android
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...