InMake Apps SimplebyAbhimanyu·Jul 16, 2023Multi-List Item Selection in Jetpack ComposeThe option to select multiple items in a list is a very common functionality we can see in a lot of apps like Gmail, WhatsApp, Files…
InMake Apps SimplebyAbhimanyu·Jul 8, 2023Custom Pull To Refresh using Jetpack ComposeInspired by ThreadsApp Pull To Refresh
InMake Apps SimplebyAbhimanyu·Jun 27, 2023Text Scrolling in Jetpack ComposeThere are a lot of variations in which we may want to have a scrolling effect of Text in our app. Showcased a few of them here.A response icon1A response icon1
InMake Apps SimplebyAbhimanyu·Apr 23, 2023Jetpack Compose Testing — Conditional Clickable ComponentsObjective
InMake Apps SimplebyAbhimanyu·Oct 8, 2022Setting background resources for Image in Jetpack ComposeIn the Android View-based system, ImageView can have background and foreground drawable resources like this,
InMake Apps SimplebyAbhimanyu·Oct 6, 2022Auto-Spaced Text in Jetpack ComposeRequirementA response icon1A response icon1
InMake Apps SimplebyAbhimanyu·Sep 26, 2022LazyList Padding in Jetpack ComposeIn Jetpack Compose, while using LazyLists like LazyColumn or LazyRow . We may need to specify padding for various designs.
InMake Apps SimplebyAbhimanyu·Sep 10, 2022Jetpack Compose: Hiding TextField Cursor, Cursor Handle, and Text Toolbar.Let me start by explaining what the components are.A response icon2A response icon2
InMake Apps SimplebyAbhimanyu·Sep 4, 2022Get the Android app version programmaticallyIn Android API 33, getPackageInfo(String, Int): PackageInfo! was deprecated.
InMake Apps SimplebyAbhimanyu·Aug 28, 2022Custom Tabs using Jetpack ComposeA response icon1A response icon1