Update 2017-04-05-BurganBank.md
Fixed some spacing issues.
This commit is contained in:
Родитель
fff8b702bf
Коммит
951a52f26f
|
@ -7,7 +7,7 @@ author-link: "https://twitter.com/ikivanc"
|
||||||
date: 2017-08-11
|
date: 2017-08-11
|
||||||
categories: [Mobile Application Development with Xamarin]
|
categories: [Mobile Application Development with Xamarin]
|
||||||
color: "blue"
|
color: "blue"
|
||||||
image: "images/burgan/fab-menu-screen-tile.gif"
|
image: "images/burgan/uiux-tile.png"
|
||||||
excerpt: Burgan Bank, together with Microsoft, used Xamarin to develop a fully functional consumer mobile banking application.
|
excerpt: Burgan Bank, together with Microsoft, used Xamarin to develop a fully functional consumer mobile banking application.
|
||||||
language: [English]
|
language: [English]
|
||||||
verticals: [Banking & Capital Markets]
|
verticals: [Banking & Capital Markets]
|
||||||
|
@ -27,6 +27,8 @@ The first considerations for cross-platform development technologies are user ex
|
||||||
>
|
>
|
||||||
>— Murat Çetin Sav, CIO, Burgan Bank
|
>— Murat Çetin Sav, CIO, Burgan Bank
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
**Key technologies used:**
|
**Key technologies used:**
|
||||||
|
|
||||||
- [Xamarin.Forms](https://www.xamarin.com/forms)
|
- [Xamarin.Forms](https://www.xamarin.com/forms)
|
||||||
|
@ -132,6 +134,8 @@ Burgan Bank created an account on GitHub to share their learnings. They also wan
|
||||||
|
|
||||||
Burgan Bank used the same customized look and feel for both platforms. To implement these kinds of modifications, they dived deep into XAML code. XAML is a markup language for Xamarin.Forms projects.
|
Burgan Bank used the same customized look and feel for both platforms. To implement these kinds of modifications, they dived deep into XAML code. XAML is a markup language for Xamarin.Forms projects.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
>"We're proud of sharing our Xamarin learnings with other developers. [BurganBankUIKit GitHub Project](https://github.com/BurganBankMobile/BurganBankXamarinUIKit) is available on GitHub for all developers."
|
>"We're proud of sharing our Xamarin learnings with other developers. [BurganBankUIKit GitHub Project](https://github.com/BurganBankMobile/BurganBankXamarinUIKit) is available on GitHub for all developers."
|
||||||
>
|
>
|
||||||
>— Hıdır Keser, Digital Channels & Innovation Division Manager
|
>— Hıdır Keser, Digital Channels & Innovation Division Manager
|
||||||
|
@ -321,12 +325,16 @@ The team configured Azure Notification Hubs for Android and iOS with the help of
|
||||||
- [Get started with Notification Hubs with Xamarin for Android](https://docs.microsoft.com/en-us/azure/notification-hubs/xamarin-notification-hubs-push-notifications-android-gcm)
|
- [Get started with Notification Hubs with Xamarin for Android](https://docs.microsoft.com/en-us/azure/notification-hubs/xamarin-notification-hubs-push-notifications-android-gcm)
|
||||||
- [iOS Push Notifications with Notification Hubs for Xamarin apps](https://docs.microsoft.com/en-us/azure/notification-hubs/xamarin-notification-hubs-ios-push-notification-apns-get-started)
|
- [iOS Push Notifications with Notification Hubs for Xamarin apps](https://docs.microsoft.com/en-us/azure/notification-hubs/xamarin-notification-hubs-ios-push-notification-apns-get-started)
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
<img src="{{ site.baseurl }}/images/burgan/notificationhub.png" alt="Burgan Bank Azure Notification Hub">
|
<img src="{{ site.baseurl }}/images/burgan/notificationhub.png" alt="Burgan Bank Azure Notification Hub">
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
From the Burgan Azure Notification Hubs settings, the team entered a project ID for Android and uploaded a .p12 certificate for iOS. Then the team took the connection strings to register the app to both receive and send push notifications.
|
From the Burgan Azure Notification Hubs settings, the team entered a project ID for Android and uploaded a .p12 certificate for iOS. Then the team took the connection strings to register the app to both receive and send push notifications.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
<img src="{{ site.baseurl }}/images/burgan/notificationhub1.png" alt="Burgan Bank Azure Notification Hub">
|
<img src="{{ site.baseurl }}/images/burgan/notificationhub1.png" alt="Burgan Bank Azure Notification Hub">
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче