<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Creating Your App: Published Ordered Knowledge Base: : | Andromo Support</title>
    <description>Published Ordered Knowledge Base: Creating Your App</description>
    <generator>Helprace RSS</generator>
    <link>https://support.andromo.com/kb/s1-general/knowledgebase/c2-creating-your-app?format=rss</link>
    <item>
      <title>App Info</title>
      <description><![CDATA[<p>The first step in creating your project is describing your app and selecting an application icon.</p>
<p></p>
<p>Basic App Information</p>
<p>App Name The App Name is the name that will be shown on the action bar on top of the dashboard and underneath your app icon. Below is an example using the App Name "Redline News."</p>
<p></p>
<p>App Version The version number allows you to keep track of releases of your app. Once you release your app to the public you will want to increment this version number each time you distribute a new version (1.0.0, 1.0.1 etc.). If your app is in Google[_cuted_]</p>]]></description>
      <pubDate>Mon, 03 Jun 2019 14:18:46 +0000</pubDate>
      <link>https://support.andromo.com/kb/i84-app-info</link>
      <guid>https://support.andromo.com/kb/i84-app-info</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>The first step in creating your project is describing your app and selecting an application icon.</p>
<hr>
<h4><b>Basic App Information</b></h4>
<p><b>App Name</b>
<br>
The <i>App Name</i> is the name that will be shown on the <i>action bar</i> on top of the dashboard and underneath your app icon. Below is an example using the App Name "Redline News."</p>
<p><img src="//s3.amazonaws.com/chd-data/data/andromo/items/84/media/app_info_action_bar_normal.png" alt="" data-file="___chdfid_2777___"></p>
<p><b>App Version</b>
<br>
The version number allows you to keep track of releases of your app. Once you release your app to the public you will want to increment this version number each time you distribute a new version (1.0.0, 1.0.1 etc.). If your app is in <i>Google Play</i>, this will let people know that a new version is available.</p>
<p><b>Target Market</b>
<br>
Use this setting in order to build a version of your app that will target a specific marketplace. The setting controls destination links for Google Play activities, PDF dependencies, share text, etc. so they point to either Google Play or the Amazon Appstore. More information can be found in the <a href="https://support.andromo.com/i49-making-kindle-fire-apps-with-andromo">Making Kindle Fire apps with Andromo</a> knowledge base article.</p>
<ul>
<li><b>Google Play: Android Phones and Tablets</b> – Select this when you are building your app for distribution in Google Play. Share links and Google Play activities will always use Google Play links.</li>
<li><b>Amazon Appstore: Kindle Fire and Kindle Fire HD</b> – Select this when you are building your app for distribution through the Amazon Appstore. Share links and Google Play activities will use Amazon Appstore links. <b>Note:</b> This must be selected for approval in the Amazon Appstore.</li>
<li><b>Samsung Apps: Android Galaxy devices </b>– Select this when you are building your app for distribution through the Samsung Apps app store. Share links and Google Play activities will use Samsung Apps links. <b>Note:</b> The Samsung Apps store only allows deep linking using package names, the “Showing all of your Apps” and "Using a General Search Query" Google Play Activity options are not supported when targeting Samsung apps.</li>
</ul>
<p><b>Category</b>
<br>
This describes what category your app falls into. Choose the category name that best describes the content in your app.</p>
<p><b>Package Name</b>
<br>
This allows you to select which default package name will be used for the app.</p>
<p>Switching between the standard and alternate package names can be useful if you want to build a second version of your app with small modifications -- for example, an ad-free version of your app. It can also be useful if you need to relaunch your project as a "new" app in Google Play, with a different package name.</p>
<p><b>What is a package name?</b>
<br>
The package name is a string of text that serves as a unique identifier for the app. For example, the package name is used in the URL when linking to an app in Google Play.</p>
<p>Each app in Google Play must have its own package name. Once an app has been uploaded to Google Play, its package name is "locked in" forever -- you will always need to use that same package name to update the app, and no other app will be able to use that package name.</p>
<p>If you changed the package name and rebuilt the app, Google Play would see it as a different app, because of the package name.</p>
<p>When you start an Andromo project, two unique package names are generated for you. The default package names begin with either "com.andromo" or "net.andromo" followed by a unique developer id and project id.</p>
<p>You can override the default package names if you are on the Professional subscription plan:</p>
<hr>
<h4><b>Professional Features</b></h4>
<p>This section contains professional features. They can only be used if you have a <a href="https://support.andromo.com/i60-andromo-professional-subscription">Professional subscription</a>.</p>
<p><b>Custom Package Name</b>
<br>
<i>Only available with a Professional subscription.</i></p>
<p><b>WARNING:</b> Leave this blank unless you are 100% sure of what you are doing and why you are doing it.</p>
<p>Anything you enter will be used as the package name for your Android app. More information on this setting can be found in the package section of the <span style="background-color: #ffffff;"><a style="background-color: #ffffff;" href="http://developer.android.com/guide/topics/manifest/manifest-element.html" rel="nofollow">Android Manifest documentation</a></span>:</p>
<blockquote>
<p><span style="color: #808080;">A full Java-language-style package name for the application. The name should be unique. The name may</span>
<br>
<span style="color: #808080;">contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_'). However, individual</span>
<br>
<span style="color: #808080;">package name parts may only start with letters.</span>
<br>
<br>
<span style="color: #808080;">To avoid conflicts with other developers, you should use Internet domain ownership as the basis for your</span>
<br>
<span style="color: #808080;">package names (in reverse). For example, applications published by Google start with com.google. You</span>
<br>
<span style="color: #808080;">should also never use the com.example namespace when publishing your applications.</span>
<br>
<br>
<span style="color: #808080;"><b>Caution: </b>Once you publish your application, you cannot change the package name. The package name</span>
<br>
<span style="color: #808080;">defines your application's identity, so if you change it, then it is considered to be a different application</span>
<br>
<span style="color: #808080;">and users of the previous version cannot update to the new version.</span></p>
</blockquote>
<p>It is not necessary to change the package name, and most users will never see the package name. However if you want to change your package name to follow <span style="background-color: #ffffff;"><a style="background-color: #ffffff;" href="https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions" rel="nofollow">package naming conventions</a> </span>or change it for a customer you can.</p>
<p>You also must avoid reserved Java keywords when creating your package name. You can find a list of these in the <span style="background-color: #ffff00;"><a style="background-color: #ffff00;" href="http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html" rel="nofollow"><span style="background-color: #ffffff;">Java Language Keywords</span></a></span> topic. If your package name includes any of these, it will fail during the build process.</p>
<p>If you leave this field blank Andromo will use a default package name in this format:</p>
<p><span style="background-color: #e6e6e6;"><code>com.andromo.devXXXX.appYYYY</code></span></p>
<p>Where XXXX is your User ID, and YYYY is the Project ID.</p>
<p><b>Note:</b> If you change your package name while you have a Professional subscription and then let your Professional subscription expire, you will not be able to update your app in Google Play, as the package name will revert to the default. Change this value with care.</p>
<p><b>Show Customized Text on About Dialog</b>
<br>
<i>Only available with a Professional subscription</i>.</p>
<p>Allows you to show custom text that will appear on the About dialog, which is accessible from the overflow menu on the app bar (in the top right corner of the screen).</p>
<p>Enabling this option displays the <i>About Dialog Text</i> field where you can enter the custom dialog text.</p>
<p><b>About Dialog Text</b>
<br>
The text you want to show on the About dialog. This can be useful for showing simple instructions, listing credits for the content you've used, or describing the changes in the latest version of your app.</p>
<p>This text supports some very basic HTML markup: <code><span style="background-color: #e6e6e6;">&lt;b&gt; for bold, &lt;i&gt; for italic, and &lt;a&gt; for hyperlinks</span></code>. (No other HTML is supported.)</p>
<p>Note: the user will be able to scroll the text if you enter more text than will fit on the About dialog at once.</p>
<hr>
<h4><b> License Agreement</b></h4>
<p><b>Show License Agreement</b>
<br>
Allows you to show a EULA to your users that they must accept before running your app. The dialog is shown when the user launches your app for the first time. If the user declines, the app with exit. See example screenshot below.</p>
<p><b>License Title</b>
<br>
The title to show on the license agreement dialog.</p>
<p><b>License Text</b>
<br>
The text you want to show on the license agreement dialog.</p>
<p>This text supports some very basic HTML markup: <code><span style="background-color: #e6e6e6;">&lt;b&gt; for bold, &lt;i&gt; for italic, and &lt;a&gt; for hyperlinks</span></code>. (No other HTML is supported.)</p>
<p><b>Example License Dialog</b>
<br>
Below is an example of how the dialog looks with some sample license text:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/andromo/items/84/media/app_info_eula_normal.png" alt="" data-file="___chdfid_2778___"></p>
<hr>
<h4><b>Launch Notice (EU User Consent Notice)</b></h4>
<p><b>Show Launch Notice</b>
<br>
Allows you to show a one-time notice the first time your app is launched. You can choose whether to show the notice anywhere in the world, or only within countries that are part of the European Union where an "EU Cookie Notice" needs to be shown.</p>
<p>You should use this to comply with EU privacy laws which require that you get consent or inform your users about any data collection, sharing, or usage that takes place within your app. See: <a href="https://support.andromo.com/i80-eu-user-consent-privacy-policy">EU User Consent.</a></p>
<p>The Launch Notice dialog is shown when the user launches your app for the first time. If <i>Show License Agreement</i> is enabled, the launch notice will be shown after the license agreement has been accepted.</p>
<p><b>Notice Title</b>
<br>
The title to show on the launch notice dialog.</p>
<p><b>Notice Text</b>
<br>
The text you want to show on the launch notice dialog.</p>
<p>This text supports some very basic HTML markup: <code><span style="background-color: #e6e6e6;">&lt;b&gt; for bold, &lt;i&gt; for italic, and &lt;a&gt; for hyperlinks</span></code>. (No other HTML is supported.)</p>
<p><b>European Union countries only (uncheck for Worldwide)</b></p>
<p>Allows you to restrict the launch notice to only be shown in countries that are part of the European Union where EU User Consent is required. If this option is unchecked, the launch notice dialog will be shown anywhere in the world.</p>
<p>The app will attempt to determine the user's country by using one of these methods, in the following order:</p>
<p>1. If it is a GSM phone, it will use the MCC reported by the mobile network (cell phone service provider).
<br>
2. If that fails, and an internet connection is available, it will perform an IP lookup.
<br>
3. If that fails, it will make an assumption based on the device language settings.</p>
<p>The check for the end user's country will not be repeated; once a country has been determined, that country will be used in the future, until the app is uninstalled or its data cache is cleared.</p>
<p><b>Example Launch Notice</b>
<br>
Below is an example of how the dialog looks with some sample notice text:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/andromo/items/84/media/launch-notice_normal.png" alt="" data-file="___chdfid_2779___"></p>
<hr>
<h4><b>App Icon</b></h4>
<p>The app icon allows users to easily identify your app on their phone/tablet in order to run it. It's shown in various places, such as their apps list, and when they're managing their applications. See example images below for the "Redline News" app icon.</p>
<p>&lt;<span style="background-color: #ffff00;">img src="/help/assets/1f44e78dbb7a59f7a43b8fc6b59f21b4645929a2/app_info_home_screen_framed_normal.png" width="40%" height="40%"</span>&gt;</p>
<p><br>
&lt;<span style="background-color: #ffff00;">img src="/help/assets/9785495642177d861cf8fc55e8a8c5a1ea0bcee8/app_info_app_list_framed_normal.png" width="40%" height="40%"&gt;</span></p>]]></content:encoded>
    </item>
    <item>
      <title>Styles</title>
      <description><![CDATA[<p>The Styles tab allows you to customize the look of your app by choosing settings and colors for various elements including the action bar. If you'd like to make changes to your style choices, you can always return to this area and edit your selections.</p>
<p></p>
<p>App Colors</p>
<p>Note: These colors do not affect Website, Custom Page, or HTML Archive content. Some application elements may contain their own color settings which override these settings.</p>
<p>Backgrounds The color that will be used as the background in your app for areas that don't contain their own color settings. For example, this color is used as[_cuted_]</p>]]></description>
      <pubDate>Mon, 03 Jun 2019 14:19:24 +0000</pubDate>
      <link>https://support.andromo.com/kb/i83-styles</link>
      <guid>https://support.andromo.com/kb/i83-styles</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>The <i>Styles</i> tab allows you to customize the look of your app by choosing settings and colors for various elements including the action bar. If you'd like to make changes to your style choices, you can always return to this area and edit your selections.</p>
<hr>
<h4><b>App Colors</b></h4>
<p><b>Note:</b> These colors do not affect Website, Custom Page, or HTML Archive content. Some application elements may contain their own color settings which override these settings.</p>
<p><b>Backgrounds</b>
<br>
The color that will be used as the background in your app for areas that don't contain their own color settings. For example, this color is used as the background color of the RSS feed item list (see example image below).</p>
<p><b>Headings</b>
<br>
The color that will be used for any heading text in your app for areas that don't contain their own color settings. For example, this color is used as the heading text for an RSS feed item (see example image below).</p>
<p><b>Primary Text</b>
<br>
The color that will be used for any <i>body text</i> in your app for areas that don't contain their own color settings. For example, this color is used for an RSS feed item's text (see example image below).</p>
<p><b>Secondary Text</b>
<br>
The color that will be used for any text elements that require a secondary text style in your app for areas that don't contain their own color settings.</p>
<p><b>Dates</b>
<br>
The color that will be used for any dates in your app that don't contain their own color settings. For example, this color is used for the dates of an RSS feed item (see example image below).</p>
<hr>
<h4><b>Action Bar</b></h4>
<p><b>Action Bar Theme</b>
<br>
When choosing a theme, you should choose <i>Light</i> or <i>Light with Dark Action Bar</i> if you plan to pick bright background colors, otherwise you should choose <i>Dark</i>. The base theme is used for tons of little bits in your app as well as the colors in the action bar, so you don't have to select them all yourself. Choose from the following options:</p>
<ul>
<li><b>Light</b> - The <i>Light</i> Android system theme. Choose this theme if you're using bright background colors and want a light grey action bar and menu, with black text.</li>
<li><b>Dark</b> - The <i>Dark</i> Android system theme. This theme uses a black action bar and menu, with white text.</li>
<li><b>Light with Dark Action Bar</b> - A combination of the <i>Light</i> and <i>Dark</i> system themes. This theme contains light elements for things like backgrounds, but displays a dark action bar.</li>
<li><b>Upload Custom Theme File</b> - This option allows you to upload a custom theme file instead of using the default Light or Dark themes. You can create this file using th<span style="background-color: #ffffff;">e <a style="background-color: #ffffff;" href="http://jgilfelt.github.com/android-actionbarstylegenerator/#compat=sherlock" rel="nofollow">Android Action Bar Style Generator</a>.</span> Andromo requires that "Sherlock" be selected for it's "Style compatibility" setting. For more information about creating the style file, see the <span style="background-color: #ffffff;"><a style="background-color: #ffffff;" href="http://support.andromo.com/kb/application-settings/action-bar-style-generator">Action Bar Style Generator</a> </span>knowledge base article.</li>
</ul>
<p><b>Action Bar Style</b>
<br>
The style of the action bar when using one of the default system themes - <i>Light</i>, <i>Dark</i>, or <i>Light with Dark Action Bar</i>.
<br>
<b>Note:</b> If you're using a custom theme file, the equivalent setting is defined as the "Action bar style" when creating it.</p>
<ul>
<li><b>Solid</b> - Shows a solid action bar.</li>
<li><b>Transparent</b>- Shows a transparent style action bar. This option looks similar to solid, but displays a colored key line.</li>
</ul>
<p><b>Action Bar Mode</b>
<br>
The text mode to display on the action bar. Choose from:</p>
<ul>
<li><b>No text or activity navigation</b> - Shows no application or activity title text on the action bar. This option does not contain a navigation dropdown.</li>
<li><b>Show application name (no navigation)</b> - Shows the application name title text on the action bar for the dashboard, and all activities. This option does not contain a navigation dropdown.</li>
<li><b>Show activity name (full navigation)</b> - Shows the application or activity name title text on the action bar. This option includes the navigation dropdown.</li>
</ul>
<p><b>Override theme colors</b>
<br>
Enabling this setting allows you to set the text color shown in the action bar.</p>
<p><b>Action Bar Logo Image</b>
<br>
Show a logo image in the action bar instead of the application icon. To maintain compatibility between various screen sizes, we recommend a maximum width of 550 pixels (when not showing action bar text), and a general height of 60 pixels. The image will scale to fit the height of the action bar, so you can experiment with other sizes to suit your logo, and desired title text visibility.</p>
<p><img src="//s3.amazonaws.com/chd-data/data/andromo/items/83/media/style_cropped_normal.png" alt="" data-file="___chdfid_14047___"></p>]]></content:encoded>
    </item>
    <item>
      <title>Build</title>
      <description><![CDATA[<p>Generate your App</p>
<p>This is where you build your Android application when you are ready. When you press the green Build My App button, Andromo will build your Android Package File (APK) and then email you when the build has finished. After downloading your APK you may want to install your application on a mobile device or test your application without a mobile device</p>
<p>Your app's email download link expires after 24 hours, however you can always download your app directly from Andromo by going to "My Projects", locating your project in the list, and selecting "Download" from the "Action" dropdown.</p>
<p>Note: Building[_cuted_]</p>]]></description>
      <pubDate>Wed, 29 May 2019 11:35:56 +0000</pubDate>
      <link>https://support.andromo.com/kb/i19-build</link>
      <guid>https://support.andromo.com/kb/i19-build</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<h4><b>Generate your App</b>
