안드로이드 앱 개발 프로젝트1

6일차

원준킹 2021. 1. 17. 15:13

오늘 한 것

- 파일 선택 외부모듈 활용 도전했으나 실패 (dependancy 문제가 해결이 안되어서 직접 패키지 자체를 수동으로 옮기는 것을 시도했으나 실패)

 

- 폴더의 정보를 받아와 내용물 검사 가능

 

내일 할 것

- 파일의 정보를 데이터베이스에 삽입하기

- 파일이 동영상일 경우 비디오의 길이를 가져오기

- 그렇게 생성된 데이터베이스를 대상으로 태그 검색 시도

 

참고

github.com/hedzr/android-file-chooser#Acknowledges

 

hedzr/android-file-chooser

a lightweight file/folder chooser or picker. Contribute to hedzr/android-file-chooser development by creating an account on GitHub.

github.com

github.com/2dxgujun/AndroidTagGroup

 

2dxgujun/AndroidTagGroup

:four_leaf_clover:A beautiful android tag group widget. - 2dxgujun/AndroidTagGroup

github.com

태그 표시 기능 나중에 참고할 것

 

stackoverflow.com/questions/3936396/how-to-get-duration-of-a-video-file

 

How to get duration of a video file?

I'm a beginner in Android programming. I'm writing an application to list all video file in a folder and display information of all videos in the folder. But when i try to get the video duration it

stackoverflow.com

 

developer.android.com/studio/debug/device-file-explorer

 

Device File Explorer에서 기기 내 파일 보기  |  Android 개발자  |  Android Developers

Device File Explorer를 사용하여 Android 기기에 있는 파일을 보고 복사하고 삭제하는 방법을 자세히 알아보세요.

developer.android.com

 

 

'안드로이드 앱 개발 프로젝트1' 카테고리의 다른 글

8일차  (0) 2021.01.18
7일차 -정보 삽입, 태그 검색 기능 구현 성공 -> 한계점 다수 발견, 전반적 방향 수정  (0) 2021.01.17
5일차  (0) 2021.01.14
4일차  (0) 2021.01.13
3일차  (0) 2021.01.13