Monday, 31 January 2022

Facebook-Styled-Image-Picker

Facebook Styled Gallery Files picker. One or multiple files can be selected. Keeps track of selected files count exactly like Facebook. Selected folders are also shown. Media Store api is used to fetch the image files. So its backward compatible and only read permission is required. Both image Uris and ImagePaths can be retrieved


Android Arsenal

from The Android Arsenal

Sunday, 30 January 2022

compose-html

An Android library which provides HTML support for Jetpack Compose texts.

For the time being, the composable Text layout doesn't provide any HTML support. This library fills that gap by exposing the composable HtmlText layout, which is built on top of the Text layout and the Span/Spannable Android classes.



from The Android Arsenal

Thursday, 27 January 2022

TextFormatter

For formatting text in android like what whatsapp does. Any text enclosed with s will be bolded, any text enclosed within _s will be italicized. Example : "Hello* World!" will become "Hello World"with Hello bolded and "_Hello _ World!" will become "Hello World" with Hello italicized.



from The Android Arsenal

Wednesday, 26 January 2022

Tuesday, 25 January 2022

Jetpack compose animations examples

This project shows several animations:

  • Stepper animation - Card that will flip right or left depending on where you tap
  • Heart animation - Heart jumping animation with shadow
  • Progress animation - Standard progress animations with 3 dots
  • Wave animation - Recording button with infinite waves

Android Arsenal

from The Android Arsenal

butterfly

Butterfly helps to build adaptive and responsive UIs for Android with Jetpack WindowManager.



from The Android Arsenal

Monday, 24 January 2022