Custom payment screen for paypal android sdk - android-custom-view

i integrated paypal android sdk in our application and want to customize the payment screen i.e. action bar text, color and payment button text and color there seems to be no direct api to set color or sdk.

Sorry, the User Experience cannot be customized in the way that you would like. I recommend taking a look at Braintree v.zero for a more customizable user experience.

Related

Adding tabs with roles inside custom app in Microsoft teams

I have added custom app in Microsoft teams. Currently, there are three tabs abc, chat and about. I need to hide abc tab from users.it should be visible only to Admin.
How to do it?
User-role based hiding tabs are not supported currently. You can suggest this feature at Microsoft Feedback portal.

Navigation Options for Teams Bot Messaging Extensions Search similar to the new built in Stickers App?

Search-based messaging extensions are limited to the UI experience they can provide. One can create multiple search lists in the same extension popup using navigation options horizontally against the top of the display. On the other hand task module based messaging extensions can work with embedded web controls and have full control of the UI.
The new (meaning currently shipping) Stickers app in the Teams client (ability to search for and inject stickers in a conversation) seems to have navigation capabilities not documented? It appears to be a search-based messaging extension due to how it appears in the UI (i.e it is not task module based, as it is not a modal window that appears inside the chat window)
The code available at https://github.com/OfficeDev/microsoft-teams-stickers-app is for the older app and does not implement the current shipping stickers apps UX.
Any pointers on how to get the same left hand side navigation tab experience?
Currently, this feature is not available publicly.

How to implement Search members functionality (Similar to Praise App) in Adaptive Card invoked via MS Team's Message Extension feature

I am working on MS-Team App which has features similar to Praise(Default app). This app will have "Message Extension" capability which will enable user to invoke it from bar/compose section and will show a wizard. The wizard is implemented through task/fetch-continue-submit workflow.
My question is that in Praise app, I can see a functionality of searching users and then adding it to a list(See attached image). I think that is built inside Adaptive Card but I don't see any such control/event in adaptive card to implement same thing. So how they have implemented it or there is something I am missing?
I don't think you can do this with adaptive cards and will need to make your own custom UI to display via a task module response.
Over at the adaptive cards feature portal, you can vote for this as a feature to add: Dynamic searchable select menu (like select2)
(I also would very much like to do this in an adaptive card from a messaging extension, so I'll be interested to hear if anyone else thinks there's a way to do it.)

Hide the soft keyboard in Facebook Messenger Bot

Hi I'm writing a Facebook Messenger bot that has a few nice looking card actions - that end up taking up a large portion of the chat window. The problem is that the soft keyboard on phones such as iPhone and Android still displays, constraining the visible area of the chat to an even smaller window, obscuring the card.
Is there a way I can send some sort of specific JSON down in my bot messages to indicate to FB Messenger that the keyboard should be hidden until the user clicks back into the message entry area?
Thanks.
One option could be is using the Persist Menu feature and set the composer_input_disabled property to true.
From the docs:
Disables the Messenger composer field if set to true. This means your
bot can only be interacted with via the persistent menu, postbacks,
buttons, and webviews.
Some useful links:
Microsoft Bot Framework .NET - Add a persistent menu to your Facebook Messenger chatbot
Adding Menu and Buttons to your messenger bot
Add Persistent Menu and Buttons to your messenger bot
As Ezequiel pointed out. You can use the persistent menu feature for Facebook Messenger. If you are using the .NET SDK check out the sample I created:
https://github.com/FranciscoPonceGomez/Persistent-Menu-Facebook

Custom ActionSheet Xamarin Forms + Prism

I am doing cart program. What I wanted to do is when a user clicks on a item it needs to display a custom action sheet where user can enter the quantity for that item.
At present I am doing with 2 pages. Once user clicks it will navigate to another where user can enter the quantity.
I can do it with Xamarin Android. However I don't have an idea how can I achieve it with Xamarin Forms and Prism.
Any guidance will be most welcome.
also this doesn't work for me.
Xamarin Forms/Prism Custom Popup
Neither the ActionSheet or the ActionSheet are directly customizable since the Prism service just abstracts the call to the underlying Xamarin Forms DisplayAlert or ActionSheet methods. There is preview of a Plugin for providing custom ActionSheets and AlertDialogs using a customized PopupPage. You can checkout the Prism.Plugin.PageDialogs on GitHub.

Resources