- Видео 7
- Просмотров 95 589
Developer Exc
Индия
Добавлен 28 авг 2016
Subscribe for a byte of knowledge! 🚀
Coding tips, security hacks, and all things tech! 🔐
Coding tips, security hacks, and all things tech! 🔐
Room Database using Java | Android Tutorial
The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
Watch the whole video with patience.
I recommend Android developers upgrade from SQLite to Android Room, to gain the benefits of an offline/online storage application. If you want to learn more , I suggest you visit the official Android developer site.
Watch the whole video with patience.
I recommend Android developers upgrade from SQLite to Android Room, to gain the benefits of an offline/online storage application. If you want to learn more , I suggest you visit the official Android developer site.
Просмотров: 11 161
Видео
How to Delete Files in external / scoped storage - Android API Level 30 Android 11 -Programmatically
Просмотров 3 тыс.2 года назад
Watch the whole video with patience. In this video we are going to delete media files in external storage in Android 11 programmatically . API LEVEL 30 R Android 11. The only permission needed in the manifest file is read_external_storage permission and write_external_storage permission. Android | Java If you find this video helpful , don't forget to like and subscribe.
Face Detection in Android using OpenCV and Java
Просмотров 9 тыс.3 года назад
Watch the whole video Using java and OpenCV , face detection in android can implemented easily. This tutorial demonstrate this. How to set up openCV in android : - stackoverflow.com/questions/27406303/opencv-in-android-studio Download lbpcascade_frontalface.xml and paste in Android raw folder. Download link- : github.com/opencv/opencv/blob/master/data/lbpcascades/lbpcascade_frontalface.xml If i...
How to run a thread in android continuously in background | Android Studio | Background Thread
Просмотров 4,9 тыс.3 года назад
Running a thread in background in Android .
How to fix Gradle proxy error | Unknown Host error | Android Studio
Просмотров 25 тыс.3 года назад
Watch the whole video. If it works for you then Please Subscribe this Channel.
SFML - Setup on Dev c++
Просмотров 40 тыс.4 года назад
Watch the whole video with patience and Follow all the steps carefully. If it works then please " Subscribe " the Channel. Example code link:- - www.sfml-dev.org/tutorials/2.5/start-cb.php Download link: sourceforge.net/projects/orwelldevcpp/ www.sfml-dev.org/download/sfml/2.4.0/
how do i link them statically?
Mn eu tentei fazer isso no dev c ++ mais recente e nao pego vc pode me ajudar ?
about the last step in which you have to copy the files from bin...is it mandatory? cause I am not having any folder like that, the version of sfml I used is 2.6.1
kindly reply asap, I have a project to submit😭
Mera phr bh error arha h, SFML/Graphics.hpp:No such file or directory,ab kia krun ? 😢
tks very much
thank you so much, i followed your video from start to end and it works, you're awesome❤
my pleasure :)
This will never work for me
Hello! Thanks And there's a major problem,i did setup everything like you did there's no problem with that but,everytime i execute the project it goes with a white screen then closes by itself Do you have a solution?
Iam surprised developers write code but dont share it due to their personal thinking
github.com/rahulexc/RoomDBApp :D For you buddy!
@@Developer_exc thanks mate
>Doesn't talks >Explains in the most simple and undertandable way >Give the links on the description >Leaves The peak tutorial
Thank you so much.. 😅😋
Supongo que es mejor que los otros videos que hablan de más xD
Thank you very much for your shared experience. It was realy useful 👍
guys be careful about the parameter , notice that i capital is the same as L uncapitalized , so before smfl it should uncapitalized L (l) not capitalized i(I) other than that this tutorial works great <3
Thanks it's work. compileSdk 33
Still ... it's not working 😭, what should i do
thank bro
Hi, at 20:02 : "Since all database CRUD should occur in backgroud ..." - why should they run in background ? who is telling this ? is "PersonDAO" able to do this without developer specific instructions, isn't it ?🤔
It can't opeate on main thread thats why. :)
@@Developer_exc thanks for quick response. Here my own answers: why should they run in background ? who is telling this ? Room library under Android OS was developed not to run queries under UI thread. So it must be in background (or you use allowMainThreadQueries() - not preferred). is "PersonDAO" able to do this without developer specific instructions, isn't it ? No, this must be implemented into Room library. To run in backgroud try to use "ExecutorService".
tks my man <33 it worked on the first attemp xD
Thanks.
thank you sm!! i was so irritated by smfl compilation on ubuntu, this tutorial was so easy to follow and helps me so much <3
Thanks for the tutorial
Bro... Which dependency do I add in gradle file?
KURWA MAĆ, The best video in the world!
I did everything, but when I run the code it doesn't make the window. It just compiles and finishes with no errors and does nothing. Edit- It works now
thank you for the tutorial!
There is an application I developed for Android. I want my application to run in the background, I want the countdown timer in a countdown-like feature to stop when the application is exited, but I want it to start again when the application is re-entered, and I want it to bring itself back to the front when another application is opened. But I guess Unity does not have an arrangement for running applications in the background. So I exported my project to Android Studio, but I don't know how to do this in Android Studio, because the project file I exported from Unity consists of two parts. How can I make the desired edits?
you may need to create a service to handle the countdown timer while your application is in the background.Bring the App to the Front: To bring your application back to the front when another application is opened, you can use techniques like launching a foreground notification or implementing a system-wide broadcast receiver. When your application receives a certain event or broadcast, you can bring it back to the front by starting the appropriate activity or notifying the user.
💥
Can you make a tutorial on how to delete from after resuming from gallery picker intent ? My app will ask the user to select a photo from their gallery , save a copy in app storage and delete from gallery. App has Manage_external_storage permission .
спасибо!
Thanks bro
thank you
How on earth did you do that we never work out with us how did you do it
thanks bro for helping with your valuable video this is so so so helpful to me and by this i am able to achieve the desired result
I want to delete directory.. this solution doesn't worked for directory delete.
With new restriction no app can delete the user made directiories.
Realtime face detection in Java ruclips.net/video/-5WMXkm-bEE/видео.html
Can you guide about detecting object and labeling object?
Code dedo
it worked very well, there is no way to give a path to the dlls?
skipping incompatible C:/SFML-2.5.1/lib/sfml-audio.lib when searching for -lsfml-audio skipping incompatible C:/SFML-2.5.1/lib/sfml-audio.lib when searching for -lsfml-graphics skipping incompatible C:/SFML-2.5.1/lib/sfml-audio.lib when searching for -lsfml-window skipping incompatible C:/SFML-2.5.1/lib/sfml-audio.lib when searching for -lsfml-system
*TO ANYONE who encountered ERROR 25(1 exit returned). Make sure that your sfml extracted file is located on your C drive. *the letters are SMALL letter "L" -lsfml-audio -lsfml-graphics -lsfml-system -lsfml-window *SAMPLE CODE #include <SFML/Graphics.hpp> int main() { sf::RenderWindow window(sf::VideoMode(200,200), "SFML Works!"); sf::CircleShape shape(100.f); shape.setFillColor(sf::Color::Green); while(window.isOpen()){ sf::Event event; while(window.pollEvent(event)){ if(event.type == sf::Event::Closed) window.close(); } window.clear(); window.draw(shape); window.display(); } return 0; }
how can you open terminal during the program running ?
i see some other coders can do it but i cant do it on dev c
It don`t work
Спасибо
Dear sir can you develop app using OpenCv with feature's of cartoonish face And face morph features kindly respond.m
Yes.. Using OpenCv it is quite easy to do so
Um monstro !!!!!!! funcionou direitinho
are we connecting it to your server? please answer
Nope brother
Thanks bro, but I do something a bit different from this video, instead of project option, I use compiler option, and it still works. Thanks for the tutorial.
Thank you...worked on the first attempt!
hello i tried this way to solve problem but it appear like this : Host name may not contain blanks , how can i change it i mean to see the window of host name and the 'ping localhost' in cmd make difference !!!!! please i need your help ..i wanna fix it thanks
Ping is not recognized as an internal or external command
Yo bro you are the best I have been struggling with this two days to now but you saved me man thank you very much