Tizen mobile splash screen - xaml

Would you please let me know how we can set splash screen in Tizen Mobile App? I tried Tizen-manifest. XAML file in splash screen section but when I run the app the visual studio 2017 will close immediately.

Have you successfully added the image resource on Splash screen section ?
1-> Copy the Image ('png' format) to 'Project.Tizen folder' > shared > res
2-> In Visual studio, Right click over xyz.Tizen Project > shared >res in Solution Explorer. Then Add> Existing item > png Image
3-> tizen-manifest.xml > Advanced Tab > Splash Screen >Add
Then the manifest would look something like:
One thing in concern now is the AppControl Operation.
I have not seen any complete Guide on Tizen.NET AppControl Operations yet. Please check out the existing API reference links related if you can manage some clue:
Tizen Platform Specific API: Application
Tizen Platform Specific API: AppControl
Tizen Platform Specific API: AppControlData
Tizen Platform Specific API: AppControlOperations
Otherwise, As workaround you can always try adding additional Xamarin.Forms. Page in the very beginning to generate manual splashScreen Experience.

Related

Recent apps icon in React-native

I changed the default app icon and it appears fine in the app drawer, but on Android 8.0's recent apps the icon is still the default one.
Also when I try to uninstall the app, the Alert windows that opens contains the dafault react-native icon.
I tried looking on other posts and found this comment, but I already set those and even created a mipmap-ldpi (36x36) icon, but it still remains the same.
How can I change these icons?
I'm using React-native 0.59.1
For Android 8.0 and Above Adaptive Launcher Icon are used and for Versions below Android 8.0 we use Legacy Launcher Icon
You can try try to update icons using Image Asset Studio -
To start Image Asset Studio, select Android in the Project Window. Right click on the res folder and select New > Image Asset. You have now opened Image Asset Studio. You can now create an Adaptive Launcher Icon or Legacy Only Launcher Icon as per your requirement by selecting Icon Type.
You can refer to this link for more information.
Hope it works !

How to add an app icon to a react-native project without using any npm packages or 3rd party libraries? Is it even possible to do so?

I am trying to add an app icon to a react-native application and am not able to do so also could hardly find anything about this in the documentation or any other sources which I am able to implement successfully.
Got this one working by using react-native-icon Package but is there Something like a single command to get icons configured into the respective folders when they are created using react-native eject command.
The app icons are controlled from the native side of the project.
You can set them up from Xcode or Android Studio fairly easily.
Perhaps take a look at Xcode 9 - Add an App Store icon and Set icon for Android application
use android asset studio
drag and drop your icon and change filters if you like and then download it.
Unzip it and then replace your res icon folder with this one
indepth tut tutorial

Titanium: Open a URL in a browser window without leaving app on Android

In quite a few Android apps (e.g. Stack Exchange, Slack), when you open a link it appears in a browser, but as a part of the app (i.e. not on the Google Chrome browser or a WebView).
For example:
When opening a link on Stack Exchange Android App
When opening a link on Slack Android App
Note that both looks quite similar, so it indicates to me that Android has some kind of feature to do this (like SafariDialog for iOS). Not just a WebView.
How can I do this for a Titanium app on Android.
Here's the new module for Android to show web-urls like the ones in Slack app:
https://github.com/prashantsaini1/ti-chrometabs
Refer the documentation, it's very simple to use with just 2-3 lines of code.
Note: This module is a part of core-sdk now released from Titanium SDK 7.5.0+ You can directly import this module using ti.webdialog.
Refer this new link - Titanium Web Dialog

Does applecelrator titanium have powered by appcelerator splash screen or other watermarks?

I am new to app development and I am really looking for the best software to build apps. I wanted to know if appcelerator has any watermarks included for the free version. I saw the old ide but I am not sure if the new ide has the same watermark/splash screen.
There are no watermarks embedded in your app when using the Indie Seat license (free version).
When you create a new mobile app (File > New Project) there will be some default splash screens (required by apple/android) with the Appcelerator logo in the appropriate os-named folder. You simply need to create your own splash screens and replace the defaults.
Appcelerator is a great choice if you you know javascript, or start with Xamarin if you are a C# guy.

.axml file live previewer for Xamarin

The preview for Xamarin's android development is in a word, unkind. It has to re render the view everytime and isn't as smooth as the Android studio one.
I keep hearing about XAML previewers. Why can't I preview my .axml files using these applications?