Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new to android phonegap, and am trying to integrate social media login to my android app.
But I cannot find any proper understandable docs for facebook or twitter login to android app. I have tried to use the facebook-connect and twitter plugin posted in github, but I can't understand how to use this the steps mentioned in the read me file is confusing as it gives only a vague idea, most if the code is deprecated in android.
Someone please help me
P.S : I am using phonegap 2.9.0
Hi a sample project of facebook-connect is there is icenium...Try looking into that..
http://www.icenium.com/.. Create an account and in its sample projects you will able to get the whole code of facebook-connect
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I am new to programming and have been learning for the past month. I am trying to build an app that can record and upload short videos like Snaps to a database. Then the app can access these videos from the database. I am learning Java and Android Studio currently to make the Android version of the app, but later I want to learn the iOS side to make the iOS version of this app.
I would deeply appreciate some guidance on what exactly I need to learn to be able to make this app myself.
Well you can get started with the Camera API(updated to Camera2 API) and the CameraX API which will help you with photography on Android devices.
Camera2API described here
CameraAPI Documentation
Video Recording Documentation
CameraX Documentation
Regarding storage, I suggest that you start with what is provided in the Google Documentation and work your way up from there.
Storing files on android
The best way to learn is by using the Android Developer Guides as a base and StackOverflow posts to clarify implementation problems and troubleshooting.
Cheers!
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to develop an Android app. It's my first one and it has to be a secure VoIP app. I was told to use webRTC and after a lot of research I'm stuck. I don't get how webRTC works. Can you help me with some steps in developing this kind of apps?
Having worked in the past with WebRTC, I just want to share this information here so that it may help people's who just want to start learning from scratch:
--> The very first thing to refer is a straight forward example by Pierre Chabardes on the GitHub. Here is the link : AndroidRTC
--> You can find here a very straight forward build scripts by Pristineio for Android & iOS to build latest version of the required WebRTC library. This requires linux machine. WebRTC Build Scripts
--> And a very good tutorial here : Introduction to WebRTC
This 3 links will get you started and you can start learning from here then.
Hope this helps you and everyone out here.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to create an android app from my existing wordpress site.
I have a news site running on wordpress whose theme was built my me. I would like to create an app for the same site. Basically it just has to list posts available on the site.
I am aware of some plugins which would do it automatically but I would like to know if it can be done using phonegap.
I need some help (pointers) as to how I can pull posts from my wordpress site and reflect it on the app.
This is a good and complete tutorial for build this app using ionic framework:
Link video
There are options, like AppPresser, they convert your WordPress website into a mobile app, publish on the app stores for a fee.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a chating application for android using the telegram API available. I am new to using the external library. Can anybody give me a bit idea about how to use the API to build a chat application? Where do i put the ApiId and Api hash? The app still crashes
telegram full source code is available on github..find it out from the telegram website...import the project in android studio ..Search for the API key in src files....replace the telegram prrvious key with your own key..
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm developing an app to get Location name then put it into a googlemap and display that location wiki page . I tied to search but There is some phonegap android app .
My question is : Is there any Wiki API for android native app to get and search information ? and how to implement it ?
I did a Google search for wiki API and it brought me here:
http://www.mediawiki.org/wiki/API:Main_page
It is not specifically for android but it should be able to work for you.
An example:
http://en.wikipedia.org/w/api.php?format=json&action=query&titles=API&prop=revisions&rvprop=content
If you can not find a usable api, you can use JSoup to parse wikipedia and return relevant information or you can build a url based on user's input and implement a webview