I have to make an android app which create task, for this I have to select more then one member. I am trying to use a dynamic drop down to select more then one member name from the list which is coming from server database ..... for this I have to use ajax call but I don't understand how should I use this...... If anyone have idea, please help me?
7
-
are you using HTML5 Technology forApp development ?ULLAS MOHAN.V– ULLAS MOHAN.V2014-05-12 08:04:56 +00:00Commented May 12, 2014 at 8:04
-
am using php ... for android appFarah– Farah2014-05-12 08:06:41 +00:00Commented May 12, 2014 at 8:06
-
There isn't ajax for a native app, they are just http requests. A traditional dynamic drop-down list (for web pages) might be problematic because of the pop up keyboard and limited screen size of a mobile phoneGingerJim– GingerJim2014-05-12 08:08:48 +00:00Commented May 12, 2014 at 8:08
-
@Farah: stackoverflow.com/questions/22083305/… check this.. you will get lot of examples for your rquirement!ULLAS MOHAN.V– ULLAS MOHAN.V2014-05-12 08:11:46 +00:00Commented May 12, 2014 at 8:11
-
Actually I want this functionality in my android app ...... waht should I do to fullfil this functionality?Farah– Farah2014-05-12 08:14:16 +00:00Commented May 12, 2014 at 8:14
|
Show 2 more comments