As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
i\'ve build an AlertDialog which shows three items: AlertDialog.Builder builder = new AlertDialog.Builder(myActivity);
I\'m looking for an enchanced edit component that allow users to input multiple tokens (items) manually separated by some symbo开发者_开发知识库l, or to select them from another source.
May i know whats wrong in this.I am new to world of programing ..So if you help me it would be wonderful.The error comes on the line
I have Pathauto configured to generate an a开发者_开发技巧lias based on the title of a node, for a specific content type. The problem is that I want to make small changes in this title before Pathauto
I need to be able to make a token field with draggable elements like the Mac clock format panel (see the 开发者_运维百科following image).
How to handle the case where the token \'for\' is used in two different situations in the language to parse? Such as statement and as a \"parameter\" as the following example:
I work on a Symfony web application which has a standard login form. To allow users to login more easily we want to give them a link which logs them in dire开发者_JAVA百科ctly. I\'ve already build a w
I\'m trying to retrieve data using the new graph API, however the token I\'m retriving from OAuth doesn\'t appear to be working.
The following code will log in my application to a server. That server will return an authentication token if the login is successful. I need to use that token to query the server for information.