get heatmap analytics data for apps using phonegap [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Basically I need to find the portions of my app page where the maximum clicks has been fetched..The graphical form of it is heatmap which brightens up the area where the users clicked the most.CrazyEgg is one tool which has heatmap but it basically does for website,I need to find the analytics on my app.There is one 'uservod' but it gets the heatmap only for iOS apps.I need it for both android and iOS.Please let me know if there are any such tools.

You could take a look at "Tealeaf CX Mobile" (IBM).
But be aware that it might be a little expensive.

IBM Tealeaf On Cloud has an analytics module, called Overstat, which basically gives you exactly this ability. You can view clicks and all sorts of other actions in a heatmap over the webpage in question, and create subsegments to understand the user activity going on in your application.

Related

Where to start with native app using Firebase [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking to build an app where registered users can fill out a form (with some fields already prefilled for different forms) and then submit the form.
Users will need to be authenticated on the app. I'm thinking that Firebase might be best suited for the data, but not sure where to start as for the actual development and am looking for some advice. Do I use Flutter, React or another?
Is there any examples where anyone could point me to?
Thanks
oficial firebase/flutter exercise this is a light begin in configuring firebase in flutter.
After checking it you can take a look at this plugin, inside of the github repo the plugin author got some nice examples

How can I get the number of online users now in my app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
is there any website to get online users now in my app or any good idea?
I tried to using onStart and onDestory but do not work well Are there other ideas
Best way is to use Socket for more accurate data
This way your server-side and mobile app can maintain real-time comms, which can be used in more than just tracking who is online you can even track in which activity they users are.
if you want something with less code you can use fabric KPI which can track alot more things like content view - Search - share -Rated content - etc.
NOTE
google bought fabric and right now they are working on migrating all of fabric features to their firebase service.

How to make a turn-based multi-player app on android and ios [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to make a simple turn based 2 player game for an android and IOS. I want the android users to be able to play with the IOS user as well. However I am unsure what I should use. It is similar to tick-tack-toe so only numbers will need to be exchanged from user to user. Can someone please point me into the right direction as to what server or client I should use. And if you could show me a tutorial series that shows me how to use it that would be great! I've googled everywhere!
You can use this service from google which support iOS and Android:
https://developers.google.com/games/services/common/concepts/realtimeMultiplayer

Track user experience/behavior in an app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
To improve my app I want to see how users actually use it. I am not having user accounts, it is an open app. I would like to analyze how long (in actual time) people look at a certain screen and when they go to a next one or close it. I know there is Google Analytics for Apps, but I don't know if they keep track of it this detailed? Maybe there is another handy service/code out there which I could use?
Anyone using this service or another and has some user experience he/she wants to share? :)
There are two more that I would like to mention apart from Analytics
ACRA
Though it is basically for crash-reports but you can also add your custom parameters.
If you wish to refer it you can visit this Link
Flurry

iPhone/Android WebApp Templates [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any ready-made mobile HTML5/CSS3 templates available on the net (for webapps). I don't want to have a native look nor want a native look with webapps. But I want kewl eye-catching designs with a lot of colors. As I'm a developer I'm a super noob at designing. Let me know if you guys use any resources.
P.S.To be specific I needed it for holding two countdowns (placeholders) & 2 images.
I usually look at DeviantArt for UI ideas,
http://browse.deviantart.com/?qh=&section=&q=iphone+app+template
From there you could find one you like and code it.
Also look at this link for a backbone template,
http://html5boilerplate.com/mobile
A simple google search would have led you here...
Web Application Templates

Categories

Resources