ANDLUA+ SHARE PROJECT
2.93K subscribers
195 photos
112 videos
376 files
47 links
SHARE FREE .ALP OR PROJECT AND ANYTHING

GROUPS

@andluapublic
Download Telegram
base.apk
3.1 MB
Since many people are showing interest in java using aide/android studio .. just like Alua manual apk,here is an apk containing Java Library+Sketchware+Various Android Libraries for helping them ...
ANDLUA+ SHARE PROJECT
base.apk
If it ask for update then just update and refresh
Forwarded from AndLua+ بالعربي (Nawaf)
Suntik private gua dijual gan bukan ntuk dibagi
Forwarded from AndLua+ بالعربي (Nawaf)
--Custom Prinit Location
function print(nr)
context=activity.getApplicationContext();
duration=Toast.LENGTH_SHORT;
toast=Toast.makeText(context, nr,duration);
toast.setGravity(Gravity.TOP,0,100)--| Gravity.TOP, 1, 40);--Set location
toast.show();
end

print("Hello There")