How to | Create Form-Based Mobile Apps
Any instant web form deployed in the Wolfram Cloud can be used as a mobile app from within the Wolfram Cloud app. Use IconRules to specify app icons for particular mobile platforms.
How to: Create an Instant Web Form describes creating and deploying instant web forms.
This deploys an instant web form under the name "Squaring":
In[1]:=1

✖
https://wolfram.com/xid/0cnfth8otoq4y0h2vkq8am5wb4j4fo-x3gpuy
Out[1]=1

By default, the Wolfram Cloud app uses an icon based on the content of the cloud object.
To set up a custom icon, use IconRules, giving any expression or image as an icon to use:
In[2]:=2

✖
https://wolfram.com/xid/0cnfth8otoq4y0h2vkq8am5wb4j4fo-u9gtyi
Out[2]=2

Some input types are treated specially when they appear in an instant form within a mobile app. For example, "Image" typically gives access to the camera and photo gallery on a mobile device.