function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pramod sharma 15pramod sharma 15 

Developing UI for Mobile app

I'm new to Salesforce mobile app developement. I only know that all the VF pages/coding we do on browser will directly reflect on Salesforce 1 app. I got a requirement to develop an mobile app with 3 screens navigating from one screen to another after entering data in each of them and finally save submit button. Also, client has requirement to show specific background on each screen (with client logo, app name, button styles).

My question : How to change background in the salesforce app and also how to change the input box dimensions as required by client, how to changes the button styles?

Regards
Pramod
BHinnersBHinners
With Visualforce, you can use CSS for setting the background and dimensions.  Just change the specified stylesheet or add the stle directly into the VF page.