I am developing an app which requires set of files to be compressed in a single zip file. I know this can be achieved using plugins , I can write for android but don't know how to do it in iOS. However i am looking for the available plugin. Please let me know if there is any. I have searched a lot but found only for unzipping , I need for zipping it.
Thanks In Advance, Please Do Needful.
In case you're still looking for, I get the same situation and decide to create the plugin, for now just android but soon iOS too repo link
Hope this help.
Related
I am currently trying to read KeePass (.kdbx V2) files within my own Android App but I am struggling. I tried to use openkeepass as a .jar but it did not work out.
Can anybody tell me a more reliable way to read keepass files in within my app - ideally an easy to use library?
Yea well this question was kind of stupid, I should have googled for "open keepass in Java" -> there seem to be some libs out there doing the job. I chose KeePassJava2 for my app.
I am trying to play the notes of a mid file separately for that purpose i found a library named "android-midi-lib" (Link).
But I am not able to get that how to integrate it in my existing android project. Can someone please me explain how to integrate it?
Any help is appreciated!!
Okay it was my childish mistake. All I need to copy paste the java files.
Stuck with a this thing, I am using Framework7.js at present. Please help me, any other alternative will also be appreciated. Android is the platform I am operating on
You need only to setup a custom URL scheme (thanks Eddy Verbruggen for this helpful plugin ) and you'll be able to reach the app from Gallery sharing button.
Be careful of following the caveat on plugin readme and choosing a scheme not in common use ( yourAppName:// may be the best one to avoid confusion for users ).
I want to make an Android Application On Eclipse IDE using Phonegap but dont the how to make it and find out online tutorials as well but they are not usefull if anyone can help me with this.
www.simdroids.com
It has only two posts. both the posts relates to what you are asking
Here is the step by step process. Every step is well explained with possible screenshots. It will help you.
Eclipse-PhoneGap Tutorial
m using the android youtube player OpenYouTubeActivity, i'm using the svn source code, not the jar file provided in the project. But it seems that this activity is not working after the 4.3 android releases. the video is shown half of the full screen, but everything else works fine. THis issue is already logged on the issues list on the project site.
Anybody has any clue, whats happening? Any solution is greatly appreciated.
Its always best to use the jars, because you get the latest compiled code and its easy for the maintainers to maintain versions. But I think on the code branch the fix here is to decompile the jar using an open source decompiler like http://jd.benow.ca/ and then copy the code as is.
Then you can see where the changes have been made.
DISCLAIMER
Please follow the licensing as the original wants it. I think its as per Apache, so make sure to include appropriate licensing information and credits and follow licensing laws.