I want to ask
I hope friends here can help
I have a website and Android using the API, I have hosted the web and the API then when I try to open it online the Android can't run. is there any solution from friends.
Hello.
I want to ask
I hope friends here can help
I have a website and Android using the API, I have hosted the web and the API then when I try to open it online the Android can't run. is there any solution from friends.
Related
I have Wordpress Website and I am building an android application for that.
For one case I want to redirect to my wordpress web site from android application. How can I handle cookies and sessions?
I have same database for wordpress and Android application.
I am able to do login from android and now I want to redirect same user to my wordpress web site.
Please help me. Thanks in advance!
Your Question is little bit confusing, if you just want to launch your website from APK then follow this link whcih allow you to generate APK easily,
Android Bookmark Creator
But if you want to make customized APP, then You can either make your own RESTFUL API or use wordpress XML-RPC.
XML-RPC Tutorial Wordpress
XML-RPC for android Open Source Project
But for this, you need to have good knowledge in android
I am trying to access all my friend information using android app. But the sample which I found online are outdated. So can someone suggest me some tutorial to do the same ?
It is not possible in API v2.0 and later. All friends permission was removed. You can read about it more at https://developers.facebook.com/docs/apps/changelog
Hi friends any body worked on Mobile SDK for android how to access it on android any tutorial please suggest
http://wiki.developerforce.com/page/Getting_Started_with_the_Mobile_SDK_for_Android is a great place to start with a tutorial.
was just curious as to how I can go about reading Facebook status posts from a particular page through my Android application.
I looked into the Facebook API but that seems to be more related to making Facebook applications, which wasn't my intent.
If anyone can point me in the direction of a guide or link that will explain to me how to do this it will be much appreciated.
Well the whole idea of the Facebook API is so that you can call their functions to give you access to Facebook content. If you want to incorporate them into your Android Application, try using their Android SDK
I'm learning Android and I'm trying to connect to Twitter and upload a photo in Android. How can I do this?
This question gives you a hint on how to use an Intent to start a Twitter application and use it to to post something. In this way the user don't have to give your program the twitter credentials.
If you want to connect to twitter yourself you can use one of the java twitter apis that are out there.
I hope this is a starting point. If you encounter more specific problems come back and we will be glad to answer them.
For a general howto on Android check out the hello world application and all the other tutorials on the android developer pages.