<br>
<br></h4>
<p>This is where you build your Android application when you are ready. When you press the green <b>Build My App</b> button, Andromo will build your Android Package File (APK) and then email you when the build has finished. After downloading your APK you may want to <a href="https://support.andromo.com/i43-how-to-install-your-app-onto-a-device">install your application on a mobile device</a> or <a href="https://support.andromo.com/i44-testing-your-application-without-a-mobile-device">test your application without a mobile device</a></p>
<p>Your app's email download link expires after 24 hours, however you can always download your app directly from Andromo by going to "My Projects", locating your project in the list, and selecting "Download" from the "Action" dropdown.</p>
<p><b>Note:</b> Building your app can take some time, depending on how busy our servers are. It's not unusual for the build to take as little as five minutes, but it can take an hour on a very busy day. Please check your inbox (and spam folder) for emails from andromo@andromo.com.</p>]]></content:encoded>
    </item>
    <item>
      <title>Services</title>
      <description><![CDATA[<p>This area allows you to choose from a variety of useful tools and services like Google Analytics and AirBop Push Messaging.</p>
<p></p>
<p>Google App Analytics</p>
<p>Google Analytics lets you anonymously track user activity within your app. Using the Google Analytics service, you can view statistics like which activities your users visit, how much time they spend there, and even often they launch your app. This can give you valuable insight into how your users interact with your apps, helping you make your apps better.</p>
<p>Note: As of version 3.0.6 of Andromo, you need to use an App analytics code instead of a[_cuted_]</p>]]></description>
      <pubDate>Wed, 29 May 2019 11:38:20 +0000</pubDate>
      <link>https://support.andromo.com/kb/i18-services</link>
      <guid>https://support.andromo.com/kb/i18-services</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>This area allows you to choose from a variety of useful tools and services like Google Analytics and AirBop Push Messaging.</p>
