Configure android choose an action of file upload - android

I am currently developing a web based system using asp.net. the user would used a company provided phone which is android phone equipped with an camera application call solocator.
The problem is. I want to be able to allow the user to directly upload a photo from the application itself. is there anyway to configure android to allow user to select solocator when they click on the upload button.
Currently picture below is showing the available option when the user choose upload a file.
i want the solocator application be available on the list

There is no solution for this question as the solocator itself is not an camera application. If the solocator is categorised as camera application. it would be there.
the answer is provided by the solocator team itself..
sorry for all the trouble.

Related

auto-fill not working in InAppBrowserObject external website on Android device

I have been struggling to get my app working the way I want it to. I have an ionic/angular based app that is meant to be only for the Android platform. It is basically a wrapper for an already-existing website from the company I work at. The InAppBrowserObject works great for this, it does exactly what I want except that it doesn't auto-fill the login credentials. It makes it so users need to login every time they open the app which is not what we want. We want the external website to open in the app itself and not in the device's browser, so I use "_self" as target.
I have noticed that when I use the device's browser (target: _system) that it asks for permission to save the credentials and then it does actually save them. It is only when I use the targets: "_self" or "_blank" that I get no popup asking to save it (it also doesn't save it). In the image below you can see the code in the app.component.ts file and some information about the app which might be important. The app is small, it literally only has the app.component files and that's it. It opens the external website immediatly when the app is started.
At this point I am clueless as to what to do about this problem. I think I have visited every website that is related to this subject and the solutions are either outdated or there is no solution at all. I hope I gave enough information as to what the problem is, if not, I can always add more.
Information:
using Angular(ts), Ionic in vs-code. Testing apk in Android Studio.
InAppBrowserObject (Cordova, #awesome-cordova-plugins/in-app-browser)
app.component.ts file ^
target set to _self and not auto-filling the inputs (the inputs in the website are set with autocomplete on)
target set to _system and auto-filling is working correctly.

Navigation Epub3 on android

I've already built my app, I've got a backend CMS and whilst I can get it to work in opening my stories, I have an issue in being able to navigate within my stories. I've uploaded them using calibre and have the format in epub3 allowing extra features that I require. I've found that when I click within my stories, for a different chapter as an example, the corresponding chapter will open but it opens in a Web browser and from that Web page onto others if another click is submitted.
Is there anything within android studio that I can enable which may prevent this from happening?
I suspect it might be a feature of how calibre is scripted but if there is a way I can disable that function within android studio, it might prevent the user from being taken out of the app?

Camera launching when I click an app

I am trying to do an android app where I will use facial recognition for providing security to the other applications present in phone. I am retrieving all applications and showing them in a list. I kept a button(ON/OFF) beside every application mentioned in the list. When I select ON for an app I provide security for that app using facial recognition.
Now, when I am trying to open the corresponding app it should first go to front camera. Here is where I am facing problem. Since I am new to android I don't understand how to redirect to front camera when I open an application.
Please help me if anyone has an idea on how to do it.

Using Goggles or Zxing Barcode scanner with a PhoneGap application

I am trying to set up my current app (it's a HTML5 application compiled with phonegap build) where when I press a button, it pops up an option to select which bar code scanner to use(Or prompt to download the bar code scanner). When I select and scan it, I want to retrieve the information.
For example:
Retrieving via Zxing scanner would give me a set of numbers.
Retrieving via Goggles will give me more information like the number and product details.
I have seen some guides which are for native Android where they use Zxing but not Goggles. Seen no guides for using Goggles in an application. Closest I saw is a reverse engineered attempt dated few years back and not for HTML5 plat.
All I need to do is press a button from my app, go out into one of the scanner apps and retrieve the information back to my app to display.
Is there anyway I can do this? Is there a set of APIs available to access Zxing and Goggles via a HTML5/PhoneGap application?
It is definitely possible. Seen it on few applications.
This one for example: An app on Google Play
Please assist.
Screenshot additions for reference.
Screenshot 1
Screenshot 2

How to react to camera events in android

I want to make an app and in this app i want to save all the user taken images like this:
user takes picture with default camera app
my app give a notification it has succesfully backed up the image
Is there a way i can see the event of the camera app? and use this in my service?
I tryied searching for it on google and cant find anything
im trying to get to in with a service running in the background of my application
i know i need to import the camera classes
Hi You are able to cature the Image From this Example Url:
http://www.androidhive.info/2013/09/android-working-with-camera-api/
And also You are able to Make a Notification that The Captured Image are saved in the Location.
user takes picture with default camera app
There are ~1.5 billion Android devices, spanning thousands of device models, with hundreds of "default camera app" implementations. There are also hundreds more camera apps that the user might install through the Play Store or other channels.
my app give a notification it has succesfully backed up the image
There is no requirement that your app have the ability to access the image, wherever it gets stored. For example, the camera app might upload it directly to a Web service, or might store it on removable storage.
Is there a way i can see the event of the camera app?
There is no documented protocol, let alone a requirement to follow it, where camera apps let arbitrary third party apps know that a picture was taken.
i know i need to import the camera classes
Only if you are going to write your own camera app.

Categories

Resources