fabian7593/MagicalCamera

path cant be a boolean

Closed this issue · 3 comments

How path can be String if savePhotoInMemoryDevice return boolean?

String path = magicalCamera.savePhotoInMemoryDevice(magicalCamera.getMyPhoto(),"myPhotoName","myDirectoryName", MagicalCamera.JPEG, true)

public boolean savePhotoInMemoryDevice

This method is telling whether the photo is saved in memory device perfectly or not. To get path you need to use getRealPath ().

Hello, in the next version of magical camera you can obtain the path, the
boolean function now return the path, but I dont know when I upload this
version, because I dont have an Android 6.0 and I have problems with
genymotion....
please be patience ;)

2016-11-23 5:07 GMT-06:00 Prateek Vijay notifications@github.com:

This method is telling whether the photo is saved in memory device
perfectly or not. To get path you need to use getRealPath ().


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMua5drVFnJYemh8Ijv1lrh-yMY_UGLKks5rBB6EgaJpZM4K6aQQ
.

Fabián Rosales Esquivel
*Analyst and Software Developer *

Frosquivel Developer
If you can dream, it you can do it.

Desamparados, San José, Costa Rica
Mobile: (506) 8346 1166
_GitHub: _https://github.com/fabian7593 https://github.com/fabian7593

Hello @ShBogdan and @prateekvijay I upload the new version of magical camera 4.8, and this issue is completelly solved, you can the posibillity of obtain the path string if the photo is save in memory device, and if not save the string is equals to empty...
Please Im sorry for the incovenience and thanks for report the issue and for use Magical Camera.