Android app icon doesn't look the way it should - image

I am about to add an icon to my android app.
I use the image assest feature in Android studio, follow all the steps, and run my app in my phone (Android Oreo), but the problem is that the image appears really focused in the round icon.
Thank's in advance

Try using going to this website . Go to launch icon generator and import the image you want. Download the zip file and extract it into your project. I tried this with the picture you provided here and it works for me. Let me know if anything else pops up.

Related

Local Notifications Plugin - Image/Logo

I'm using Local Notifications Plugin for Xamarin, in a Xamarin Forms app.
(https://github.com/edsnider/LocalNotificationsPlugin)
I got it working, but I have a question about the logo beside the notification.
I doesn't understand the readme on GitHub.
Does anyone know how to change it?
(Both on Android and iOS).
Android Image
(I'm not allowed to post more than 2 links that's why I can't send pic on iOS)
Thanks!
Add the icon you want to use to your Android project (under the Resources folder). Make sure the Build Action is set to AndroidResource, this should be done automatically.
Then somewhere in your Android project, probably the MainActivity is a good place, add this line: LocalNotificationsImplementation.NotificationIconId = Resource.Drawable.YOUR_ICON_HERE.
Of course at the place of the YOUR_ICON_HERE you should enter the identifier of your icon, which is probably the filename without its extension of the file you added.
The Following are the steps to follow to change the icon in a flutter local Notification.
Resize the image you want to put to 72 x 72
Transfer the image into the Android-app-src-main-res- drawable folder.
Change the default icon of the Application in the AndroidManifest file to that you put in the drawable folder
Rerun the application and test the Flutter Local Notification and see if the changes appear.
Here are the results

xamarin studio - android emulator not launching application

I am trying to launch a simple application with some labels and images on the content page, but when the android emulator starts it opens the application and shows only a white page with nothing on it. However, if I run the iOS simulator it shows the label and images. So I wonder if there is something that is preventing the page from loading? I am using Xamarin Forms in Studio on Mac.
Can you try it in a fisical device ?
Just to know if your emulator has an error...
Are you sure you have an StackLayout or another container for the label and entry ?
Hope you solve it...

app icon is missing for iTunes app accelerator in Xcode Organizer (appcelerator)

When I build my titanium app in appcelerator, the app icon is missing from the organiser when I build it for app store submission
How can I resolve this thanks
Edit:
In itunes connect, this is how it appears after I select the build:
Icon is missing.
Yes we need to have the iTunesArtwork(512X512) and iTunesArtwork#2x(1024X1024) in the folder Resource->iphone-> here we need to have that 2 files.
I've met the same problem recently. I don't know the real reason behind that, but I find that if I change the extension of the image file directly from jpg to png, the AppIcon will not show in the organizer. However, if I open the image with the preview application, export png version of the image and add it to Xcode, the AppIcon will show in the organizer.
Hope this will be helpful for you.
Do you have the iTunesArtwork and iTunesArtwork#2x images in the root of your Titanium project? They are simply png images without the extension. They go in the same folder as the tiapp.xml.
Check alpha channel for all app icons. If alpha channel is exist then just remove alpha channel and then try it.
Thanks
For iOS Only
If you are using Ti SDK >= 5.0.0 GA you must make an Icon called DefaultIcon.png and Ti will make all icons you want automatically !.
You are recommended to add a 1024 x 1024 PNG image, named DefaultIcon.png placed in the project's root folder, which is used to generate all or only omitted icons for the project. New Titanium projects will have the DefaultIcon.png file.
Reference https://docs.appcelerator.com/platform/release-notes/?version=5.0.0.GA
For iOS and Android http://ticons.fokkezb.nl/ it`s awesome tool from https://stackoverflow.com/users/4626813/fokke-zandbergen

Phonegap Build Windows Phone change pin to start text

So i've been building a windows phone app with phonegap build. I'm using the config.xml file. Does anyone know how to change the pin to start text?
This may not be relevant to Phonegap Build but I had exactly the same problem when building a WP8 app locally. I found the only way to change this is by doing the following:
In your Phonegap project, open platforms\wp8\Properties\WMAppManifest.xml in a text editor.
Change the value of Title.
Un-pin the app and then re-pin. The title should now be updated.
This doesn't feel like the right way to do this but changing the PhoneGap config.xml doesn't seem to make any difference.

Launch image doesn't update in xcode 4.5 with Cordova 2.1

I'm using Xcode 4.5, Cordova 2.1 , iPhone4 (IOS6). Adding launch image is pretty simple -- just drag the image to the Project->Summary->Launch Images window.
So I set a launch image before and it worked. But when I dragged a different image and run the app on my iPhone again, the launch image still remain the same as the old one. Even after I delete the launch image from the Launch Images window, the old image still shows up upon launching.
I've tried clearing the build as well. And I have try to delete the app in my devices.In the simulator it works well.But in my iPhone4(with ios6) it doesn't.I have tried this again and again.But I can't find the solution.
In before,I often use my images to change the default launch images in the folder.But this time,it doesn't work.
Does anybody know the solution of this problem?
You have to change these images in your project
Splash/Default#2x~iphone
Splash/Default~iphone
Either be sure to have the option of splash screen in Cordova.plist, AutoHideSplashScreen to YES.
But putting my images in the right format works fine.
For me it display firstly an image full screen, and then the image of splash directory.
"The launch image remains the same as the old one" - this is unfortunately not a Cordova thing, there's just something screwy going on with Xcode and your device. Try rebooting it. For the Simulator, sometimes it fixed it for people once they Reset the simulator as well.
Finally I solve this problem by myself.Follow these steps and hope that you would success.
1,Prepare your image files and add into the project folder.Remember that you should use xcode to add your files in to the Group.
2,Edit your info.plist file.Add a key -> "Launch Image" , Value -> "[Your File name]"; key -> "Launch Image (iPhone)" -> "[Your File Name]";
Try to test your project.If it doesn't work,you should edit your CDVViewController.m.(It is in the CordovaLib(Cordova Lib -> Classes -> Cleaver -> CDVViewController.m ).
3,Replace "Default" as your File name in CDVViewController.m
Ok.It works now.
(P.S where the default png files come from ... ? :-( )

Resources