App inventor user interface modification

This is the project link

AI2 stands for App Inventor 2.

2 Likes

@NishyanthKumar @preetvadaliya
Can you tell me how to change the title of AI2 offline

1 Like

Title? Could you please elaborate?
Edi: Are you talking about the Window title?

2 Likes

@Nishyanth_Kumar


Only AI2 Offline​:yum::yum:

1 Like

@Benod_Monhora

follow this guide for build App Inventor from MIT Source

3 Likes

Use TamperMonkey, a JavaScript injector extension for browsers.
Here's how the code will look...
<<<Start of code
function(){
x = "title_you_want_goes_here"
document.getElementsByTagName("title").innerHTML(x)
};
function();
End of code>>>

How to use Tampermonkey: How to install and use Tampermonkey - YouTube

3 Likes

find your solution here

5 Likes

@preetvadaliya
Lovely

@preetvadaliya
Sir AI2 will be possible to be edite offline

I dont know much about MIT App Inventor off-line but I think if you use MIT Source code from GitHub then it is good and anyone of opensource contributor can help you.

2 Likes

:heart::heart::heart::heart::heart:

not sure. @ewpatton can guide you.

2 Likes

For Ui, in my suggestion, you need CSS + gwt,

If u need reference, you can see my posts

2 Likes

@Know_About_IT
Your dezine is so beautiful

1 Like

@Know_About_IT
I am know css

Or you could use JS/JQuery instead :smiling_imp:

2 Likes

Ya, but most direct way is gwt and css :slight_smile:

1 Like

Ah, I didn't realize you were using App Inventor Offline!
I only realized when I saw the Java color theme...

Dont mind @Appzard_lover But I am 100% sure your UI is stolen Css of https://app.androidbuilder.in :frowning:

4 Likes