i want to use a CometD api in my android application.
i already have a CometD api. i just want to call it and share some data.
so how can i use in my android application. please give me a standard and time consuming suggestion.`
thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use CometD on Android in 2 ways: you build a web application and use the JavaScript client APIs, or you build a native application and you use the Java client APIs.
Look at the demo shipped with CometD that builds a simple chat application using the Java client APIs.