Android visual design, how to

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • material-components-android

    Modular and customizable Material Design UI components for Android

  • The "old" way: You'll likely use components provided by the MDC-Android library, with some tutorials here. You arrange components using things like FrameLayout, LinearLayout, ConstraintLayout, and ScrollView. Use TextView for text, ImageView for images, CardView for cards, and so on. You do set values for padding/margin/text size/color/etc, or they can be provide by themes/styles (similar to CSS, kinda). Android has its own units for dimensions. You will often jump between code and XML.

  • compose-samples

    Official Jetpack Compose samples.

  • The "new" way: Compose does everything in code via composable functions. You mentioned your background is in web development; Compose is very much like React for Android UI. It only recently reached version 1.0 so resources can be sparse, but it is very much the "future" of UI on Android.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • paris

    Define and apply styles to Android views programmatically

  • Yeah, there's a million resources (of varying age and quality) about the old system. Anything from Styling Android should be good, as well as any resources from Nick Butcher or Chris Banes (others too, but those are the ones that immediately come to mind). And the Paris library from Airbnb can make it easier to stye things via code.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Best music downloader

    1 project | /r/apps | 7 Dec 2023
  • How to download songs on YouTube Music

    1 project | /r/revancedapp | 7 Dec 2023
  • What is drc file?

    1 project | /r/youtubedl | 6 Dec 2023
  • I built an open source habit tracking app for Android

    1 project | /r/ProductivityApps | 7 Jul 2023
  • Can you still download music from YouTube music vanced ? When I press the download button next to songs or albums it do nothing

    2 projects | /r/AfterVanced | 28 Jun 2023