Skip to content

Bismallion Blog – Appery tutorials.

  • Appery Tutorials
  • Tools
    • Query generator
  • Videos
  • About
Pretty ionic popups in Apperyio app.

Pretty ionic popups in Apperyio app.

Posted on 24/07/201824/07/2018 by bismarck
Problem: You might want to use ionic native popups and alerts. Most of developers doesn’t realize how native javascript alert looks ugly until they see it on the device in build they made for te... Read More
How to call services in correct order? Promises in Apperyio app.

How to call services in correct order? Promises in Apperyio app.

Posted on 18/07/201824/07/2018 by bismarck
Problem: You have page with at least 2 Apperyio services. You may want to call 3rd service only after both services finished its execution. Calling services one by one [crayon-603a6368004f6029031561/]... Read More
Login with ajax in Appery.io app.

Login with ajax in Appery.io app.

Posted on 14/02/201724/07/2018 by bismarck
Problem: You would like to login programmatically from your Apperyio app instead of using auto generated service. Solution: Below small snippet. Don’t forget to change dbId variable value to you... Read More
Getting device's OS programmatically in Apperyio app.

Getting device’s OS programmatically in Apperyio app.

Posted on 22/12/201617/07/2018 by bismarck
Problem: You would like to know what OS runs device launched your Apperyio application. Solution: I made a small js function for this. [crayon-603a636800cf8385624016/]... Read More
Apperyio Tutorial. Autocomplete in Apperyio app with jQuery.ajax

Apperyio Tutorial. Autocomplete in Apperyio app with jQuery.ajax

Posted on 29/08/201624/07/2018 by bismarck
Problem: You have big set of data you want to show, but instead of using select component or list you are seeking for alternative. Solution: The alternative is to implement autocomplete by this small ... Read More
Query entities with jQuery.ajax in Apperyio app

Query entities with jQuery.ajax in Apperyio app

Posted on 29/08/201617/07/2018 by bismarck
Problem: You might want to do something custom: generate url params, add a calculation during success or just use simple jQuery.ajax instead of mysterious Apperyio REST Service. Solution: use small sn... Read More
Calculate age(YY MM DD) in Apperyio app

Calculate age(YY MM DD) in Apperyio app

Posted on 18/08/201624/07/2018 by bismarck
Problem: You might want to show a person’s age in “YY MM DD” format in your Apperyio application. Solution: Use small snippet below. Javascript has no powerful tool when it comes to... Read More
Calculate leap years for a period of years in Apperyio app.

Calculate leap years for a period of years in Apperyio app.

Posted on 18/08/201617/07/2018 by bismarck
Problem: Sometimes you need to know how much leap years you have for a certain period of years. Solution: Add small function listed bellow to you momentjs(v2.14.1) library. This is a simplest solution... Read More
Read selected option value from select programmatically in Apperyio app.

Read selected option value from select programmatically in Apperyio app.

Posted on 17/08/201617/07/2018 by bismarck
Problem: You have a Select menu (dropdown) component with values. How can you read selected value from this Appery component programmatically ? Solution: use small snippet below. [crayon-603a636801fde... Read More
Extending Storage Array variables in Apperyio project.

Extending Storage Array variables in Apperyio project.

Posted on 15/08/201624/07/2018 by bismarck
Problem: Sometimes during working with Appery Storage you may face problem to add a new item or remove an item from array variable. Solution: Below are 3 small functions, which extends each array stor... Read More
Select radio button programmatically in Apperyio app.

Select radio button programmatically in Apperyio app.

Posted on 03/08/201617/07/2018 by bismarck
Problem: You may want to Select radiobutton programmatically in javascript or even toggle two radiobuttons in your Apperyio application. Sometimes you need to update entity your page based on users ac... Read More
Make call to Database collection with jQuery.ajax

Make call to Database collection with jQuery.ajax

Posted on 02/08/201615/07/2018 by bismarck
Problem: You may want to update certain items in DB with jqm ajax or even pure javascript without services. Sometimes you have a need to update entity with custom ajax call. Solution: Use this small s... Read More
  • 1 of 3
  • 1
  • 2
  • 3
  • Next »
© 2021 Bismallion Blog - Appery tutorials.. All Rights Reserved.