android - Before save image open popup where u save image internal or external memory -


actually requirement when click on camera , save image on custom directory before create custom directory have open option menu save image internal memory or external memory , picture had save on particular location have choose have sample code please need in android

try using : directory chooser

this allow choose directories internal/external storage.

you can open separate activity or dialog/popup. more details library + sample provided in given link. refer , let me know if helped.

i think want.

for using in eclipse need download these jar files. have provided links below:

  1. com.github.frankiesardo:auto-parcel:0.3.1.jar.
  2. com.gu:option:1.3.jar.
  3. com.google.auto.value:auto-value:1.1.jar

download jar. put them in libs folder. clear , build project. errors gone.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -