Android app made with beeware : How can I change the default beeware icon with my own? - beeware

I can not change default beeware icon in my app made with beeware
beeware icon always shown when I run my app on my android device

Related

Xcode Widget Extension Cannot Preview in WatchOS

I am adding a Widget Extension (named Complication) to my WatchOS app. When creating the widget, I am not able to select an application in the field "Embed in Application". The app name shows up, but I can only select "None".
When I want to preview the widget, the following error message comes up:
AppExtensionNeedsContainingAppError:
ComplicationExtension.appex must be in an app
The app extension "ComplicationExtension.appex" needs to be embedded
in an app in order to use previews
What can I do to get it to work? I added the app in the Target Membership but that does not work. What am I missing?

Xamarin app for android and IOS with multi-menu

So I was trying to make an android and IOS app in Xamarin, with an SSO login system and then some other pages. The thing is, I want a menu that is accessible everywhere, screen:
As you can see, on every single page there is a hamburger menu, is this possile, and how?

Xcode Simulator For iPad app displays zoomed in like and iPhone app

I created a brand new Xcode project using the master detail template. Just running the project off the bat my Xcode simulator runs all iPad devices in the below format.
It looks like an iPhone app is being ran on an iPad. In the bottom right corner there is a 1x button. When clicked it turns into a 2x button.
I've reset all device and settings in the simulator and changed the project to run on on other iPad devices but still having the issue. Again this is an out of the box project with no adjustments made. Ive attached a screenshot of what it looks like.
Did you check this setting in the "general" tab in your project build settings is set to iPad instead of iPhone?

iOS - App icon is not showing in Watch Companion app

For some reason my icon of app has never appeared in companion app for Apple Watch.
Icon is appearing in iPhone and Apple Watch Dashboard.
I have provided 58*58(29*29#2x) and 76*76(29*29#3x) which are required for Companion Settings.
From Target Watch, i have selected my asset for Apple Watch.
After doing all that still the icon is not appearing in Companion Settings. What i need to do to make it appear?
The WatchKit does not share the Images.xcassets file from the main target app.
When adding a WatchKit to your project, it will create 2 folders <projectname> WatchKit Extension & <projectname> WatchKit App.
You will need to add the Icons for the watch in the Images.xcassets file in the WatchKit App folder.
This should solve your problem.
I didn't find anything regarding this issue elsewhere. Resetting the iPhone and Watch 1-2 times solved this problem.
I found my project show watch companion app icon right on iOS9.2, but doesn't show the icon on iOS9.1. you can update you IOS version to 9.2,then check if the icon show.

On Android, app jumps back to default Page on orientation change

I tested my Xamarin.Forms app on iOS and Android and found this difference when I change the orientation of the mobile device:
On iOS, the app keeps the current page
On Android, the app seems to restart using the default page (or probably pop all pages except the first one).
Since I've never seen this behavior in another Android app, I'd like to disable it. Moreover, I don't think that this behavior is Android default.
Which property do I need to set the make the Android target behave as the iOS target?
Did you checked ActivityAttribute of your MainActivity? it should specify ConfigChanges.Orientation.
something like this
using Android.Content.PM;
[Activity(Label = "%Your app name%", MainLauncher = true, ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize)]
If ConfigChanges.Orientation is not set OS will recreate Activity on orientation change. And if it set, it indicates that you will manage orientation changing for yourself.

Resources