Get my premium course to build industry-level Android apps & Ktor backends. 🚀 ahmed-guedmioui.thinkific.com/courses/build-industry-level-apps-and-ktor-backends And take your skills to the next level and become ready for the Android industry ✅
thanks for giving a good knowledge. I have an question what if i have an alarm which need to trigger every hour and it will do the task if 6 min in background. how to do that. I am simple doing what you have explained but after 2 hr alarm stop triggering.
من أفضل القنوات حقيقة جهد يشكر، عندي سؤال هل المنبه ينعاد بشكل تلقائي بنفس التوقيت كل يوم مثلًا المستخدم حدد الوقت في الساعة 8 مساءً هل راح يتكرر كل يوم بنفس التوقيت أم لا ، إن كان لا أتمنى تفيدني كيف أخلي المنبه يتكرر بشكل يومي
أجل سيتكرر، استعمل alarmManager.setRepeating و RTC_WAKEUP وقم بضبطه لكي يتكرر كل يوم باستعمال AlarmManager.INTERVAL_DAY alarmManager.setRepeating( AlarmManager.RTC_WAKEUP, 07:00 AM, AlarmManager.INTERVAL_DAY, pendingIntent )
Get my premium course to build industry-level Android apps & Ktor backends. 🚀
ahmed-guedmioui.thinkific.com/courses/build-industry-level-apps-and-ktor-backends
And take your skills to the next level and become ready for the Android industry ✅
Great job as always!! Please also make video on map in compose.
Hehe new vid I was waiting for Ktor one but then u told me on fb :)
Ok, this is the best tutorial for this thing)
Please make a real example of alarm manager.. and work manager
Can you please make videos , in which we can access all rhe photos and videos of tue gallery to our app and show ir ?
Like an gallery app?
Hey, Thanks for video❤❤
thanks for giving a good knowledge. I have an question what if i have an alarm which need to trigger every hour and it will do the task if 6 min in background. how to do that.
I am simple doing what you have explained but after 2 hr alarm stop triggering.
Sir please make a full music app tutorial and also videoplayer🙏🏼🙏🏼
Thanks for this video
How can i set schdule repeat at a time every day? I think Set repeating dont work correctly!!
Hey can we create multiple alarms with this
I have problem AlarmManager set as PM firing at AM time
من أفضل القنوات حقيقة جهد يشكر، عندي سؤال هل المنبه ينعاد بشكل تلقائي بنفس التوقيت كل يوم
مثلًا المستخدم حدد الوقت في الساعة 8 مساءً هل راح يتكرر كل يوم بنفس التوقيت أم لا ،
إن كان لا أتمنى تفيدني كيف أخلي المنبه يتكرر بشكل يومي
أجل سيتكرر، استعمل alarmManager.setRepeating و RTC_WAKEUP وقم بضبطه لكي يتكرر كل يوم باستعمال AlarmManager.INTERVAL_DAY
alarmManager.setRepeating(
AlarmManager.RTC_WAKEUP,
07:00 AM,
AlarmManager.INTERVAL_DAY,
pendingIntent
)
@@ahmed_guedmioui مشكور والله أتمنى لك التوفيق
Can you make a video on web scrapping? or you have already recorded it lol 😂.
LOL I don't know how to do that 🥲
@@ahmed_guedmioui okay no worries thanks for this video though.