Mobile studio in Studio

labandar
Tera Contributor

Hello fellow ServiceNow Devs,

I was working on Mobile Application and I was used to work on it in the Studio having a Mobile Studio as a dropdown. Now my instance got release unfortunately but thanks to the GIT back up I had and I retrived the data but I dont see the Mobile Studio in the Studio view, it was really feasible for me to work on it. Can someone help me here.

labandar_1-1708674445185.png

 

labandar_0-1708674244178.png

 

1 REPLY 1

Community Alums
Not applicable

Hi @labandar ,

ServiceNow has made some changes to the mobile app development approach, and the mobile studio option has been deprecated.

Instead, ServiceNow now emphasizes the use of the Mobile App Development Framework (MADF) for creating mobile apps.

 

general outline of the steps involved in creating these configurations using the Mobile App Development Framework:

  1. Start by accessing the Mobile Studio application in ServiceNow. You can find it by searching for "Mobile Studio" in the application navigator.

  2. Once you are in the Mobile Studio application, you can create a new mobile app project. This project will serve as the foundation for your mobile application.

  3. Within the project, you can define launcher screens. Launcher screens act as entry points to your mobile app and provide a user-friendly interface for navigating through different functionalities.

  4. Next, you can create applets, which represent individual functionalities or features within your mobile app. Applets are designed to provide specific actions or views to users.

  5. As for data items, you can define the data models that your mobile app will interact with. This includes configuring tables, fields, and relationships necessary for your app's functionality.