MediaPickerInstagram library - I am searching for a media picker library like instagram
I searched a lot and posting this question for android library which is similar like Instagram posting. I got one library here is the link https://github.com/luoyiqi/MediaPickerInstagram but this library not fully done. Please some one suggest me the library which has capture photo,capture video and pick media from Gallery.
Thanks advance
Solution 1:
Late for the answer
I am using this library. Hope it will work for you.
//------------------------Camera(do not change)--------------------------------------------------------------
implementation "androidx.camera:camera-core:1.0.0-beta06"
implementation "androidx.camera:camera-camera2:1.0.0-beta06"
implementation "androidx.camera:camera-lifecycle:1.0.0-beta06"
implementation "androidx.camera:camera-view:1.0.0-alpha13"
implementation "androidx.camera:camera-extensions:1.0.0-alpha13"
Don't forget to add these dependencies and never change them