We build in polls for users of Android applications
Hi, Habr!
One of the main tasks facing developers after the release is to get feedback from users in order to improve and develop applications. Infrequently, similar information can be obtained from reviews on Google Play, and not all users devote their time to this, even if they have any ideas. If the developer considers it necessary to receive feedback, he can implement the corresponding functionality in his application on his own, which entails a number of relevant costs.
Under the cut I want to tell you about the cool “bun” called Profit Button, which will help establish a dialogue with the users of your application, as well as expand its functionality as you wish. ')
Profit button - an element represented as a floating button, located on top of the interface of your application. When you tap a button, the user opens a WebView window with a poll, which is visible to all users.
For developers
Tweaking the appearance and behavior of Profit Button To change the appearance and content of Profit Button does not require re-publishing the application on Google Play. You can create and change polls, as well as manage visual parameters through the project that corresponds to your application in our wonderful admin panel .
Usage statistics On the page of your project, you can track the statistics of user interaction with the Profit Button: how many times the button was shown, hidden, how many times the users moved it around the screen and viewed the content.
Targeting With the Profit Button, you can poll only those users whose opinion you are most interested in. Targeting can be set both by the unique device identifier and by the mobile operator.
How to create a poll?
Creating a survey consists of five simple steps:
Create questions and specify answer options
We describe the logic of transitions between questions.
Specify what users will see upon completion of the survey
Revitalize the look, using one of the proposed styles
We establish a link between the survey and the project of your application