Sunday 29 September 2019

Liked on YouTube: how to create camera app in mit app inventor 2

how to create camera app in mit app inventor 2

In this tutorial, I'm going to show you how to use the camera and save the image in the gallery in the MIT app inventor. its very simple to create the camera android app for taking the picture. we need to write only a few lines code to create this android application. so let start. Accessing images and sounds in App Inventor 2 Applications built with App Inventor can access sound, image, and video sources from three different kinds of locations: Application assets The sources labeled Media shown in the designer — part of the application's assets — are packaged with the application. Anyone who installs your application will have them, as part of the application. You also specify them in the designer, which is convenient. You can also specify these in programs by their file name: just use the file name without any special prefix. For example, if you have an image asset named kitty.png, you can use it as an image: just set the Picture property of an image component to the text kitty.png. You can similarly use files names for sound (Sound or Player) or video (VideoPlayer). Assets are the most convenient to use, but the space for them is limited to a few megabytes, because they must be packaged with the application. They are good for small images and short audio selections. Bit you would probably not use them for complete songs or videos. The phone SD card You can access files on your phone's SD (secure digital) card using file names that begin with /sdcard . You could play a song on your SDCard by setting the source of a Player component to /sdcard/Music/Blondie/The Best of Blondie/Heart of Glass.mp3 and starting the Player (assuming of course, that the song file is on the SDCard). Make sure to specify the complete file name, including the "mp3". The Android system also includes an alternative way to designe SDCard files as URLs. Here you prefix the file name with file:///sdcard and use "URL encoding" for special characters. For example, a space is "%20". So you could designate the same file by setting the player source to file:///sdcard/Music/Blondie/The%20Best%20of%20Blondie/Heart%20of%20Glass.mp3 Note that you'll want to use a Player component for this, not Sound. A complete song like this is too large for Sound to handle. Images and videos can be designated similarly. Using the SD Card provides a lot more space for media than trying to package things as assets. The drawback is that users won't automatically get them by installing your application. URLs and the Web You can access files on Web using URLs, starting with http:// , for example, setting the picture property of an image to https://ift.tt/2oocS3k and similarly for music and videos. Make sure you use the link that points to the actual file, not to players for the files, which is much more common on the Web, especially for music and videos. Other content URLs The Android system also uses URLs to access various places that media is stored on the phone. For example, the images in the photo gallery can be accessed with file names beginning content://media/external/images/media , as you can see by using the ImagePicker and examining the resulting image path. -~-~~-~~~-~~-~- Please watch: "How to buy a domain name from GoDaddy 2019" https://www.youtube.com/watch?v=ULV2vE1Ptio How to make a calling app in android https://www.youtube.com/watch?v=8VHRLWDmaHo How to create drawing android app in mit app inventor 2 https://www.youtube.com/watch?v=FimKlZH6Lkg How to make android calculator app using mit app https://www.youtube.com/watch?v=W39tJVxbvSM How to upload android app in google play store https://www.youtube.com/watch?v=KIPf9pBi89k how to create camera app in mit app inventor 2 https://www.youtube.com/watch?v=o-bYys8v9g4 How to create first android app in mit app inventor https://www.youtube.com/watch?v=pZWdFEzCZP0 -~-~~-~~~-~~-~- How to create an app for free using your mobile phone 2019 https://youtu.be/VxmK-giIyGA How to delete history in google chrome 2019 android https://youtu.be/2YJqas7Dwno how to create camera app in mit app inventor 2 https://youtu.be/o-bYys8v9g4 how to redirect http to https in Wordpress website https://youtu.be/dLrsJboGzRg How to install wordpress in xampp step by step https://youtu.be/YdwMhXX-FLE?list=PL7sbjUYIdF3Ueka8gN7sNX8VoBKoBYSFJ How to add youtube video to wordpress website https://youtu.be/YdwMhXX-FLE?list=PL7sbjUYIdF3Ueka8gN7sNX8VoBKoBYSFJ how to create child theme in WordPress 2019 https://youtu.be/zM-CT9wFtw8?list=PL7sbjUYIdF3Ueka8gN7sNX8VoBKoBYSFJ sdfhfdghjhjlqwerqwes werte qwexvnkl #USA lsdkfjsdlkfjd dfkajsdlfj lkdjsflkdjfdls The Coding Bus
via YouTube https://youtu.be/o-bYys8v9g4

No comments:

Post a Comment

😍Developer on Weekends #shorts #officememes #developermemes

😍Developer on Weekends #shorts #officememes #developermemes Welcome to the latest viral YouTube shorts meme for developers! 😍Developer on...