<hr>
<h4><b>Google App Analytics</b>
<br>
<br></h4>
<p>Google Analytics lets you anonymously track user activity within your app. Using the Google Analytics service, you can view statistics like which activities your users visit, how much time they spend there, and even often they launch your app. This can give you valuable insight into how your users interact with your apps, helping you make your apps better.</p>
<p><b>Note: </b>As of version 3.0.6 of Andromo, you need to use an App analytics code instead of a Web one (your old Web analytics UA-XXXXX-YY code will no longer work). If you were using analytics prior to 3.0.6, you will need to generate a new App ID and update the settings in your project.</p>
<p>See <a href="https://support.andromo.com/i78-how-to-use-google-analytics-in-your-application">How to use Google Analytics in your Application </a>for full instructions on using Google Analytics in your project.</p>
<hr>
<h4><b>AirBop Push Message Notifications</b>
<br>
<br></h4>
<p>AirBop Push notifications allow you to send information to the users of your apps, even when the apps aren't running. They're an incredibly powerful marketing tool -- if used properly and judiciously. For complete details about integrating push notifications into your app, please see the <a href="https://support.andromo.com/i66-airbop-push-message-notifications">AirBop Push Message Notifications </a>knowledge base article.</p>]]></content:encoded>
    </item>
    <item>
      <title>Monetization</title>
      <description><![CDATA[<p>This area allows you to choose from a variety of advertising options for your apps.</p>
<p></p>
<p>Ad Formats</p>
<p>Banner Ads Banner ads are small rectangular ads that generate revenue when they're clicked. They are usually shown at the bottom of the screen (but may be shown at the top in some activity types). These ads are relatively popular with users because they don't interfere very much with their use of the app.</p>
<p>If you choose to show more than one, an ad network will be selected randomly by the app each time it needs to show an activity. (Each banner ad[_cuted_]</p>]]></description>
      <pubDate>Tue, 25 Feb 2020 17:15:48 +0000</pubDate>
      <link>https://support.andromo.com/kb/i17-monetization</link>
      <guid>https://support.andromo.com/kb/i17-monetization</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>This area allows you to choose from a variety of advertising options for your apps.</p>
<hr>
<h4><b>Ad Formats</b></h4>
<p><b><a id="ad_formats_banner_ads"></a>Banner Ads</b>
<br>
Banner ads are small rectangular ads that generate revenue when they're clicked. They are usually shown at the bottom of the screen (but may be shown at the top in some activity types). These ads are relatively popular with users because they don't interfere very much with their use of the app.</p>
<p>If you choose to show more than one, an ad network will be selected randomly by the app each time it needs to show an activity. (Each banner ad network you select has an equal chance of being chosen whenever an activity is shown.)</p>
<p>Remember to click <i>Save Changes</i> at the bottom of the page so the changes are applied to your project, and then build a new version of your app and distribute it to your users.</p>
<p><b>Note:</b> Banner ads will appear on your app's dashboard by default. If you don't want ads on the dashboard, you can disable the feature by unchecking the "Show Banne Ads on Dashboard" checkbox on your project's <a href="https://support.andromo.com/i15-dashboard">Dashboard </a>tab.</p>
<p><b>Interstitial Ads</b>
<br>
Interstitial ads are large ads that appear 'between' activities in your app. Since they really grab the user's attention, they can be more effective than banner ads at generating clicks. However, you don't want to show them too frequently, or you may risk annoying some of your users.</p>
<hr>
<h4><b>AdMob</b></h4>
<p>AdMob banner ads are <i>cost per click (CPC)</i>, which generate a little revenue every time the user clicks on an ad. See the article <a href="https://support.andromo.com/i53-setting-up-admob-ads">Setting Up AdMob Ads </a>for further details about setting up your AdMob account.</p>
<p><b>AdMob Banner Ads</b>
<br>
To enable AdMob banner ads in your app, check the box labelled <b>AdMob Banner Ads</b>, and copy your app's <i>Ad Unit ID</i> for banners from your AdMob account into the <b>AdMob Ad Unit ID (Banner)</b> field.</p>
<p><b>AdMob Interstitial Ads</b>
<br>
To enable AdMob interstitial ads in your app, check the box labelled <b>AdMob Interstitial Ads</b>, and copy your app's interstitial <i>Ad Unit ID</i> from your AdMob account into the <b>AdMob Ad Unit ID (Interstitial)</b> field.</p>
<p><b>AdMob App ID</b>
<br>
The AdMob App ID for your app. This setting is optional however if provided improves initialization time. To find your app ID, click the App management option under the settings dropdown (located in the upper right-hand corner) on the AdMob account page. App IDs have the form ca-app-pub-XXXXXXXXXXXXXXXX~NNNNNNNNNN.</p>
<hr>
<h4><b>Amazon Mobile Ads</b></h4>
<p><br>
Amazon Mobile Ads is an ad network that delivers high-quality ads on Amazon Kindle tablets, as well as Android phones and tablets. See <a href="https://support.andromo.com/i54-setting-up-amazon-mobile-ads">Setting Up Amazon Mobile Ads</a> for further details about setting up your account.</p>
<p><b>Amazon Banner Ads</b>
<br>
To enable Amazon Mobile Ad banners in your app, check the box labelled <b>Amazon Banner Ads </b>and copy your <i>Amazon Application Key</i> from your app's <b>Mobile Ads</b> tab in your Amazon Mobile App Distribution account into the <b>Amazon Application Key (Banner)</b> field.</p>
<p><b>Amazon Interstitial Ads</b>
<br>
To enable Amazon interstitial ads in your app, check the box labelled <b>Amazon Interstitial Ads</b>, and copy your <i>Amazon Application Key</i> from your app's <b>Mobile Ads</b> tab in your Amazon Mobile App Distribution account into the <b>Amazon Application Key (Interstitial)</b> field.</p>
<hr>
<h4><b>AppBrain</b></h4>
<p>See the article <a href="https://support.andromo.com/i55-setting-up-appbrain-ads">Setting Up AppBrain Ads</a> for further details about setting up your account.</p>
<p><b>AppBrain Interstitial Ads</b>
<br>
To enable AppBrain interstitial ads in your app, check the box labelled <b>AppBrain Interstitial Ads</b>.</p>
<hr>
<p><b>AppLovin</b></p>
<p>AppLovin ads are <i>cost-per-action (CPA)</i>, which generate revenue when the end user performs some action such as installing an app. See the article <a href="https://support.andromo.com/i56-setting-up-applovin-ads">Setting Up AppLovin Ads</a> for further details about setting up your account.</p>
<p><b>AppLovin Interstitial Ads</b>
<br>
To enable AppLovin interstitial ads in your app, check the box labelled <b>AppLovin Interstitial Ads</b>, and copy your <i>AppLovin Key</i> from your AppLovin account into the <b>AppLovin SDK Key</b> field.</p>
<hr>
<h4><b>Facebook Audience Network</b></h4>
<p>Facebook's Audience Network helps you monetize your app by tapping into Facebook's powerful advertising platform which includes all of the people-based targeting, measurement, and real-time optimization that's used on Facebook itself. See the article <a href="https://support.andromo.com/i57-setting-up-facebook-audience-network-ads">Setting Up Facebook Audience Network Ads</a> for further details about setting up your Facebook developer account.</p>
<p><b>Facebook Banner Ads</b>
<br>
To enable Facebook Audience Network banner ads in your app, check the box labeled <b>Facebook Banner Ads</b>, and copy your app's ad <i>Placement ID</i> for banners from your Facebook developer account into the <b>Facebook Placement ID (Banner)</b> field.</p>
<p><b>Facebook Interstitial Ads</b>
<br>
To enable Facebook Audience Network interstitial ads in your app, check the box labelled <b>Facebook Interstitial Ads</b>, and copy your app's interstitial ad <i>Placement ID</i> from your Facebook developer account into the <b>Facebook Placement ID (Interstitial)</b> field.</p>
<hr>
<h4><b>StartApp</b></h4>
<p>StartApp ads are either <i>cost per click (CPC)</i>, or <i>cost-per-action (CPA)</i>, which generate revenue when the end user either clicks on an add or performs some action such as installing an app. See the article <a href="https://support.andromo.com/i58-setting-up-startapp-ads">Setting Up StartApp Ads</a> for further details about setting up your account.</p>
<p><b>StartApp Banner Ads</b>
<br>
To enable StartApp banner ads in your app, check the box labelled <b>StartApp Banner Ads</b>, and copy your <i>StartApp Developer ID</i> and <i>StartApp App ID</i> from your StartApp account into their corresponding fields.</p>
<p><b>StartApp Interstitial Ads</b>
<br>
To enable StartApp interstitial ads in your app, check the box labelled <b>StartApp Interstitials</b>, and copy your <i>StartApp Developer ID</i> and <i>StartApp App ID</i> from your StartApp account into their corresponding fields (the same IDs are used for both banners and interstitials).</p>
<hr>
<h4><b>Interstitial Ad Settings</b></h4>
<p><b>Time between Ads</b>
<br>
This setting controls the duration between interstitial ad impressions. Try to choose an appropriate value based on how often you think your users would want to see an interstitial ad. Keep in mind that shorter times aren't always better -- setting this value too low may cause some users to uninstall your app.</p>
<p><b>Require several interactions before showing an interstitial ad</b>
<br>
This setting controls whether or not the user has to interact with your app more than once to see an interstitial ad. Enabling this option will add a bit of randomness to when the interstitial ad is shown so that it does not always display when the first activity is selected.</p>
<p>Remember to click <i>Save Changes</i> at the bottom of the page so the changes are applied to your project, and then build a new version of your app and distribute it to your users.</p>]]></content:encoded>
    </item>
    <item>
      <title>Activities</title>
      <description><![CDATA[<p>Apps created using Andromo contain a 'home' screen called the Dashboard  containing selectable items for one or more activities that users can open.</p>
<p>Activites come in a variety of types and are composed of one or more screens that users can navigate through.</p>
<p></p>
<p>Add an Activity</p>
<p>The first step is to choose the type of activity you want to add based on the type of information you would like to show. More activity types will be added in the future, but at present you can choose from the following activity types by clicking the 'Add an Activity' button and selecting the desired activity[_cuted_]</p>]]></description>
      <pubDate>Mon, 03 Jun 2019 14:20:11 +0000</pubDate>
      <link>https://support.andromo.com/kb/i16-activities</link>
      <guid>https://support.andromo.com/kb/i16-activities</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>Apps created using <i>Andromo</i> contain a 'home' screen called the <a href="https://support.andromo.com/i15-dashboard">Dashboard </a> containing selectable items for one or more <i>activities</i> that users can open.</p>
