Part three on how we built a Compose based architecture with Mavericks in the Airbnb Android app 10 min read · Apr 11, 2024 By: Eli Hart, Ben Schwab, and Yvonne Wong Trio is Airbnb’s framework for Jetpack Compose screen architecture in Android. It’s built on top of Mavericks, Airbnb’s open source state management library […]
The Photo Picker allow us to reduce friction when working with Media selection on Android, along with creating a simpler + consistent experience for users. In this blog post, we’re going to take a quick look at how we can use it in our own apps – both in Composable UI and within activities/fragments. Looking […]
Part two on how we built a Compose based architecture with Mavericks in the Airbnb Android app By: Eli Hart, Ben Schwab, and Yvonne Wong In the previous post in this series, we introduced you to Trio, Airbnb’s framework for Jetpack Compose screen architecture in Android. Some of the advantages of Trio include: Guarantees type […]
Get Permission Home Camera Select photo Send result Install Support API 21 and above Step 1. Add it in your root build.gradle at the end of repositories: maven { url ‘https://jitpack.io’ } Step 2. Add the dependency implementation ‘com.github.AlfredoHdez1709:EasyCameraAndGallery:{version}’ Basic implementation Generate call result from an activity returns a list with paths of captured or […]
Simple Camera is a library that allows you to use cameras in a simplified, easy, fast and effective way. It contains CameraX as an internal library. It simplifies the camera features used by CameraX and provides ease of use with a single library. As updates come on the CameraX side, the library will try to […]
앱 개발시 Log.d 보지 않고 BottomSheetDialog 로 간단하게 볼수 있는 개발용 라이브러리입니다. 안드로이드 HTTP 통신을 Netty로 사용한다면…빠르게 뒤로가기를 눌러주세요 ???? 이 라이브러리는 OkHttp3 기준으로 동작합니다. 앱을 사용하다가 단말기를 흔들면 트래킹한 로그들을 간단히 볼수 있습니다. 라이브러리 추가 하는 방법 allprojects { repositories { maven { url = URI(“https://jitpack.io”) } } } dependencies { // UI implementation(“com.github.sieunju.httptracking:ui:$latestVersion”) […]
A three part series on how we built a Compose based architecture with Mavericks in the Airbnb Android app 10 min read · Mar 28, 2024 By: Eli Hart, Ben Schwab, Yvonne Wong At Airbnb, we have developed an Android framework for Jetpack Compose screen architecture, which we call Trio. Trio is built on our […]
Nonsensical Maven is still a Gradle problem 28 March 2024 There was a time when I used Maven heavily, but today all the libraries I work on build with Gradle. Even though I’m publishing with Gradle, consumers can use Gradle, Maven, Bazel, jars in libs/ (but please don’t), or anything else. That’s a huge JVM […]
Mar 26, 2024 In this episode, Tor, Romain, and Chet talk with Aurash Mahbod from the Play Games team at Google — covering trends in mobile games, challenges for Android games developers, console games, and more! Chapters: Intro (00:00) What’s Aurash working on currently? (02:40) How much is Play store providing users with content […]
If you think this library is useful, please press star button at upside. <kr.co.prnd.readmore.ReadMoreTextView android:layout_width=”match_parent” android:layout_height=”wrap_content” android:text=”@string/long_text” app:readMoreColor=”@color/colorPrimary” app:readMoreMaxLine=”4″ app:readMoreText=”…더보기” /> Copyright 2020 PRNDcompany Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 […]