Keunyoung Songmapotofu.hashnode.dev·May 19, 2024[Android Library]Image Picker Android library 배포하기(1)스파르타코딩클럽의 안드로이드 개발 과정의 최종 프로젝트에서 전국 캠핑장 정보와 커뮤니티 기능을 제공하는 프로젝트 CampingMate 를 진행하게 됐다. 그 중엔 주된 커뮤니티 기능을 담당하는 게시판 관련 기능들이 있었고 게시물을 업로드하며 이미지도 함께 올릴 수 있는 기능도 포함되어 있었다. 이미지 업로드를 구현하기 위해 로컬 이미지 경로를 가져올 수 있는 몇몇 라이브러리를 확인해야 했고 github 에 올라와있던 라이브러리들을 찾을 수 있었...158 readsOpenSourcecustom view
Arnold Wafulaarnoldwafula.hashnode.dev·Feb 10, 2023Getting Started with Bottom Sheets in Android Using Kotlin Part 2 [Beginner Friendly]Introduction As discussed in part 1 of the article, a bottom sheet is an elevated surface anchored to the bottom of the screen. We also saw how it allows room for more user interface elements such as images and text. In this article, we will create a...1 likeAndroid
Arnold Wafulaarnoldwafula.hashnode.dev·Feb 3, 2023Getting Started with Bottom Sheets in Android Using Kotlin Part 1 [Beginner Friendly]Hi guys 👋, in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the traditional view system (XML-based). Without furth...1 like·92 readsKotlin