AndLua+ بالعربي
1.4K subscribers
110 photos
122 videos
332 files
19 links
أول قناة متخصصه بشروحات AndLua
شروحات ✔️
سورسات ✔️
سورسات انجكتر ✔️
برامج و ملفات ✔️
اذا عندك أي سؤال تفضل
مجموعة المشاكل و الحلول :
@Ar_andlua

للأستفسارات : @NAWAF

This is our English Channel :
@andluaplus
Download Telegram
--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")
--Full Screen View

activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN)
Forwarded from Deleted Account
iOS Dialog Login @maapsedih.alp
4.9 KB
iOS Login Dialog @maapsedih

Base on Apple iOS Dialog by @Nawaf