Does anyone know any good tutorials for this please?
Or could anyone run me through some basic code for making this?
Do you really need to write your own? Because you could just use intents and use someone else's file browser.
Related
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.
I have a web application I've built using the Jquery mobile framwork and I need to put it on my phone for demonstration purposes. What is the best way to go about this I was going to use phone gap but I want and easier solution say I just put the files onto my phone and run it from within the device but I don't know if that's possible. If anyone has any ideas I'd greatly appreciate it
Phonegap build would be the easiest way! Here is a link to the documentation http://docs.build.phonegap.com/en_US/#googtrans(en)! It gives you a qr code to download a test to your android device before releasing, sorry no ios tho!
Hope that helps! Littleswany
Would a simple WebView work for you? You can also use local files instead of downloading the site/assets from a web server.
http://developer.android.com/reference/android/webkit/WebView.html
Just thought of another way, If you have adobe cc then you could use edge code and edge inspect and the android app to have a test server on your device.
Sorry for the second answer but again I hope it helps you! Littleswany!
I am new to Android application development, I want to integrate with my app. So please guide me what to do this. I have tried to learn things from internet but still I have found no solution. so please tell me some tips
Thanks in advance.
Everything you need is here:
https://www.dwolla.com/developers
I am trying to implement Rtpsockets like in sipdroid.
http://code.google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java
sipdroid is a huge project and I can't really find a good place to start.
Can anyone help me find a simpler project or give me some source code to start with?
Thank You,
Amitay Molko
I ended up editing this project https://github.com/spex66/RTSP-Camera-for-Android/
Fully implementing the rtsp client to work with remote servers.
You can find my code here http://www.4shared.com/rar/cm2e1ZML/RtspCamera.html
I have to make application in android.similar to the that made in the iphone,,
Here is the link http://itunes.apple.com/us/app/road-trip-bingo/id376434962?mt=8#
can anybody tell me how should i proceed.Should i start with the User designing part first?? Thanks in advance
Tushar Sahni
I would recommend you to read this stackoverflow question 'port iphone application to android'
In addition to PhoneGap I would suggest give a try to opensource XMLVM