Emergency information in Android N - android

Based on this link it seems that Android N is coming up with a new feature that will let users build a medical profile which can be used by medical professionals in case of an emergency.
So, I've been searching around a lot but I cannot find any references to whether developers will be able to pull this information from the device. I guess it would be part of Google's People API, but right now I cannot find any references to this.
So, does anyone have any ideas whether this is possible or not? And if possible is there any documentation pointing towards it?

Related

Is there any solution to detect modified app using flutter?

I am pretty much curious to know If there is any solution to detect whether the app is modified by the user or not? I am using flutter for development. Cause nowadays I can see people are trying to modify apk files according to their needs. So I am confused about the spike for reverse engineers. If you people can give me a good suggestion to detect the app is modified by that particular user.
I will be thankful if you give effort to find a better solution for this issue.

Android location tracking

I'm a beginner in android development. I need some idea about how can I make an app which can track a phone's live location. I want to use the same app on 2 devices and both of them should be able to track each other. Can someone please help?
the good starting point is https://developer.android.com/training/location where you can find examples and best practices. Depending on your application please consider a suitable strategy (background tracking, geofencing, and impact on the battery). The second thing you have to solve is how to exchange/share information between devices. There are ways how to deal with it. For example, google API, web socket or something else. Sorry for the general answer.

Developing an Android app with monthly subscription

I want to develop an app which I stream basic text information about sports. First of all I believe I need a server which my users connect to see my stream as soon as something new is published. But I don't have an idea about how to build something like that. I did some search on web to find lessons or answers but I wasn't able to find anything useful. If it's true that I need a server, is Java language good to code server's program? Because I only know a little bit of Java.
And I want my app to have a monthly fee. I'm completely new to programming but I guess I need a database to keep track of my user information. Do I have to build my own user membership system - which people register with their e-mails etc- for all this? Is it hard to do that? And again I don't have any source of information about this one too.
I'm lost at this point. I don't know what to search to get some answers. So I'm asking you guys. What do I need to build an app with monthly fee that streams live information? I'm not expecting a full answer here but at least I believe you guys can tell me where to look for answers. Thanks.
While I agree the question is very vague and open (we could write a thesis on the topic in question and everyone will have their own way to complete) my suggestion would be to research the following:
Java - read as much as you can about the language and ensure that you are happy with (or know where you can get access to good helpers) the syntax (you mention that you know a little about Java so that is a good start).
Android programming in general. Look up the Activity lifecycle (The Android documentation is good, read as much as you can, follow the examples and try out the tutorials! https://developer.android.com/training/basics/activity-lifecycle/index.html)
Read up on Firebase; this should make the server side a little simpler (although I have only a parsing knowledge (i.e., none) of Firebase, it looks like it will be a good start). Again walk through the examples / tutorials; do the Hello World and then pull it apart to see if you can figure out how it is holding together.
Then when you have questions (which you will, we all do!) come back and I know that you will get some great help!
Once you have a few applications under your belt (personal 'play' apps) then and only then would I consider looking at the Google Play API (https://developers.google.com/android-publisher/).
Hope this gets you on the starting grid at least! Good luck!
Gav

how to generate a document for a receipt printer using android

Ok, here we go, I have to develop an application, which has to allow electricty and water bill payment, and naturally it's supposed to generate at the end of the transaction a receipt, I particullary need to know how to transfer data and determine what would be displayed on the reciept.
I'v gone through this forum and i've found out some StarIO android sdk, knowing that I have a weak english, and it's a bit hard for me to figure out what's going on in the starIO's documentation, i would like to know if StarIO's packages' are what I need for this application or I just misunderstood the objective behind it.
Thanks in advance.
Well, if you have to work with a Star printer, then yes, their SDK is the way to go. If not, though, we'd need a lot more details to answer your question fully.

How to Read information from an image of a card(credit,debit...)in android?

The requirement is to get information on the different types of cards such as Credit ,Debit, License, SSN, medical insurances etc.
We need to get a photo from the mobile phone then extract details of main fields (name and contact details of user, issuer’s main details if has mentioned and Card NO) and store within our application .
As i find Abby mobile ocr engine is a better solution.
But i need a open source sdk or api to resolve this problem. And also guide to do the installation on the windows xp and to do a very little example.
I searched on the internet couple of days, but could not fine a good solution.
Thanks a lot.
You may have seen this already but here is some good information about OCR using OpenCV which is opensource.
https://stackoverflow.com/questions/1284214/simple-ocr-programming-tutorials-articles
"I have a problem core to our business, please solve the issue for me." It's not a simple problem by any means, you're going to have to expend significant efforts improving your algorithm to read all sorts of different fields.
Best bet? Make the application take a photo and upload it to your service, you have much more flexibility and processing power there. Any existing partial solutions will likely be unsuitable for Android usage.

Categories

Resources