I have a website that has a forum with users. I would like to integrate this functionality into my application? How would i go about doing this? If anyone has some instructions to start with that will be great. Or a tutorial some where.
Add a webview and try to make a mobile friendly version of your forum. You can also call the web browser.
It will save you a lot of trouble.
I know this app forum sdk that provide a native library and bundles to enable a forum in your app. Much faster and quicker response than webview.
Related
I have a website hosted on godaddy cPanel with mysql database and I am willing to make an app for it. Can anyone tell me how can I do this and please tell me where can I learn more about making an app for a existing website.
Look into cross-platform development if you want to code for both ios and android. Visual Studio is a good tool to work on this, too.
Or, for more simple conversions the below may help:
https://www.appypie.com/convert-website-to-mobile-apps
https://www.mobiloud.com/blog/convert-website-to-mobile-app
https://appsgeyser.com/blog/convert-website-to-mobile-app-free-software/
I need to integrate iCloud in my android application. Is it possible to integrate iCloud in my android application ? I find on net but not getting any solutions or any articles regarding this.
One thing I come to know that in IOS it is possible to integrate iCloud. But I cant figure out it is possible in android or not and if yes then how it is possible..
Please help me to find this.
There are no iCloud APIs for Android.
icloud4j
Not sure how useful it is for Android, but I've started a Java open source project based off the Python pyicloud implementation. It's still in the early stages at the moment but you can check it out here:
https://github.com/tmyroadctfig/icloud4j
To access iPhone backups there is the InflatableDonkey library:
https://github.com/horrorho/InflatableDonkey
I try to setup a paypal intergration in my android app where my webserver does the job.. I'm not sure how it works, i only know its possible for IOS.
sorry for the crappy explanation..
Already found it.. Mobile Express Checkout Library (MECL) is what i was looking for.
I am trying to add a social aspect to my app where one can post there results (a common feature).
I have found some sites that describe how to do this using Facebook Connect http://www.mobisoftinfotech.com/blog/android/845/
and others, like the Facebook developer site point you towards using the SDK and downloading through Github.
http://developers.facebook.com/docs/guides/mobile/
Anyone have any experience with this? What is the difference between the two options and which is better for apps?
All the other questions that seem relevant are years old.
I would recommend using the Facebook-Android-SDK for a couple reasons.
It comes from Facebook themseleves. ...Perhaps this is actually a reason not to use it! :)
It uses OAuth for authentication, which is good, and it is pretty easy to use.
The Graph API. It is pretty robust, and also easy to use.
Please note that I have not used FB-Connect before, so I may be a bit biased...
Facebook Connect has been deprecated and you should use the SDK - Integrating Facebook Connect with a Web Page
I have familiary with the facebook-android-sdk I've never had a problem with it and it seems to work very well.
It doesn't really make sense not to use the native SDK unless you are using a webapp imo.
Also I think FBConnect has been deprecated.
I'm really new with this thing of "Android development" and I was really excited when I found Appcelerator Titanium, but now I got the big surprise, it doesn't work on my computer. What other alternatives are there for Android development specially if they include HTML, JavaScript and CSS for creating such applications?
Everything you need to know is on the official site http://developer.android.com/
There is a very popular alternative for making Android and iOS apps with only HTML and JavaScript. It is called PhoneGap:
http://www.phonegap.com/
I think it is exactly what your looking for.
I hope this helps.
My first port of call would be to try and get on the trial of Google App Inventor. It's a really neat way of making Android apps. You can find out more here: http://appinventor.googlelabs.com/about/
A list of various alternative web-tech-based development frameworks is here
http://en.wikipedia.org/wiki/Multiple_phone_web_based_application_framework
having said that, I have succeeded in running Titanium on Vista and Ubuntu, so if you post the error you are getting someone might be able to help.
App Inventor is fun, although it isn't Javascript based.
You may want to try out Unify, a framework for developing web apps for major platforms (in the moment iOS, Android, webOS - more coming in the future). It is open source and has been released a few days ago. :-)
http://www.unify-project.org/
http://www.unify-training.com/
Get the SL4A app for android. It lets you run python scripts on your android.
Also, look into webview. It let's you load html.