728x90
반응형

Android 47

My Alarm 앱 개발하기

Side Project - My Alarm 시간을 지정해 알람을 설정하고, 지정된 시간이 되면 알람이 울리는 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/My-Alarm GitHub - hwayeon351/My-Alarm Contribute to hwayeon351/My-Alarm development by creating an account on GitHub. github.com 학습 회고 오늘은 기본 앱인 알람 앱을 만들어보는 프로젝트를 시작했다. 알람을 설정하고 난 후, 해당 앱이 백그라운드 상태로 넘어갈 수 있고 알람을 끄거나 시간을 바꿀 수도 있다. 따라서 key-value로 파일에 저장하는 SharedPreferences를 사용하여 알람을 등록하..

오늘의 명언 앱 개발하기

Side Project - Today Famous Saying 화면을 스와이프하며 오늘의 명언들을 볼 수 있는 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Today-Famous-Saying GitHub - hwayeon351/Today-Famous-Saying: 오늘의 명언 안드로이드 앱 오늘의 명언 안드로이드 앱. Contribute to hwayeon351/Today-Famous-Saying development by creating an account on GitHub. github.com 학습 회고 오늘은 오늘의 명언 앱 프로젝트를 마쳤다. Firebase Remote Config에 매개변수를 설정해서 명언과 인물을 json으로 정의하고 앱에서 받..

오늘의 명언 앱 개발하기

Side Project - Today Famous Saying 화면을 스와이프하며 오늘의 명언들을 볼 수 있는 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Today-Famous-Saying GitHub - hwayeon351/Today-Famous-Saying Contribute to hwayeon351/Today-Famous-Saying development by creating an account on GitHub. github.com 학습 회고 오늘은 Firebase Remode Config를 활용해서 명언들을 ViewPager2에 보여주는 오늘의 명언 앱 개발을 시작하였다. 오늘 공부한 내용 ViewPager2 ViewPager2는 스와이프 할 수..

푸쉬 알림 수신기 앱 개발하기

Side Project - Push-Notification-Receiver FCM(Firebase Cloud Messaging)을 통해 보낸 메세지를 수신하는 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Push-Notification-Reciever GitHub - hwayeon351/Push-Notification-Reciever Contribute to hwayeon351/Push-Notification-Reciever development by creating an account on GitHub. github.com 학습 회고 오늘은 알림 수신기 앱을 완성했다. Normal 타입과 Expandable 타입, Custom 타입의 알림을 만들고, 수신..

푸쉬 알림 수신기 앱 개발하기

Side Project - Push-Notification-Receiver FCM(Firebase Cloud Messaging)을 통해 보낸 메세지를 수신하는 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Push-Notification-Reciever GitHub - hwayeon351/Push-Notification-Reciever Contribute to hwayeon351/Push-Notification-Reciever development by creating an account on GitHub. github.com 학습 회고 오늘은 Firebase의 클라우드 메세징을 안드로이드 앱에 연동해서 FCM을 통해 전송한 메세지를 수신하는 앱을 만드는 프..

Simple Web Browser 앱 개발하기

Side Projects - Simple Web Browser 도메인 주소를 검색해서 웹 서핑을 지원하는 간단한 웹 브라우저 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Simple-Web-Browser GitHub - hwayeon351/Simple-Web-Browser Contribute to hwayeon351/Simple-Web-Browser development by creating an account on GitHub. github.com 학습 회고 오늘은 간단한 웹 브라우저 기능을 지원하는 앱을 만들어 보았다. EditText를 사용해서 사용자가 입력한 URL을 WebView에 띄운다. 또한, 네비게이션바에 앞으로 가기, 뒤로 가기, 홈 버튼을..

녹음기 앱 개발하기

Side Projects - Recorder 소리를 녹음하고 재생하는 기본적인 녹음기 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Recorder GitHub - hwayeon351/Recorder Contribute to hwayeon351/Recorder development by creating an account on GitHub. github.com 학습 회고 오늘은 녹음기 앱을 사용해서 녹음을 실행할 때 음성 크기에 따라 막대바를 생성해서 Visualization하는 기능과 녹음 시간을 TextView로 보이는 작업을 적용하였다. 이로써 기본 앱으로 제공되는 녹음기 앱 구현을 마쳤다. 기본 앱이고 기능이 간단하다 보니 구현이 쉬울줄 알았는데 Me..

녹음기 앱 개발하기

Side Projects - Recorder 소리를 녹음하고 재생하는 기본적인 녹음기 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Recorder GitHub - hwayeon351/Recorder Contribute to hwayeon351/Recorder development by creating an account on GitHub. github.com 학습 회고 오늘은 MediaRecorder와 MediaPlayer 클래스를 사용해서 녹음 기능과 재생 기능을 구현해보았다. 또한, 녹음기의 State에 따라 그에 맞게 버튼 UI가 바뀌도록 설정해주었다. 오늘 공부한 내용 Android 멀티미디어 프레임워크는 다양한 미디어 유형의 재생을 지원하여 오디오..

녹음기 앱 개발하기

Side Projects - Recorder 소리를 녹음하고 재생하는 기본적인 녹음기 앱을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Recorder GitHub - hwayeon351/Recorder Contribute to hwayeon351/Recorder development by creating an account on GitHub. github.com 학습 회고 오늘은 우리가 익히 사용하는 녹음기 앱을 만드는 프로젝트를 시작했다. 이번 프로젝트에서 구현할 기능은 녹음하고 녹음한 소리를 재생하고, 리셋 버튼을 클릭해 기존에 녹음한 것을 삭제하는 기본적인 녹음기 앱이 가지고 있는 기능이다. 오늘은 필요한 View 구성요소들을 레이아웃 내에 배치하고, 녹..

Pomodoro Timer 앱 개발하기

Side Projects - Pomodoro Timer 0~60분 사이의 타이머를 설정하고 종료되면 알람이 울리는 기본적인 타이머를 구현한 프로젝트 GitHub Repository -> https://github.com/hwayeon351/Pomodoro-Timer GitHub - hwayeon351/Pomodoro-Timer Contribute to hwayeon351/Pomodoro-Timer development by creating an account on GitHub. github.com 학습 회고 오늘은 뽀모도로 타이머 앱을 완성했다. 타이머가 동작할 때 째깍 거리는 소리와 타이머가 종료할 때 울리는 알람 소리를 SoundPool을 이용해서 적용하고 Vector Asset을 이용해서 Seekb..

728x90
반응형