Questions tagged [branding]

Branding software usually means customizing its appearance (logos, layouts, colors, etc.) for a specific organization or theme.

In the context of software, branding means customizing the look and feel of a product to for a specific theme or organization. Generic products often let their buyers to personalize logos, layouts, colors and basically every aspect of the look and feel to reflect a certain theme or brand.

145 questions
14
votes
1 answer

Android Themes: Define colors/gradients in "baseTheme.xml", use within controls, override in "subThemeX.xml"

I'm having a hard time figuring out how to implement a more complex Theme/Style situation in android. I've studied the different Styling/Theming tutorials provided by Android, but they don't fit the bill in my case. The (distilled) situation is the…
Dirk
  • 397
  • 4
  • 16
12
votes
3 answers

Custom login page for Azure Active Directory

I'm working on an application that uses Azure AD as an identity provider. It works well, but the login experience is jarring when the user is taken from my application to the https://login.microsoftonline.com Azure hosted login page. In addition to…
Ben
  • 1,002
  • 1
  • 11
  • 25
7
votes
2 answers

Typescript: Enforce a type to be "string literal" and not

Problem Is there a way in Typescript to define a type that is only a string literal, excluding string itself? Note that I am not talking about a certain list of string literal; for which, a simple union of "Value1" | "Value2", or an enum type would…
Aidin
  • 7,505
  • 2
  • 35
  • 33
7
votes
1 answer

One app multiple branding

I have two apps that shares same functionality except images,icons,colors,app name and package change and the URL that gets called in the event of network activity. In iOS we can create two different apps easily from one source code by using the…
King
  • 3,536
  • 3
  • 9
  • 21
6
votes
2 answers

How to do extreme branding/internationalization in .NET

We are planning a pretty big application. -We want to internationalize our application for 30 countries. -In most countries 1 to 6 different brands are available. -Each combination of a certain locale like 'de' and brand like 'XXX' might occur…
HelloWorld
  • 4,100
  • 11
  • 38
  • 64
6
votes
4 answers

Translate Apple's model identifiers (MacBookPro5,1) to user-friendly names?

Does Mac OS X have API that translates Apple's model identifiers (the kind found in plists and APIs, e.g., "MacBookPro5,1") to user-friendly marketing names of these devices ("Unibody MacBook Pro Late 2008")? I'm looking for more future-proof…
Kornel
  • 91,239
  • 30
  • 200
  • 278
6
votes
1 answer

Branding a wpf application

I'm developing a "white label" WPF application, ie an application that will be resold under different brands. This means I need to be able to change text content, icons, etc easily. How is this best implemented in WPF? I've been putting texts and…
carlpett
  • 10,619
  • 4
  • 42
  • 80
5
votes
2 answers

.Net Localization vs Branding

Let's say I have a WCF service, it has multiple clients, in multiple languages. It would be appropriate to use the resource files and satellite assemblies to provide localized resource strings. Now if those resource strings become branded, for…
GenEric35
  • 6,234
  • 3
  • 20
  • 22
5
votes
1 answer

MultiBranding the same source code without using xcode

I have an app and I’d like to brand it as 3 different apps with different UI. I don’t want to do using Xcode directly. So far I found so many solutions that says create different targets and drag and drop the image like that But I intend to do this…
Rajesh Vekariya
  • 370
  • 3
  • 7
5
votes
4 answers

Install two versions of same iOS app

I am developing an iOS-application which is supposed to be branded to different customers. The issue at hand is that I need two versions of the application (one with orange theme and one with red theme) installed at the same time. What would be the…
user1354603
  • 3,936
  • 4
  • 28
  • 43
4
votes
4 answers

Brandable Android Application

We service multiple clients. One feature we want to offer is an android application which allows the client to custom brand the application (icons, logos, names, etc). Here are a few stipulations. Customers of clients will use this app. You…
Josh
  • 15,587
  • 25
  • 107
  • 149
4
votes
3 answers

How to remove LARAVEL from branding and use own branding in Laravel 5

In Laravel 5, how could I remove "Laravel" from the forget password email template, and to use my own branding? Please kindly advise to achieve this.
Devith
  • 311
  • 3
  • 10
4
votes
2 answers

One App, Multiple Branding

I have made an application for the iPhone but it is required to be released with multiple brandings. Eg Differernt: App Name Icons Default.png Text replaced for the app name in IB Colour schemes for all images such as backgrounds, icons etc I'm…
user426140
  • 45
  • 4
4
votes
1 answer

Powered by ILNumerics

We are using the professional Version 3.0. In the ILPanel always the "Powered by ILNumerics" appears. Only when we are using local scenes ne wILScens(true) it disappears. Is there really a need to show this for the paid version always? I think the…
user813958
  • 61
  • 1
4
votes
3 answers

Rebranding Application Resources in .NET 2.0

I'm about to start writing a tool in .NET 2.0 (C#), and the tool needs to be re-brandable to be sold for use by other companies. We'll compile the tool in house, with other company's resources, so they don't get the source, just the generated…
BrianH
  • 1,022
  • 1
  • 15
  • 21
1
2 3
9 10