Mobile App Onboarding with Xamarin and Syncfusion | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (172).NET Core  (29).NET MAUI  (192)Angular  (107)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (40)Black Friday Deal  (1)Blazor  (209)BoldSign  (12)DocIO  (24)Essential JS 2  (106)Essential Studio  (200)File Formats  (63)Flutter  (131)JavaScript  (219)Microsoft  (118)PDF  (80)Python  (1)React  (98)Streamlit  (1)Succinctly series  (131)Syncfusion  (882)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (49)Windows Forms  (61)WinUI  (68)WPF  (157)Xamarin  (161)XlsIO  (35)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (146)Chart  (125)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (62)Development  (613)Doc  (7)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (37)Extensions  (22)File Manager  (6)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (488)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (41)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (368)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (30)Visual Studio Code  (17)Web  (577)What's new  (313)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)

Mobile App Onboarding with Xamarin and Syncfusion

The following blog is a closer look at mobile app onboarding by Malcolm Jack, originally posted on his Medium and Blogspot pages. You can follow him on Twitter at @InquisitorJax. More information about Syncfusion Xamarin controls is available here.

In my previous post, I talked about how awesome Xamarin is for creating cross-platform mobile apps. I’ve been thinking a lot about customer onboarding recently, so I thought I’d do another proof of concept app to illustrate it using Xamarin.

As before, I prefer using real companies to illustrate the point. I’m a big fan of Highrise, and how they build product, so I thought they’d make a good candidate this time around, especially since they’re pretty transparent about their processes and value proposition, so it was pretty easy to generate content.

Here’s a quick walkthrough of the result:

https://www.youtube.com/watch?v=8QIpoZFGif0

So I’m not going to go into too much technical detail here—if you want to check out the source code, check out the GitHub repo. Instead I’m going to break down the app page by page:

The Splash Page

There’s nothing great about the Android splash screen, except to note that it’s a 9-patch image, which scales and stretches no matter what orientation or screen size the device is.

The Welcome Page

This page is really the main point of doing the proof of concept. It’s the first thing potentially new customers will see, so it really needs to sell your value proposition. Highrise recently went through a jobs-to-be-done exercise with their customers, and came out with three main points, which you’ll now find on their homepage. So it makes sense to have this on the landing page, along with sign up/sign in options. (Here’s another example of this pattern from Charlin Agramonte). As in Charlin’s example, and this one, it’s a good idea to have some sort of movable media to draw the user’s attention. In this case I’m using the wonderfully cross-platform Lottie Animation Xamarin Bindings from Martijn van Dijk.

simple crm

Simple CRM HighrisePoints of interest on this page:

  • Xamarin.Forms animation is used to sequentially animate the buttons and Learn More About Highrise controls.
  • The layout and logo image sizing are adaptive to the orientation of the device.
  • The Syncfusion rotator control is used to automatically cycle through the value proposition animations.
  • A Learn More link in case the user needs some more information before submitting credentials—such as pricing, etc.

 

The Sign In/Sign Up Page

These pages are pretty basic. Keep it simple. Animations are purposefully left out of this page as they would detract from the important info, which is the data entry.

Highrise

Points of interest:

  • Making use of the floating label design pattern for data entry. This increases the available real estate when working with entry controls.
  • The button animates in to draw attention to the text. Don’t worry—it doesn’t flash, that’s just the gif animation recycling :P. (Syncfusion editor’s note: We are currently not able to post animated GIFs on our blog. You can view the animated GIF here.)
  • The logo becomes invisible when the device is in landscape mode to ensure enough real estate for the entry fields.

 

The Landing Page

Okay, so the user made it through the signup process, but still has no idea (or at least very little) what the app can do. The idea conveyed here is to guide the user with visual queues, and get them to do the simplest action that is the main value proposition of the app. In this case it’s creating a contact.

Recent Activity

One other thing I wanted to play around with was gamification. So once you’ve created that first contact, the app gives an immediate reward of unlocking your first achievement, along with links to other help topics and features the user may find useful.

First Contact

The other thing to be aware of, is giving your users opportunities to share their app experience via social messaging. The landing page has a generic “I think Highrise is awesome” share button in the toolbar, and each user achievement has an “I just achieved X with Highrise” share link.

Some More Links for Related Reading

  • Lottie Animations Step by Step in Xamarin Forms
  • LottieFiles—Free Lottie animations
  • Bring Stunning Animations to Your Apps with Lottie
  • Xamarin Android 9-Patch Image Splashscreen
  • Mobile App Gamification: 5 Main Things to Consider
  • Adaptive UI with Xamarin.Forms
  • Syncfusion Xamarin Controls

I used the Rotator and ListView (with left and right swipe actions) controls for this project. I also added an animating radial menu control to the contact page, but it’s not working atm.

  • Highrise—Simple CRM
  • Highrise CEO Nathan Kontny YouTube channel where he talks all things product

Have any thoughts on mobile app onboarding? Share them in the comments on Medium or Blogspot.

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed
Scroll To Top