I have a iOS Phonegap project. In which I have some heavy sized files. I want to ZIP these files within the www folder and would like to UNZIP this when the user clicks a button in the app.
This helps the app to be very condensed when the user downloads for the first time!
I would really love to have some suggestions or some Plugin guidance for this usage. If you can specifically give a direction it would really help! I tried using ZipUtil Plugin, ExtractPlugin from Phonegap Plugins but in vain! I know there should be a sample code which would guide us correctly and from where we can learn! Someone please help!
If I am not mistaken you will need this to UNZIP and ZIP
Extract Zip File
Related
I have tried many times to use opencv in my ios project, but it just failed.
After I download the framework from the website, I load the framework to my xcode project, and then it just shows the following problem, I really don't know why and have been mad about it.
check out this link. This should help you!
http://fyhao.com/2015/01/computer-and-it/tutorial/tutorial-on-setup-opencv-on-ios/
Best regards,
N. Medeiros
Any one have an idea how to inject code and files in .ipa file like app wrapping feature of Good dynamics (Containerizing via App Wrapping).
http://www1.good.com/secure-mobility-solution/mobile-application-containerization/wrapping-or-coding.html
I have searched a lot but still not found any clue so please let me know any one having the idea.
Thanks in advance.
I am building an ios application in which I get a ply file from a server and want to view
it on my application using kiwi viewer , I need a help on how to do that exactly and where
can I download the related files.
I have searched the web on it but did not get anything specific on the way of doing that and I got confused with files that should be attached to my project and the libraries also.
please I need help as soon as possible.
thanks in advance
#flashdisk what version of ves / kiwi viewer you are using? The current version of VES can load the ply files. I am about to merge another branch that intend to fix some other issues as well.
Hi Everyone I am working on J2ME polish project, which is just an enhancement project. I have no idea about J2ME Polish. I have an error saying that the
import de.enough.polish.ui.Command cannot be resolved. So can any one tell me where can I find that. I have tried googling but could not find it.
You should download j2meploish once downloaded and installed you should look in the $installdirectory/source/j2mepolish-client.jar or something with the word client in.
You should take a look at this website, they probably have the library you are looking for.
I am trying to develop an VOIP application for blackberry,after a long surf i came
to know about mjsip api.But i have a doubt that is it possible to use this api
with blackberry development to create VOIP application.Please anyone knows the answer
help me.
Thanks, it's a nice project you found there! There is an J2ME version MjSipME, and the only thing I can say now for sure is that it compiles with Blackberry without any errors.
UPDATE You right, there are missunderstanding with packages/folders structure.
Steps to compile:
download mjsip2me_1.6.zip
create blackberry project (I've used components 4.6)
in project src folder create such structure:
alt text http://img691.imageshack.us/img691/9311/structure.jpg
extract mjsip2me_1.6.zip, copy files and folders:
from mjsip2me_1.6\src\org\zoolu\ to project\src\org\zoolu\
from mjsip2me_1.6\src\j2me\local\ to project\src\local
from mjsip2me_1.6\src\j2me\microtools\ to project\src\org\zoolu\microtools
from mjsip2me_1.6\src\j2me\net\ to project\src\org\zoolu\net
copy mjsip2me_1.6\src\j2me\ExceptionPrinter.java into project\src\org\zoolu\tools
copy mjsip2me_1.6\src\j2me\RotatingLog.java into project\src\org\zoolu\tools
refresh your project, clean and build
It's j2me midlet so don't expect it will start on bb device, but at least it compiles.