Dart Flutter : Why Android studio Emulator has no Gallery? - android-studio-3.0

Android studio Emulator has no Gallery among the apps. Is there anyway to get the emulator to show the gallery, which is present by default on all android phones?
Dart/Flutter needs to access it with the Image_Picker library.

The "stock" gallery app from google was discontinued with Lollipop. Now each manufacturer or ROM developer can decide wether they implement their own Gallery App or use Google Photos.
The Android Studio Stock emulator ROM with Google Features uses the Google Photos app as a gallery.
You could download another Gallery app and install it on your emulator if you like but it would be pretty much the same.
Here is an article about why Google removed the Stock Gallery App in Lollipop.
The package image_picker handles this part on its own.

Related

Deploying app for personal use on iOS device

I want to build a very simple gallery like app (which uses the Telegram bot API to fetch images from certain telegram channel). I want to have this app for both Android and iOS device. I guess either progressive web app or flutter could be used to achieve this. I have developed native android apps before, and wish to learn PWA or flutter along with this project.
So my question is, can I deploy this app to my iOS device without enrolling in the Apple developer program? Since this is only for personal use and I do not wish to publish this app on any app store. Also, do I need to have a Mac with Xcode to do this?!
Thanks in advance!
For developing a Progressive Web App for iOS, you won't need Xcode and a Macbook since it is basically still a website with enhancements. However, bear in mind that PWA support on iOS is very limited. Android has much better PWA support.
This article gives an overview of what is currently possible

Create an app for apple watch with flutter?

I started developing a Bluetooth Low energy application on flutter with android studio ( Windows). As i heard flutter allows to create app for android as well as iOS, I'd like to install my app on an apple watch. But my research got me thinking that this feature was not available yet:
https://github.com/flutter/flutter/issues/2056
https://www.reddit.com/r/FlutterDev/comments/9fryg2/does_flutter_work_on_apple_watch/
So, as I need to develop this app for professionnal need and already coded my app on Flutter, I'd want to be sure that it's not possible or if some solutions exist.

WebRTC Native API for IOS

I want to develop Iphone Native video chat app using WebRTC(Not browser). Main feature is Iphone user can able to call Desktop web browser. Any way?(please without third party API)
First, this is helpful tutorial http://ninjanetic.com/how-to-get-started-with-webrtc-and-ios-without-wasting-10-hours-of-your-life/ that help you build and run AppRTCDemo on iOS simulators and devices.
Second, download and run my AppRTCDemo if you cannot build AppRTCDemo by you own.

How to wiki not updated in Flyver SDK

I wanted to mimick video streaming, photo capture etc for android and iOS mobile apps using Drones. I have found Android support is available by Flyver here - http://flyver.co/drone-api-sdk/.
But, I could not find anything that suffice my needs as flyver wiki is not well updated.Please let me know how could I simulate Drone apps using Flyver?
Flyver SDK will soon support video streaming and restreaming from cameras such as GoPro.
You could run the apps on any Android phone and test without the drone.
Download the Hello Flyver application to get you started:
https://github.com/flyver/Flyver-Apps/tree/master/HelloFlyver
For further questions you could write directly into the forum pages: http://flyver.co/forum/

Creating Augmented Reality Application for blackberry10

I'm a BlackBerry native applications developer. I'm new in BB10 apps development. I'm supposed to create an Augmented Reality based application in BB10. I've no idea whether there's any third party library available for blackberry10 or not.
I have googled this thing. Have come to know that Wikitude has provided wikitide-SDK for Android and iOS; using it, android and iPhone developers can develop AR (Augmented Reality) Apps very easily. News says that Wikitude will release SDK for BlackBerry later this year.
Do anyone know the exact release date of Wikitide-SDK for BB10(blackberry) ?
Do anyone have any idea about any third library which I can use for developing AR apps for BB10?
Thanks in advance.
As of August first, they've made this press release.
Of interest in that press release is this (emphasis added):
Wikitude’s most recent product launch is the Wikitude SDK, which allows third parties to develop their own AR apps. The company is also preparing an SDK for BlackBerry® 10.
However, they not yet provided a timeline.
Edit: this is now available:
http://www.wikitude.com/wikitude-launches-worlds-augmented-reality-sdk-blackberry-10
Currently i am exploring Wikitude for BB10. I want to know if Wikitude fetch users location in background or not?

Resources