How to change custom name from the values of MIT App Inventor
ode.java file change name
@superboy Could you elaborate a bit, like where exactly i need to change the name in this file to reflect the custom name.
Do you mean the head tittle ?
You can change it in the index.html file in war folder try...
Actually i did this already, but the changes is not happening. Its coming up for a second and then its MIT app inventor only.
Hello @Satzd68,
The App Inventor's website title is being set dynamically at:
So, if you want to change the title to something else, you may want to modify the corresponding OdeMessage to your new name:
Oh thanks I also did not know that....
You should do your changes to the OdeMessages class, you can find it at appengine/src/com/google/appinventor/client/
.
The ode message that you need to modify is titleYoungAndroid
.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.