<p>Activites come in a variety of types and are composed of one or more screens that users can navigate through.</p>
<hr>
<h4><b>Add an Activity</b>
<br>
<br></h4>
<p>The first step is to choose the type of activity you want to add based on the type of information you would like to show. More activity types will be added in the future, but at present you can choose from the following activity types by clicking the 'Add an Activity' button and selecting the desired activity type from the list. These settings can be found on the 'Activities' tab while editing your project:</p>
<hr>
<h4><b>About</b>
<br>
<br></h4>
<p>The About activity is used to display information about yourself, your company and/or your app. You can show information such as your name, title, description, and links to various sites where your users can find out more. For more information, see <a href="https://support.andromo.com/i20-about-activity">About Activity</a>.</p>
<hr>
<h4><b>Audio Player</b>
<br>
<br></h4>
<p>The Audio Activity allows you to play audio files within your Andromo application. For more information, see <a href="https://support.andromo.com/i21-audio-activity">Audio Player Activity</a>.</p>
<hr>
<h4><b>Contact</b>
<br>
<br></h4>
<p>The Contact Activity is designed to make it easy for users of your app to get in touch with you. You can decide what contact details to make available such as you Phone, Email, Website and Address - each being interactive! For more information, see <a href="https://support.andromo.com/i23-contact-activity">Contact Activity</a>.</p>
<hr>
<h4><b>Custom Page</b></h4>
<p><br>
The Custom Page activity allows you to easily create stylish pages with text, graphics, tables and forms. It's perfect for creating pages like 'About Us', 'Biography', 'Contact Information' etc. For more information, see <a href="https://support.andromo.com/i24-custom-page-activity">Custom Activity</a>.</p>
<hr>
<h4><b>Email</b></h4>
<p><br>
The Email activity is used to initiate an email message using the end user's chosen email client with a specific email address, and optional subject and text. This allows users to initiate an email with a single click. For more information, see <a href="https://support.andromo.com/i25-email-activity">Email Activity</a>.</p>
<hr>
<h4><b>Facebook</b>
<br>
<br></h4>
<p>The Facebook activity lets you easily embed a mobile-friendly Facebook page into your app. For more information, see <a href="https://support.andromo.com/i26-facebook-activity">Facebook Activity</a>.</p>
<hr>
<h4><b>Flickr</b></h4>
<p><br>
The Flickr Image Gallery Activity allows you to take your photos from <span style="background-color: #ffff00;"><a style="background-color: #ffff00;" href="http://www.flickr.com/" rel="nofollow"><span style="background-color: #ffffff;">flickr</span></a></span> and display them in your Android application. For information on creating flickr feed URLs please see the <span style="background-color: #ffffff;"><a style="background-color: #ffffff;" href="http://www.flickr.com/services/feeds/" rel="nofollow">Flickr Services Documentation</a> </span>and the <a href="https://support.andromo.com/i82-flickr-photo-feeds">Flickr Photo Feeds</a> knowledge base article. The preferred feed format is rss_200. For more information, see <a href="https://support.andromo.com/i27-flickr-activity">Flickr Activity</a>.</p>
<hr>
<h4><b>Google Play</b>
<br>
<br></h4>
<p>The Google Play activity is used to create an icon on the dashboard that points to an application, or list of applications on Google Play (previously known as the Android Market). This allows you to do things such as provide easy access to a paid version of your app, or show other apps you've created. For more information, see <a href="https://support.andromo.com/i28-google-play-activity">Google Play Activity</a>.</p>
<hr>
<h4><b>HTML Archive</b>
<br>
 </h4>
<p>The HTML Archive Activity allows you to display web content (HTML files) by storing HTML files within the application so it can be read directly from the device. This allows you to provide previously created content to your users that can be as simple as a single HTML file, or a complex directory structure of files and related image resources. Once you've composed what you want to show, simply zip the content using your favorite zip utility and upload the resulting file. For more information, see <a href="https://support.andromo.com/i29-html-archive-activity">HTML Archive Activity.</a></p>
<hr>
<h4><b>Map</b>
<br>
<br></h4>
<p>The Map Activity lets you display your locations on an interactive map. Your users can then see your address, nearby locations, and even get directions and navigation to your business. For more information, see <a href="https://support.andromo.com/i30-map-activity">Map Activity</a>.</p>
<hr>
<h4><b>PDF</b>
<br>
<br></h4>
<p>The PDF activity is used to quickly and easily embed a PDF document into your Android application. Your PDF document will be opened external to your app in a supported installed viewer (Adobe Reader app recommended). If the user does not have the Adobe Reader app, or something similar installed, they will be prompted to install the app via the Google Play app store. For more information, see <a href="https://support.andromo.com/i31-pdf-activity">PDF Activity</a>.</p>
<hr>
<h4><b>Phone</b>
<br>
<br></h4>
<p>The Phone activity is used to display the phone dialer (if available) filled in with a specific telephone number. This allows users to contact you with a single click. For more information, see <a href="https://support.andromo.com/i32-phone-activity">Phone Activity</a>.</p>
<hr>
<h4><b>Photo Gallery</b></h4>
<p><br>
<br>
The Photo Gallery Activity is used to add a photo gallery to your app. For more information, see <a href="https://support.andromo.com/i33-photo-gallery-activity">Photo Gallery Activity</a>.</p>
<hr>
<h4><b>Podcast</b></h4>
<p><br>
The Podcast Activity displays an iTunes Podcast RSS 2.0 feed in your app. It supports both streaming over the network and downloading episodes for playback offline. For more information, see <a href="https://support.andromo.com/i34-podcast-activity">Podcast Activity</a>.</p>
<hr>
<h4><b>RSS Feed</b>
<br>
<br></h4>
<p>The RSS Feed activity allows you to take an existing web feed from the web and display it in your application, making it easy for mobile users to browse and read. Most websites and blogs publish feeds that you can use, including sites like Twitter, Blogger etc. For more information, see <a href="https://support.andromo.com/i35-rss-atom-news-feed">RSS Feed Activity</a>.</p>
<hr>
<h4><b>SHOUTcast Radio</b>
<br>
<br></h4>
<p>The Radio activity allows you to play streaming audio from internet radio stations in your application. It's similar to the Audio activity, with additional support for SHOUTcast and Icecast streaming audio. For more information, see <a href="https://support.andromo.com/i36-radio-activity">Radio Activity</a>.</p>
<hr>
<h4><b>Twitter</b>
<br>
<br></h4>
<p>The Twitter Activity allows you to display one of three different twitter timelines. You can choose to: display a specific twitter user's timeline, a timeline from a list, or a timeline based on a search of the most recent public tweets. For more information, see <a href="https://support.andromo.com/i37-twitter-activity">Twitter Activity</a>.</p>
<hr>
<h4><b>Website</b></h4>
<p><br>
The Website activity is used to display the contents of a website in your application. It is one of the simplest activities, yet it's ability to display web content makes it very powerful. All you need is the URL of a website, and the user will be able to navigate to it simply by pressing its icon on your dashboard. For more information, see <a href="https://support.andromo.com/i38-website-activity">Website Activity</a>.</p>
<hr>
<h4><b>YouTube</b>
<br>
<br></h4>
<p>The YouTube Activity allows you to take video content from <a href="http://www.youtube.com/" rel="nofollow">YouTube</a> and display it in your Android application. For more information, see <a href="https://support.andromo.com/i39-youtube-activity">YouTube Activity</a>.</p>
<hr>
<h4><b>Changing the Order of Activities</b>
<br>
<br></h4>
<p>In order for your application to look its best, you'll probably want at least 4 or more activities. You can add as many as you want and order them however you please. For more information on the activity order, see <a href="https://support.andromo.com/i73-how-to-change-the-order-of-the-icons-on-the-dashboard">How to change the order of the icons on the dashboard.</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Dashboard</title>
      <description><![CDATA[<p>What is the Dashboard?</p>
<p>The dashboard is your 'home' screen (activity), where users can navigate through all the activities (features) in your app. If you've chosen "Show dashboard" as the Startup Mode, this is what your end users will see the first time they launch your application.</p>
<p>The dashboard will display items representing each activity that you have added to your application. The items are constructed using the name of each activity, an optional subtitle and description, and the image or drawer icon that you assigned to it. These settings are configured on the individual activity's properties page.</p>
<p></p>
<p>Startup</p>
<p>Startup[_cuted_]</p>]]></description>
      <pubDate>Wed, 29 May 2019 14:19:45 +0000</pubDate>
      <link>https://support.andromo.com/kb/i15-dashboard</link>
      <guid>https://support.andromo.com/kb/i15-dashboard</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<h4><b>What is the Dashboard?</b></h4>
