Alert Dialog Box error
Opened this issue · 7 comments
Please help me i will try but not solved this error...
## Create slideshow from photos
android.view.WindowLeaked: Activity com.example.videomixer.video.pkg.Custom_Draggable_Gridview has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView{1c0fbe55 V.E..... R....... 0,0-480,622} that was originally added here
at com.example.videomixer.video.pkg.Custom_Draggable_Gridview.slideDuration(Custom_Draggable_Gridview.java:363)
at com.example.videomixer.video.pkg.Custom_Draggable_Gridview$2$2.onClick(Custom_Draggable_Gridview.java:166)
@MujjuRaja , yes there can be issue in gridview I used as the library is pretty old now.
I would suggest you to replace the gridview library with "recyclerview" due to its native support. Also draggable gridview is natively supported now, which you can replace in the code and use.
Hope you can resolve this. :)
@JaySardhara https://github.com/JaySardhara, Okay and thanks very fase
response my question ans. But please suggest me any one link/ solution.
which library using this demo. i was try searched lib but not proper
solution me. i'm not sure any one solution.
Thanks.
On Tue, Jul 26, 2016 at 9:34 PM, Jay Sardhara notifications@github.com
wrote:
@MujjuRaja https://github.com/MujjuRaja , yes there can be issue in
gridview I used as the library is pretty old now.
I would suggest you to replace the gridview library with "recyclerview"
due to its native support. Also draggable gridview is natively supported
now, which you can replace in the code and use.Hope you can resolve this. :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/APc8_E-uZsMMhH9rm15PyDwksF-kUQCAks5qZjAGgaJpZM4JU23Z
.
Muzammil Modan
Jr. Android Developer
| Skype:modan.muzammil_ifuturz | Gtalk:muzammil.modan@ifuturz.com
| Direct Line : USA 708 539 9514 - INDIA +917931203010 |
| Email : muzammil.modan@ifuturz.com | Web : http://www.iFuturz.com |
| 4001 West Devon Avenue,Suite #202,Chicago Illinois 60646 USA. |
| 30 Ambica Building, Nr. FortuneLandMark Hotel, Usmanpura, AHD-13 GUJ. I
@MujjuRaja can you share perfect sample code?
I can't find class BaseWizard and so on.
Help me. thanks~
@Honsec, Sorry baddy but hear same problem. Many day try this error solution but not any one perfect solution. Same prob this class BaseWizard.
thanks
@MujjuRaja I can see problem. As this was created in older ADT structure, I would have to revamp this project with newer Android Studio structure with gradle support.
@JaySardhara I wanted to import the project in Android Studio but It says that ''Library reference ffmpeg4android could not be found''. Could you please tell me that how can I solve this issue. I need it ASAP.
Hi @mainulnerob,
Yes I am aware of this issue and hence already mentioned same in readme. But as a solution/workaround, I would suggest you to use and build project using new project structure as provided by library.
Currently I too am working to solve, using this structure.
Kindly inform me if you are able to restructure the project. We can work out using pull request.
Thanks.