Have any one checked on how to use the auto retriever api from google in Xamarin.Forms PCL app? because now we cannot use the read sms permission to auto fetch the otp. So is there any help upon this?
Google's Read SMS Permission
how to open image in webview in xamarin forms
i am using xamarin forms i want to display image in webview for android any help ? its urgent
What is equivalent to LayerDrawable.SetLayerInsetRight in versions before 23?
I am developing custom renderer for android and using LayerDrawable.SetLayerInsetRight
method and works fine but that method is added in API level 23 and I am wondering what is equivalent to it in versions before 23?
What is equivalent to Android.Widget.ListView.NestedScrollingEnabled in versions before 21?
I am developing custom renderer for android to enable the nested scrolling for a ListView
and I'm using Android.Widget.ListView.NestedScrollingEnabled
attribute and it works fine but that attribute is added in API level 21 and I am wondering what is equivalent to it in versions before 21?
Responsive UI, Ripple animation, ImageButton, Tapable layout etc.
Hi all,
Responsive UI in xamarin forms - there is an easy way to achieve it!
On touch you can change:
Background image
Background color (animated or not)
Opacity (animated or not)
Scale (animated or not)
Ripple animation is supported
https://github.com/AndreiMisiukevich/TouchEffect (good documentation is there)
TouchView | TouchImage | TouchFadeView | TouchColorView package
Hi all, let me introduce new plugin for Xamarin.Forms development.
https://github.com/AndreiMisiukevich/TouchEffect
This plugin allows developers to create UI-responsive controls/layouts with touch effect (fade control, change image source, change background color)
I will appreciate any feedback)
ExpandableView nuget package
Hi all
Just created a nuget package which provides opportunity to create expandable views.
Custom context menu for ViewCell
Hi guys)
Let me introduce my new open-source plugin for Xamarin.Forms
https://github.com/AndreiMisiukevich/ContextMenu
This plugin provides opportunity to create viewCells with custom right-view-context.
...
also you can check my cardsView plugin (CarouselView etc.)
https://github.com/AndreiMisiukevich/CardView
Where is my database
I am using VS 2017 Xamarin Forms with SQLite.
My database path is: /data/user/0/com.companyname.QRep/files/.local/share/QRepDB.db3
I am having trouble inserting a record. On the simple tables it works fine but on the more complex table (21 fields) the insert fails with no error message. I would like to inspect the database using SSMS but cannot locate it on mt machine.
Any help will be appreciated.
How to create a camera app in xamarin app
Suggest best ways to create a camera app, and best plugins available for using cama in xamarin forms cross platform app
Using RelativeLayout.BoundsConstraint?
Hi,
Any documentation on how to use RelativeLayout.BoundsConstraint
, the official doc doesn't mention anything about it!
Hover Effect is not working properly on button in Xamarin UWP
I tried to add a hover effect for a button.
Following code shows a custom class created in UWP
[assembly: ResolutionGroupName("MyCompany")]
[assembly: ExportEffect(typeof(FocusEffect), "FocusEffect")]
namespace EffectsSample.UWP
{
class FocusEffect : PlatformEffect
{
protected override void OnAttached()
{
try
{
(Control as Windows.UI.Xaml.Controls.Control).PointerEntered += pointer_Entered;
}
catch (Exception ex)
{
Debug.WriteLine("Cannot set property on attached control. Error: ", ex.Message);
}
}
private void pointer_Entered(object sender, RoutedEventArgs e)
{
(this.Control as Windows.UI.Xaml.Controls.Control).Background = new SolidColorBrush(Colors.Red);
}
protected override void OnDetached()
{
}
}
}
Effect is added to button in xaml like below:
<Button Text="Button">
<Button.Effects>
<local:FocusEffect />
</Button.Effects>
</Button>
The issue is that background is not changing on Pointer Enter Event. Instead it changes on Pointer Exit.
Any help will be appreciated!
Change google map info window text when it is appearing
my current situation that i want when user click on marker i send a request to get clicked position address and show it in the info window it working for IOS but android has problems
hey guys, how can i implement a scratch screen or scratch ticket using skiasharp in xamarin forms
i have to overlay two canvas , so when i rub or drag my finger on the canvas then the second canvas or may be any image should appear in the area that i have rubbed ...Basically i want to achieve a scratch ticket effect, how can i achieve this
Thanks in advance
How to export/save the keystore files from MAC
I am using MAC visual studio for xamarin forms app development. I am trying to take a back up for my android keystore files.
I found the keystore files at /Users/[username]/Library/Developer/Xamarin/Keystore/ in my MAC using keystore explorer. How can I export or save the keystore files from here? Copy/paste, drag and drop and export options are not working.
Anyone, please tell me a way to export the keystore files from MAC?
Run On Android Device Fails
The first thing this app does is create a SQLite entry and the app immediately fails when running on a real device with the "unfortunately stopped" message. From the ADB error list, it looks like it is failing on SQLite / so access. It didn't prompt for Storage permissions, but I added that and it still fails. This runs fine in the emulator. Any ideas or suggestions?
How can i Implement a chat application by using signalR in xamarin forms
How can i Implement a chat application by using signalR in xamarin forms
How to worked Configure ADAL with Intune App SDK and SSO?
I have follow this Link but set pin page is open after ADAL Authentication but enter four digit pin Enroll page was not open.
FLow of app on launch is:
Login(Auth ADAL)
Set PIN
1 and 2 both step are done
we need open Enter PIN Page Every time "If app is closed and again launch from icon on device (Every time close and open)"
1.Enter PIN
filter list using name
I have to filter list using name.
In my listview I have name and ID.
I have to filter the list using name enter by user.
I'm not going to use the searchbar.
How can i Implement a chat application by using signalR in xamarin forms
How can i Implement a chat application by using signalR in xamarin forms
Thanks in advance!!