<p>The dashboard is your 'home' screen (activity), where users can navigate through all the activities (features) in your app. If you've chosen "Show dashboard" as the <i>Startup Mode</i>, this is what your end users will see the first time they launch your application.</p>
<p>The dashboard will display items representing each activity that you have added to your application. The items are constructed using the name of each activity, an optional subtitle and description, and the image or drawer icon that you assigned to it. These settings are configured on the individual activity's properties page.</p>
<hr>
<h4><b>Startup</b></h4>
<p><b>Startup Mode</b>
<br>
The startup mode controls which initial screen ('home' screen) will be shown when the user launches your app.</p>
<ul>
<li><b>Show dashboard</b> - Show the dashboard when launching the app.</li>
<li><b>Show first activity (no dashboard)</b> - Show the activity with the lowest "Position" from the activity list (Activities tab).
<hr></li>
</ul>
<h4><b>Dashboard Settings</b></h4>
<p><b>Dashboard Name</b>
<br>
The name that you want to use to represent the dashboard on the <i>Navigation Drawer</i>. For example, "Home".</p>
<p><b>Item Style</b>
<br>
The item style you want to use to represent the activities in your app. Choose from styles such as cards, grids, and lists.</p>
<p>You can see <a href="https://blog.andromo.com/2017/new-dashboard-styles-in-andromo-v5/" rel="nofollow">screenshots of all the dashboard item styles</a> to help you pick your favorite look.</p>
<p><b>Show Banner Ads on Dashboard</b>
<br>
This setting controls whether or not banner ads will be shown at the bottom of the dashboard when <a href="https://support.andromo.com/i17-monetization">Banner Ads</a> are enabled. You can configure Banner Ads on the <a href="https://support.andromo.com/i17-monetization">Monetization </a>tab of your Andromo project.</p>
<p><b>Show Social Sharing Button</b>
<br>
This setting controls whether or not a share icon will be shown on the dashboard. This option enables your users to share a link to your app in the chosen app store.</p>
<p><b>Note</b>: The format of the generated link used to share your app is automatically converted to the proper location based on the chosen "Target Market" setting on your project's "Settings" tab. See the <a href="https://support.andromo.com/i12-settings">Settings</a> article for more information about that setting.</p>
<hr>
<h4><b>Dashboard Theme</b></h4>
<p><b>Theme Mode</b></p>
<ul>
<li><b>Global</b> - Use the project's <i>Global Color Settings</i> for the dashboard's colors. These colors are defined on the "Theme" tab of your project.</li>
<li><b>Custom</b> - Enables the <i>Custom Theme Colors</i> settings allowing you to choose what colors you want to use on this dashboard.</li>
</ul>
<p> <b>Custom Theme Colors</b>
<br>
The following settings are available when "Custom" <i>Theme Mode</i> is selected:</p>
<p><b>Primary Color</b>
<br>
The primary color you want to use for the dashboard. The primary color is generally your app's "branding" color. It is used for toolbar backgrounds and to represent activities when images aren't provided.</p>
<p><b>Accent Color</b>
<br>
The accent color you want to use for the dashboard. The accent color is used for parts of the UI such as buttons/gadgets and hyperlinks (where applicable).</p>
<p><b>Body Style</b>
<br>
This setting controls what colors are used in the "body" of dashboard content, such as it's background and text color.</p>
<p><b>Material Light</b> - Use the standard Material colors for a body with a light background.
<br>
<b>Material Dark </b>- Use the standard Material colors for a body with a dark background.
<br>
<b>Custom</b> - Enables the <i>Custom Body Colors</i> settings, allowing you to set a custom <i>Window Color</i>, <i>Background Color</i> and <i>Text Color</i>.</p>
<p><b>Custom Body Colors</b>
<br>
The following settings are available when "Custom" <i>Body Style</i> is selected:</p>
<p><b>Window Color</b>
<br>
The color you want to use for the bottom-most window background (i.e. the area 'behind' cards). You can think of this color as being /behind/ the Background Color. It will only be visible when it isn't obscured by the Background Color -- for example, the window color becomes visible when a "card" item style is used.</p>
<p><b>Background Color</b>
<br>
The color you want to use for the background of areas where text may be shown (e.g. the card background color).</p>
<p><b>Text Color</b>
<br>
The color you want to use for all body text, including primary and secondary text. Opacity is applied to different text levels automatically per material guidelines.</p>
<hr>
<h4><b>Dashboard Images</b></h4>
<p><br>
This section allows you to provide the images to show on the dashboard and that will be used to represent it.</p>
<p><b>Background Image</b>
<br>
The background image is an optional image that can be shown behind the dashboard's content.</p>
<ul>
<li><b>None</b> - Don't use a background image.</li>
<li><b>Inherit from theme</b> - Use the global theme's background image.</li>
<li><b>Custom</b> - Enables the <i>Custom Background Image Settings</i> section of settings allowing you to upload a background image for the dashboard.</li>
</ul>
<p><b>Custom Background Image Settings</b>
<br>
The following settings are available when "Custom" <i>Background Image</i> is selected:</p>
<p><b>Upload a Background Image</b>
<br>
Allows you to upload a background image. Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, JPG or PNG format.</p>
<p><b>Background Image Effect</b>
<br>
Applies a filter to the background image when it is shown in the app, changing the color of the image automatically. This can help improve the contrast of text drawn over the background image -- for example, darkening the background to improve the readibility of brightly colored text.</p>
<ul>
<li><b>None</b> - No filter (show the original image unchanged).</li>
<li><b>Darken</b> - Darken the image by 40%, i.e. scale the original color into [0-153] instead of [0-255].</li>
<li><b>Lighten</b> - Lighten the image by 60%, i.e. scale the original color into [153-255] instead of [0-255].</li>
<li><b>Midnight</b> - Darken + Greyscale.</li>
<li><b>Twilight</b> - Lighten + Greyscale.</li>
<li><b>Greyscale</b> - Convert all colors to shades of grey, i.e. desaturate the image.</li>
<li><b>Tint</b> - Modify the image so it takes on the current primary/automatic toolbar color.</li>
</ul>
<p><b>Feature Image</b>
<br>
The feature image is an optional image that can be shown as the background of the dashboard's toolbar or at the top of the content (outside of the toolbar).</p>
<ul>
<li><b>None</b> - Don't use a feature image.</li>
<li><b>Inherit from theme</b> - Use the global theme's feature image.</li>
<li><b>Custom</b> - Enables the <i>Custom Feature Image Settings</i> section of settings allowing you to upload a feature image for the dashboard.</li>
</ul>
<p><b>Custom Feature Image Settings</b>
<br>
The following settings are available when "Custom" <i>Feature Image</i> is selected:</p>
<p><b>Aspect Radio</b>
<br>
The aspect ratio of the area where the feature image will be shown. This setting controls the initial height of the toolbar when using an <i>Expanded</i> toolbar style, or the height of the feature image outside a <i>Standard</i> toolbar.</p>
<p><b>Upload a Feature Image</b>
<br>
Allows you to upload a feature image. Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, JPG or PNG format.</p>
<p><b>Wide Image</b></p>
<ul>
<li><b>None</b> - Don't use a wide image.</li>
<li><b>Inherit from theme</b> - Use the provided <i>Wide</i> image from the theme.</li>
<li><b>Use feature image</b> - Use the provided <i>Feature</i> image when a wide image is requested in an interface.</li>
<li><b>Custom</b> - Specify a wide image to use. Selecting this option enables the <i>Custom Wide Image Settings</i> section containing the settings to use for a wide image.</li>
</ul>
<p><b>Custom Wide Image Settings</b>
<br>
The following settings are available when "Custom" <i>Wide Image </i>is selected:</p>
<p><b>Upload a Wide Image</b>
<br>
Allows you to upload a wide image (16:9 aspect ratio recommended). Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, in JPG or PNG format.</p>
<p><br>
<b>Square Image</b></p>
<ul>
<li><b>None</b> - Don't use a square image.</li>
<li><b>Inherit from theme</b> - Use the provided <i>Square</i> image from the theme.</li>
<li><b>Use wide image, cropped</b> - Use the provided <i>Wide</i> image when a square image is requested in an interface.</li>
<li><b>Use feature image, cropped</b> - Use the provided Feature image when a square image is requested in an interface.</li>
<li><b>Custom</b> - Specify a square image to use. Selecting this option enables the <i>Custom Square Image Settings</i> section containing the settings to use for a square image.</li>
</ul>
<p><b>Custom Square Image Settings</b>
<br>
The following settings are available when "Custom" <i>Square Image</i> is selected:</p>
<p><b>Upload a Square Image</b>
<br>
Allows you to upload a square image (1:1 aspect ratio). Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, in JPG or PNG format.</p>
<p><b>Drawer Icon</b>
<br>
The icon you want to use to represent the dashboard on the navigation drawer.</p>
<hr>
<h4><b>Dashboard Toolbar</b></h4>
<p><b>Toolbar Mode</b></p>
<ul>
<li><b>Global</b> - Use the Global toolbar settings from the <i>Theme</i> tab of your project.</li>
<li><b>Custom</b> - Enables the <i>Custom Toolbar Settings</i> section of settings allowing you to customize the toolbar style for the dashboard.</li>
</ul>
<p><b>Custom Toolbar Settings</b></p>
<p><b>Toolbar Style</b></p>
<ul>
<li><b>Standard</b> - Use a standard toolbar with a solid color background. If a feature image is enabled, it will appear "outside" the toolbar, and will scroll beneath it as the dashboard contents are scrolled.</li>
<li><b>Compact</b> - Use a compact toolbar. A compact toolbar is similar to the standard toolbar, but with support for showing the feature image as the toolbar background, appearing "inside" the toolbar.</li>
<li><b>Expanded</b> - Use an expanded toolbar which is a collapsible toolbar that starts out expanded. If a feature image is enabled, it will appear within the expanded toolbar, and collapse along with it.</li>
</ul>
<p><b>Scroll Behavior</b></p>
<ul>
<li><b>Always visible</b> - Keep the toolbar visible when scrolling dashboard content.</li>
<li><b>Auto hiding</b> - Automatically hide the toolbar when scrolling dashboard content.</li>
</ul>
<p><b>Show Advanced Settings</b>
<br>
Shows or hides the <i>Advanced Toolbar Settings</i> for the selected style containing settings such as the <i>Background Type</i>, <i>Background Color</i>, <i>Background Color</i> <i>Preference</i> and <i>Primary Toolbar Text/Icon Color</i>.</p>
<p><b>Advanced Toolbar Settings</b></p>
<p><b>Background Type</b>
<br>
This setting is available when "Compact" or "Expanded" <i>Toolbar Style </i>is selected.</p>
<ul>
<li><b>Color</b> - Use a solid color for the toolbar background.</li>
<li><b>Feature Image</b> - Use the dashboard's feature image as the toolbar background.</li>
<li><b>Feature image morphing to color (Expanded Toolbar style only)</b> - Morph the dashboard's feature image into a solid color as it collapses.</li>
</ul>
<p><br>
<b>Background Color</b></p>
<ul>
<li><b>Primary</b> - Use the global <i>Primary</i> color as the background.</li>
<li><b>Automatic</b> - Automatically select a background color based on the provided <i>Feature Image</i>.</li>
<li><b>Nearest material primary</b> - Automatically select a background color based on the provided <i>Feature Image</i>, but use the nearest primary color from the material palette (subset of recommended primary colors).</li>
</ul>
<p><b>Background Color Preference</b>
<br>
This setting is available when "Automatic" or "Nearest Material Primary" <i>Background Color</i> is selected.</p>
<ul>
<li><b>Automatic</b> - Automatically select a light or dark color based on the overall "darkness" of the provided <i>Feature Image</i>.</li>
<li><b>Light</b> - Use a "light" color for the background. If no light color is available, the primary color will be used.</li>
<li><b>Dark</b> - Use a "dark" color for the background. If no dark color is available, the primary color will be used.</li>
</ul>
<p><b>Primary Toolbar Text/Icon Color</b></p>
<ul>
<li><b>Automatic</b> - Automatically select a color for the toolbar text and action icons based on the primary color.</li>
<li><b>Custom</b> - Enables the <i>Custom Toolbar Text/Icon Color</i> setting allowing you to choose a custom color for the toolbar text and icons.</li>
</ul>
<p><b>Custom Toolbar Text/Icon Color</b>
<br>
The color you want to use for the toolbar text and icons. This setting is available when "Custom" is selected as the <i>Primary Toolbar Text/Icon Color</i>. This setting is ignored unless <i>Background Color</i> is set to "Primary."</p>]]></content:encoded>
    </item>
    <item>
      <title>Navigation</title>
      <description><![CDATA[<p>The Navigation tab allows you to enable and customize the look of your app's Navigation Drawer. The navigation drawer is a panel that displays the app’s main navigation options on the left edge of the screen. It is hidden most of the time, but is revealed when the user swipes a finger from the left edge of the screen or touches the menu icon in the toolbar.</p>
<p></p>
<p>Navigation Drawer</p>
<p>Enable Navigation Drawer Allows you to enable or disable the navigation drawer for your app.</p>
<p>Start App with Drawer Open Whether or not the navigation drawer will be in an open state[_cuted_]</p>]]></description>
      <pubDate>Wed, 22 May 2019 13:27:54 +0000</pubDate>
      <link>https://support.andromo.com/kb/i14-navigation</link>
      <guid>https://support.andromo.com/kb/i14-navigation</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>The <i>Navigation</i> tab allows you to enable and customize the look of your app's Navigation Drawer. The navigation drawer is a panel that displays the app’s main navigation options on the left edge of the screen. It is hidden most of the time, but is revealed when the user swipes a finger from the left edge of the screen or touches the menu icon in the toolbar.</p>
