Ashok
Posts: 0
Joined: Fri Dec 06, 2013 5:55 am

SMiley

I have a input box ,i want to implement smileys option in that...;. i dont want to use the stock smileys i want to implement the smiley found on whatsapp type.... cud u pls give me a solution i even want to give a toolbar to insert smiley .jpg?1386565506]Image .jpg?1386565549]Imageinline.jpg?1386565549[/img] [/url]

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

SMiley

You would need to code such feature.

Ashok
Posts: 0
Joined: Fri Dec 06, 2013 5:55 am

SMiley

OK ok thank you..... i have another issue i want to implement the contact service provided by appery...
i created the service, i have a list item containing 2 labels and a button...
i mapped the response parameters ie. the ActualName to the first label and PhoneNumbers=value onto the other label and on the click of the submit button i called the service.... i exported the .apk intalled on my phone but when i click the button it just keeps the loading symbol .... and it doesnt stop... cud u pls guide me through i am not able to operate this feature....if i am making any errors cud u pls let me know and give me a step by step way to use this service

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

SMiley

Hi Ashok,

What is the Android version you use? Please share the application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.

Ashok
Posts: 0
Joined: Fri Dec 06, 2013 5:55 am

SMiley

I am using Version 4.2.2 on my device ...and the application just contains the above mentioned components thats it... i am sorry i dont have permissions to share the app with you

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

SMiley

Hi Ashok,

Sorry but in this case you'll need to code and debug it yourself. We can't predict the errors.

Ashok
Posts: 0
Joined: Fri Dec 06, 2013 5:55 am

SMiley

Ok ok thank you can u also pls help me in one more problem which i am facing.... i have a column in parse database i want to calculate the sum of the numeric values in that column... i dont want any cloud code since i aint familiar with it pls help me with the code which i can perform on Parse or the Appery Platform

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

SMiley

Hi Ashok,

You can save an array of value in a localStorage variable (https://getsatisfaction.com/apperyio/...) and then count a sum using this JavaScript code:prevar sum = 0;
for(i = 0; i < length; i++) {
value = parseFloat(arr);
if (value) {
sum += value;
}
}/preWhere 'length' is an array length,
'arr' is an array itself.

Ashok
Posts: 0
Joined: Fri Dec 06, 2013 5:55 am

SMiley

Miss Katya Yakusheva,
I am not satisfied with the answer, in the following link,
https://getsatisfaction.com/apperyio/...

Pls help me out with the algorithm, i am not sure wat algorithm to use to achieve this....
I implemented the code
return '{"Address":{"$regex":"^'+value+'", "$options":"i"}}';
but what i am suggesting is suppose i have a list which searches an address of a particular place....
The above command oly lists the elements whose letter starts with ie No.34 Old Parks Road....
Usually a person when he types in he will not know the No. 34.... so i want the search to work in such a way that not oly the starting elements i want it to search the middle and last element too! how can i alter the above code in such a way that it searches using the keyword even though the keyword is present at the first or middle or last ....

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

SMiley

Hi Ashok,

Please delete symbol "^" from your request, then the search will work for the whole string.

Return to “Issues”