This is the project link
Download AI2Offline for free. App Inventor, server offline without internet connection. App Inventor, server offline without internet connection. The generated .apk apps come without menus:
-About this application.
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
@Benod_Monhora
follow this guide for build App Inventor from MIT Source
@Faraz_Firoz please read it carefully and follow the steps given below.
Step : 1 (Check Pre-Requisites)
Check Java is installed or not?
run java -version
output java version "1.8.0_281" or 1.8.x
Check Apache Ant is installed or not?
run ant -version
output Apache Ant(TM) version 1.10.x or higher
Step : 2 (Install Dependencies)
Navigate to appinventor-sources directory
run cd appinventor-sources (for navigation)
Update Dependencies
run git submodule update --init
Step : 3 (Navigation…
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
@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
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
SO well hi guys, My self a little coder named Anshuman Mishra. Actually, I hoped to participate in Gsoc this year but, sadly I wasn't able to do so ( Due to age eligibility problems). I made a UI project, maybe it may have mistakes.
Preview
[image]
Please give me suggestions to improve it more.
Note: I will make this UI open source as soon as when most of things are done and the Ui satisfies you all.
Open source Link
Will be updated when most of the bugs and problems are fixed
Sorry if t…
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
2 Likes
Ya, but most direct way is gwt and css
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
4 Likes