<hr>
<h4><b>Navigation Drawer</b></h4>
<p><b>Enable Navigation Drawer</b>
<br>
Allows you to enable or disable the navigation drawer for your app.</p>
<p><b>Start App with Drawer Open</b>
<br>
Whether or not the navigation drawer will be in an open state when starting the app for the first time.</p>
<p><b>Title</b>
<br>
The title to show on the navigation drawer.</p>
<p><b>Subtitle</b>
<br>
The subtitle to show on the navigation drawer.</p>
<p><b>Upload a Header Image</b>
<br>
Allows you to upload a header image for the navigation drawer. Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440X1440, 1.5 MB, JPG or PNG format.</p>
<hr>
<h4><b>Example Navigation Drawer Screenshot</b></h4>
<p>Here's what the Navigation Drawer looks like when running on an Android device:</p>
<p><img src="//s3.amazonaws.com/chd-data/data/andromo/items/14/media/navigation_drawer_example.jpg" alt="" data-file="___chdfid_13507___"></p>]]></content:encoded>
    </item>
    <item>
      <title>Theme</title>
      <description><![CDATA[<p>The Theme tab allows you to customize the global theme colors, toolbar settings, and image settings you want to use for the global style of your app. These settings can be inherited or overridden on a parent or per-activity basis (see each activity's settings for available customization).</p>
<p></p>
<p> Global Color Settings</p>
<p>Note: Some colors do not affect activity content containing HTML such as the Website, Custom Page, HTML Archive, or RSS feed details. Their colors are controlled via HTML.</p>
<p>Primary Color The primary color you want to use for your application. The primary color is generally your app's "branding" color. It[_cuted_]</p>]]></description>
      <pubDate>Wed, 22 May 2019 13:20:25 +0000</pubDate>
      <link>https://support.andromo.com/kb/i13-theme</link>
      <guid>https://support.andromo.com/kb/i13-theme</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>The <i>Theme</i> tab allows you to customize the global theme colors, toolbar settings, and image settings you want to use for the global style of your app. These settings can be inherited or overridden on a parent or per-activity basis (see each activity's settings for available customization).</p>
<hr>
<h4> <b>Global Color Settings</b></h4>
<p><b>Note:</b> Some colors do not affect activity content containing HTML such as the Website, Custom Page, HTML Archive, or RSS feed details. Their colors are controlled via HTML.</p>
<p><b>Primary Color</b>
<br>
The primary color you want to use for your application. The primary color is generally your app's "branding" color. It is used for toolbar backgrounds and to represent activities when images aren't provided.</p>
<p><b>Accent Color</b>
<br>
The accent color you want to use for your application. The accent color is used for parts of the UI such as buttons/gadgets and hyperlinks (where applicable).</p>
<p><b>Body Style</b>
<br>
This setting controls what colors are used in the "body" of activity content, such as its background and text color.</p>
<ul>
<li><b>Material Light</b> - Use the standard Material colors for a body with a light background.</li>
<li><b>Material Dark</b> - Use the standard Material colors for a body with a dark background.</li>
<li><b>Custom</b> - Enables the <i>Custom Body Colors</i> settings, allowing you to customize the <i>Window Color</i>, <i>Background Color</i> and <i>Text Color</i>.</li>
</ul>
<p><b>Custom Body Colors</b>
<br>
The following settings are available when "Custom" <i>Body Style</i> is selected:</p>
<p><b>Window Color</b>
<br>
The color you want to use for the bottom-most window background (ie. the area 'behind' cards).</p>
<p><b>Background Color</b>
<br>
The color you want to use for the background of areas where text may be shown (ie. the card background color).</p>
<p><b>Text Color</b>
<br>
The color you want to use for all body text, including primary and secondary text. Opacity is applied to different text levels automatically per material guidelines.</p>
<hr>
<h4><b>Global Image Settings</b></h4>
<p>This section allows you to provide global image settings that can be inherited in your app.</p>
<p><b>Background Image</b>
<br>
The background image is an optional image that can be shown behind the dashboard/activity's content. Background images are only supported on some activity types.</p>
<ul>
<li><b>None</b> - Don't use a background image.</li>
<li><b>Custom</b> - Enables the <i>Custom Background Image Settings</i> section of settings allowing you to upload a global background image.</li>
</ul>
<p><b>Custom Background Image Settings</b>
<br>
The following settings are available when "Custom" <i>Background Image</i> is selected:</p>
<p><b>Upload a Background Image</b>
<br>
Allows you to upload a background image. Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, JPG or PNG format.</p>
<p><b>Background Image Effect</b>
<br>
Applies a filter to the background image when it is shown in the app, changing the color of the image automatically. This can help improve the contrast of text drawn over the background image -- for example, darkening the background to improve the readibility of brightly colored text.</p>
<ul>
<li><b>None</b> - No filter (show the original image unchanged).</li>
<li><b>Darken</b> - Darken the image by 40%, i.e. scale the original color into [0-153] instead of [0-255].</li>
<li><b>Lighten</b> - Lighten the image by 60%, i.e. scale the original color into [153-255] instead of [0-255].</li>
<li><b>Midnight</b> - Darken + Greyscale.</li>
<li><b>Twilight</b> - Lighten + Greyscale.</li>
<li><b>Greyscale</b> - Convert all colors to shades of grey, i.e. desaturate the image.</li>
<li><b>Tint</b> - Modify the image so it takes on the current primary/automatic toolbar color.</li>
</ul>
<p><b>Feature Image</b>
<br>
A feature image is an optional image that can be shown as the background of an activity's toolbar or at the top of the content (outside of the toolbar). It can also be used to represent the activity on a dashboard. These settings allow you to provide a global feature image to inherit in your app.</p>
<ul>
<li><b>None</b> - Don't use a global feature image.</li>
<li><b>Custom</b> - Use a global feature image. Selecting this option enables the <i>Custom Feature Image Settings</i> section containing the settings to use for a global feature image.</li>
</ul>
<p><b>Custom Feature Image Settings</b>
<br>
The following settings are available when "Custom" is selected as the <i>Feature Image</i>.</p>
<p><b>Aspect Ratio</b>
<br>
The aspect ratio of the area where the feature image will be shown. This setting controls the initial height of the toolbar when using an <i>Expanded</i> toolbar style, or the height of the feature image outside a <i>Standard</i> toolbar.</p>
<p><b>Upload a Feature Image</b>
<br>
Allows you to upload a global feature image. Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, JPG or PNG format.</p>
<p><b>Wide Image</b>
<br>
The wide image is another variation of a feature image that is designed to be shown in an area with an aspect ratio of 16:9. If provided, this image will be used when an item style requests it (e.g. for a Card style).</p>
<ul>
<li><b>None</b> - Don't use a wide image.</li>
<li><b>Use feature image</b> - Use the provided <i>Feature</i> image when a wide image is requested in an item style.</li>
<li><b>Custom</b> - Use a global wide image. Selecting this option enables the <i>Custom Wide Image Settings</i> section containing the settings to use for a global wide image.</li>
</ul>
<p><b>Custom Wide Image Settings</b>
<br>
The following settings are available when "Custom" is selected as the <i>Wide Image</i>:</p>
<p><b>Upload a Wide Image</b>
<br>
Allows you to upload a global wide image. Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, JPG or PNG format.</p>
<p><b>Square Image</b>
<br>
The square image is another variation of a feature image that is designed to be shown in an area that is square. If provided, this image will be used when an item style requests it (e.g. for a Grid style).</p>
<ul>
<li><b>None</b> - Don't use a square image.</li>
<li><b>Use wide image, cropped</b> - Use the provided <i>Wide</i> image when a square image is needed in an item style.</li>
<li><b>Use feature image, cropped</b> - Use the provided <i>Feature</i> image when a square image is needed in an item style.</li>
<li><b>Custom</b> - Use a custom square image. Selecting this option enables the <i>Custom Square Image Settings</i>.</li>
</ul>
<p><b>Custom Square Image Settings</b></p>
<p><b>Upload a Square Image</b>
<br>
Allows you to upload a global square image (1:1 aspect ratio recommended). Click the "Browse" button to select an image file from your computer. The selected image should be a maximum of 1440x1440, 1.5 MB, JPG or PNG format.</p>
<hr>
<h4><b>Global Toolbar Settings</b></h4>
<p><b>Toolbar Style</b></p>
<ul>
<li><b>Standard</b> - A standard toolbar with a solid color background. If a feature image is enabled, it will appear "outside" the toolbar, and will scroll beneath it as the activity contents are scrolled.</li>
<li><b>Compact</b> - A compact toolbar. A compact toolbar is similar to the standard toolbar, but with support for showing the feature image as the toolbar background, appearing "inside" the toolbar.</li>
<li><b>Expanded </b>- A collapsible toolbar that starts out expanded. If a feature image is enabled, it will appear within the expanded toolbar, and collapse along with it.</li>
</ul>
<p><b>Scroll Behavior</b></p>
<ul>
<li><b>Always visible</b> - Keep the toolbar visible when scrolling activity content.</li>
<li><b>Auto hiding</b> - Automatically hide the toolbar when scrolling activity content.</li>
</ul>
<p><b>Show Advanced Settings</b>
<br>
Shows or hides the <i>Advanced Toolbar Settings</i> for the selected style containing settings such as the <i>Background Type</i>, <i>Background Color</i>, <i>Background Color Preference</i> and <i>Primary Toolbar Text/Icon Color</i>.</p>
<p><b>Advanced Toolbar Settings</b></p>
<p><b>Background Type</b>
<br>
This setting is available when "Compact" or "Expanded" <i>Toolbar Style</i> is selected.</p>
<ul>
<li><b>Color</b> - Use a solid color for the toolbar background.</li>
<li><b>Feature Image</b> - Use the activity's feature image as the toolbar background.</li>
<li><b>Feature image morphing to color (Expanded Toolbar style only)</b> - Morph the activity's feature image into a solid color as it collapses.</li>
</ul>
<p><br>
<b>Background Color</b></p>
<ul>
<li><b>Primary</b> - Use the global <i>Primary</i> color as the background.</li>
<li><b>Automatic</b> - Automatically select a background color based on the provided <i>Feature Image</i>.</li>
<li><b>Nearest material primary</b> - Automatically select a background color based on the provided <i>Feature Image</i>, but use the nearest primary color from the material palette (subset of recommended primary colors).</li>
</ul>
<p><b>Background Color Preference</b>
<br>
This setting is available when "Automatic" or "Nearest Material Primary" <i>Background Color</i> is selected.</p>
<p><b>Automatic</b> - Automatically select a light or dark color based on the overall "darkness" of the provided <i>Feature Image</i>.</p>
<ul>
<li><b>Light</b> - Use a "light" color for the background. If no light color is available, the primary color will be used.</li>
<li><b>Dark</b> - Use a "dark" color for the background. If no dark color is available, the primary color will be used.</li>
</ul>
<p><b>Primary Toolbar Text/Icon Color</b></p>
<ul>
<li><b>Automatic</b> - Automatically select a color for the toolbar text and action icons based on the primary color.</li>
<li><b>Custom</b> - Enables the <i>Custom Toolbar Text/Icon Color</i> setting allowing you to choose a custom color for the toolbar text and icons.</li>
</ul>
<p><b>Custom Toolbar Text/Icon Color</b>
<br>
The color you want to use for the toolbar text and icons. This setting is available when "Custom" is selected as the <i>Primary Toolbar Text/Icon Color</i>. This setting is ignored unless <i>Background Color</i> is set to "Primary."</p>]]></content:encoded>
    </item>
    <item>
      <title>Settings</title>
      <description><![CDATA[<p>The first step in creating your project is defining your app's name and selecting an application icon.</p>
<p></p>
<p> Basic App Information</p>
<p>App Name The App Name is the name that will be shown on the toolbar on top of the dashboard and underneath your app icon.</p>
<p>App Version The version number allows you to keep track of releases of your app. Once you release your app to the public you will want to increment this version number each time you distribute a new version (1.0.0, 1.0.1 etc.). If your app is in Google Play, this will let people know that a[_cuted_]</p>]]></description>
      <pubDate>Mon, 03 Jun 2019 14:21:15 +0000</pubDate>
      <link>https://support.andromo.com/kb/i12-settings</link>
      <guid>https://support.andromo.com/kb/i12-settings</guid>
      <author>Anastasiia Zhuchenko</author>
      <dc:creator>Anastasiia Zhuchenko</dc:creator>
      <content:encoded><![CDATA[<p>The first step in creating your project is defining your app's name and selecting an application icon.</p>
<hr>
<h4> <b>Basic App Information</b></h4>
<p><b>App Name</b>
<br>
The <i>App Name</i> is the name that will be shown on the <i>toolbar</i> on top of the dashboard and underneath your app icon.</p>
<p><br>
<b>App Version</b>
<br>
The version number allows you to keep track of releases of your app. Once you release your app to the public you will want to increment this version number each time you distribute a new version (1.0.0, 1.0.1 etc.). If your app is in <i>Google Play</i>, this will let people know that a new version is available.</p>
<p><b>Target Market</b>
<br>
Use this setting in order to build a version of your app that will target a specific marketplace. The setting controls destination links for Google Play activities, PDF dependencies, share text, etc. so they point to either Google Play or the Amazon Appstore. More information can be found in the <a href="https://support.andromo.com/i49-making-kindle-fire-apps-with-andromo">Making Kindle Fire apps with Andromo</a> knowledge base article.</p>
<ul>
<li><b>Google Play: Android Phones and Tablets</b> – Select this when you are building your app for distribution in Google Play. Share links and Google Play activities will always use Google Play links.</li>
<li><b>Amazon Appstore: Kindle Fire and Kindle Fire HD</b> – Select this when you are building your app for distribution through the Amazon Appstore. Share links and Google Play activities will use Amazon Appstore links. <b>Note:</b> This must be selected for approval in the Amazon Appstore. <b>Note: </b>AirBop is not supported on Amazon devices as they do not have the necessary Google Services installed. AirBop will be disabled in the app when the Target Market is set to Amazon Appstore.</li>
<li><b>Samsung Apps: Android Galaxy devices</b> – Select this when you are building your app for distribution through the Samsung Apps app store. Share links and Google Play activities will use Samsung Apps links. <b>Note:</b> The Samsung Apps store only allows deep linking using package names, the “Showing all of your Apps” and "Using a General Search Query" Google Play Activity options are not supported when targeting Samsung apps.</li>
</ul>
<p><br>
<b>Category</b>
<br>
This describes what category your app falls into. Choose the category name that best describes the content in your app.</p>
<p><b>Package Name</b>
<br>
This allows you to select which default package name will be used for the app.</p>
<p>Switching between the standard and alternate package names can be useful if you want to build a second version of your app with small modifications -- for example, an ad-free version of your app. It can also be useful if you need to relaunch your project as a "new" app in Google Play, with a different package name.</p>
<p><b>What is a package name?</b>
<br>
The package name is a string of text that serves as a unique identifier for the app. For example, the package name is used in the URL when linking to an app in Google Play.</p>
<p>Each app in Google Play must have its own package name. Once an app has been uploaded to Google Play, its package name is "locked in" forever -- you will always need to use that same package name to update the app, and no other app will be able to use that package name.</p>
<p>If you changed the package name and rebuilt the app, Google Play would see it as a different app, because of the package name.</p>
<p>When you start an Andromo project, two unique package names are generated for you. The default package names begin with either "com.andromo" or "net.andromo" followed by a unique developer id and project id.</p>
<p>You can override the default package names if you are on the Professional subscription plan. See the *Professional Features* section below for further information.</p>
<hr>
<h4> <b>App Icon</b></h4>
<p>The app icon allows users to easily identify your app on their phone/tablet in order to run it. It's shown in various places, such as their apps list, and when they're managing their applications.</p>
<hr>
<h4><b>License Agreement</b></h4>
<p> <b>Show License Agreement</b>
<br>
Allows you to show a EULA to your users that they must accept before running your app. The dialog is shown when the user launches your app for the first time. If the user declines, the app with exit.</p>
<p><b>License Title</b>
<br>
The title to show on the license agreement dialog.</p>
<p><b>License Text</b>
<br>
The text you want to show on the license agreement dialog.</p>
<p>This text supports some very basic HTML markup: <span style="background-color: #c2bcbc;"><code>&lt;b&gt; for bold, &lt;i&gt; for italic, and &lt;a&gt; for hyperlinks</code></span>. (No other HTML is supported.)</p>
<hr>
<h4><b>Launch Notice (EU User Consent Notice)</b></h4>
<p><b>Show Launch Notice</b>
<br>
Allows you to show a one-time notice the first time your app is launched. You can choose whether to show the notice anywhere in the world, or only within countries that are part of the European Union where an "EU Cookie Notice" needs to be shown.</p>
<p>You should use this to comply with EU privacy laws which require that you get consent or inform your users about any data collection, sharing, or usage that takes place within your app. See: <a href="https://support.andromo.com/i80-eu-user-consent-privacy-policy">EU User Consent</a>.</p>
<p>The Launch Notice dialog is shown when the user launches your app for the first time. If *Show License Agreement* is enabled, the launch notice will be shown after the license agreement has been accepted.</p>
<p><b>Notice Title</b>
<br>
The title to show on the launch notice dialog.</p>
<p><b>Notice Text</b>
<br>
The text you want to show on the launch notice dialog.</p>
<p>This text supports some very basic HTML markup: <span style="background-color: #c2bcbc;"><code>&lt;b&gt; for bold, &lt;i&gt; for italic, and &lt;a&gt; for hyperlinks</code></span>. (No other HTML is supported.)</p>
<p><b>European Union countries only (uncheck for Worldwide)</b></p>
<p>Allows you to restrict the launch notice to only be shown in countries that are part of the European Union where EU User Consent is required. If this option is unchecked, the launch notice dialog will be shown anywhere in the world.</p>
<p>The app will attempt to determine the user's country by using one of these methods, in the following order:</p>
<p>1. If it is a GSM phone, it will use the MCC reported by the mobile network (cell phone service provider).
<br>
2. If that fails, and an internet connection is available, it will perform an IP lookup.
<br>
3. If that fails, it will make an assumption based on the device language settings.</p>
<p>The check for the end user's country will not be repeated; once a country has been determined, that country will be used in the future, until the app is uninstalled or its data cache is cleared.</p>
<hr>
<h4><b>Professional Features</b></h4>
<p>This section contains professional features. They can only be used if you have a <a href="https://support.andromo.com/i60-andromo-professional-subscription">Professional subscription</a>.</p>
<p><b>Custom Package Name</b>
<br>
<i>Only available with a Professional subscription.</i></p>
<p><b>WARNING:</b> Leave this blank unless you are 100% sure of what you are doing and why you are doing it.</p>
<p>Anything you enter will be used as the package name for your Android app. More information on this setting can be found in the package section of the <span style="background-color: #ffffff;"><a style="background-color: #ffffff;" href="http://developer.android.com/guide/topics/manifest/manifest-element.html" rel="nofollow">Android Manifest documentation</a></span>:</p>
<blockquote>
<p style="padding-left: 30px;"><i><span style="color: #999999;">A full Java-language-style package name for the application. The name should be unique. The name may</span></i>
<br>
<i><span style="color: #999999;">contain uppercase or lowercase letters ('A' through 'Z'), numbers, and underscores ('_'). However, individual</span></i>
<br>
<i><span style="color: #999999;">package name parts may only start with letters.</span><span style="color: #999999;"> </span></i></p>
<p style="padding-left: 30px;"><br>
<i><span style="color: #999999;">To avoid conflicts with other developers, you should use Internet domain ownership as the basis for your</span></i>
<br>
<i><span style="color: #999999;">package names (in reverse). For example, applications published by Google start with com.google. You</span></i>
<br>
<i><span style="color: #999999;">should also never use the com.example namespace when publishing your applications.</span></i></p>
<p style="padding-left: 30px;"><br>
<i><span style="color: #999999;"><b>Caution: </b>Once you publish your application, you cannot change the package name. The package name</span></i>
<br>
<i><span style="color: #999999;">defines your application's identity, so if you change it, then it is considered to be a different application</span></i>
<br>
<i><span style="color: #999999;">and users of the previous version cannot update to the new version.</span></i></p>
</blockquote>
<p>It is not necessary to change the package name, and most users will never see the package name. However if you want to change your package name to follow <a href="http://en.wikipedia.org/wiki/Java_package#Package_naming_convention" rel="nofollow"><span style="background-color: #ffff00;"><span style="background-color: #ffffff;">package naming conventions</span></span></a> or change it for a customer you can.</p>
<p>You also must avoid reserved Java keywords when creating your package name. You can find a list of these in the <span style="background-color: #ffffff;">[<a style="background-color: #ffffff;" href="http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html" rel="nofollow">Java Language Keywords</a>]</span> topic. If your package name includes any of these, it will fail during the build process.</p>
<p>If you leave this field blank Andromo will use a default package name in this format:</p>
<p><span style="background-color: #c2bcbc;"><code>com.andromo.devXXXX.appYYYY</code></span></p>
<p>Where XXXX is your User ID, and YYYY is the Project ID.</p>
<p><b>Note:</b> If you change your package name while you have a Professional subscription and then let your Professional subscription expire, you will not be able to update your app in Google Play, as the package name will revert to the default. Change this value with care.</p>
<p><b>Show Customized Text on About Dialog</b>
<br>
<i>Only available with a Professional subscription.</i></p>
<p>Allows you to show custom text that will appear on the About dialog, which is accessible from the overflow menu on the toolbar (in the top right corner of the screen).</p>
<p>Enabling this option displays the <i>About Dialog Text</i> field where you can enter the custom dialog text.</p>
<p><b>About Dialog Text</b>
<br>
The text you want to show on the About dialog. This can be useful for showing simple instructions, listing credits for the content you've used, or describing the changes in the latest version of your app.</p>
<p>This text supports some very basic HTML markup: <span style="background-color: #c2bcbc;"><code>&lt;b&gt; for bold, &lt;i&gt; for italic, and &lt;a&gt; for hyperlinks</code></span>. (No other HTML is supported.)</p>
<p>Note: the user will be able to scroll the text if you enter more text than will fit on the About dialog at once.</p>]]></content:encoded>
    </item>
  </channel>
</rss>
