All Questions
9 questions
3
votes
1
answer
1k
views
Proper chromium browser branding?
I'm working on Chromium fork. How can i replace Chromium resources and app package?
Resources
I've found that one day android_branding_res_dirs gn argument was introduced:
@@ -43,10 +43,10 @@
# ...
0
votes
3
answers
125
views
Adding extra branding to an existing website
I am thinking of introducing a new look and feel for our website. We would like it to co-exist with the existing branding. The style (css/images) seen by the customer depends on a the person logging ...
2
votes
2
answers
1k
views
White label web applications
I have a web applications (using JSP, GSP, Grails, Java, Javascript ).
We want to white label it ( not sure if this is the right word ). What we really want to do is based on the URL from which user ...
3
votes
1
answer
867
views
Branding an Eclipse RCP app
I have a RCP app which I want to "brand", i.e. create a proper text for the about box with build id. Simple stuff. Unfortunately this wasn't as easy as I had hoped, and now I am stuck.
My RCP ...
2
votes
2
answers
3k
views
NetBeans Platform Application - change Icon generated by Installer
I developed an NetBeans Platform Application and generated a Windows installer. When I install the application I have the following Icon on the desktop:
Where do I change the icon in the settings of ...
2
votes
2
answers
111
views
Application rebrands - when should a branching strategy be employed?
Note: In case it matters, we are using git, (so branching and merging is a breeze), and this is an Android application (Java - so conditional compilation is not really applicable).
Similar to this ...
0
votes
1
answer
293
views
Dynamic Branding on Android
My requirement is that i need to change all the images and colors at run time. But as far as i know the images needs to be in the drawable folders. So my question is, after i export the apk file will ...
0
votes
1
answer
393
views
eclipse_customization.ini file and what are differences between application and product
When developing an eclipse plugin, we are using a file named plugin_customization.ini
I wonder where I can find detailed information about which setting can be set with help of this file?
Another ...
0
votes
2
answers
287
views
BlackBerry - is it possible to develop branded applications?
I've been asked to look into the development options for BlackBerry. My client wants to build an application that represents their brand. I realize that there are different techniques for doing ...