-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on Done button click i want updated no of images of all albums ? #2
Comments
have you update your listview onresume of your activity.? |
i have called these two methods in onResume : initImageLoader(); |
what is the code of setAlbum method? |
public static void setAlbum(){
|
i think problem is in your count of album..or you have to refresh gallery for that. |
my gallery is refreshing fine but issue is in count of individual album can u pls tell me how can i resolve this ??? @OverRide
the issue is in this line items.get(position).getCount() where u r setting in this library ???/ |
i m using this library now my solution stuck just because of this issue |
i have detect that the error is because of this : before deleting image this cursor is running till 7 times because total number of images are 7 while after deleting image total no of image inside gallery is fine but this loop of cursor is still running till 7 times ...... |
@Slake07 can u pls respond me ? |
if its still running 7 times that means image not delete or gallery not refreshed. i didnt implement delete on gallery before.. you have to try or else send me your code, i will look into it whenever i will be free. |
@Slake07 i have uploaded code on dropbox can u pls check this ..... i stuck at this stage i ahve deleted functionality in file "GridViewActivity.java" pls check this https://www.dropbox.com/s/et9vfe4308sgh2x/AlbumCode.rar?dl=0 |
i have open album and then i see all images inside album i select two images and then i have button for delete images from the gallery no i finish activity and i return back to the same activity that contains list of albums and their total no of images .....images are deleted from gallery but my activity is not showing updated no of immags in albums i m calling code for setAlbum in onResume but that is showing me same no of images
The text was updated successfully, but these errors were encountered: