I am developing one application related to downloads.
For that i am searching.I got some examples,but these examples are not full fill my
requirement.
My requirement is getting the information about all downloaded items.
If any one know the solution,please help me
Thanks in advance
My requirement is getting the information about all downloaded items.
Fortunately, this is not possible, for obvious privacy and security reasons. Applications do not have to somehow magically make their Internet operations available for you to spy upon.
Related
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.
I was hoping someone could help me with a question I have.
If I want to consume data from several API's in android (they are checked once a day for changes) and then I combine all of the data and do something with it, what would be the best way to do this from a resource and memory point of view ?
An example would be getting bus timetables from several bus companies operating in a city and then showing what busses are leaving in the next hour for example, that is relative to your location.
I do know how to consume Rest API's in Android, I am just wondering if there is a better way than calling say 20 API's once a day and storing the data ?
If I have not explained the question well enough please feel free to ask me anything and I will try and explain it better.
Thanks in advance.
I think you should make a few question about your solution.
Does your solution require the access to 20 different api's and the mobile app will be distributed in more than one user? If the answer is YES then you need a backend. The backend will execute a batch process to access the data from the 20 sources, consolidate the information and will be available for as many client devices require that information.
If the information will be not updated, you can make one call per day to the backend and keep it cached on the device.
If your app get more complex, could even receive notifications about changes on the data so it could update it.
Hope it helps.
I have googled the heck out of this but I could not find any pointers. So any help would be great.
I am trying to implement a link preview for my users in a feed stream like Facebook on an Android native app as below!!
I am looking for solutions which require least amount of data usage by the user and hence reducing loading time so that this ca be accomplished cleanly.
Do I have to store the image, title and description data on my own server??
Please HELP!
I think I have found a solution in a blog. It stores the image thumbnails in the cache. However I am worried about the memory leaks.
http://www.androidhive.info/2012/07/android-loading-image-from-url-http/
Please check this out and tell me how we can tackle memory leaks.
You could use a third-party service like ThumbnailApp, which I wrote about here for a similar question, except you would need to use the HTTP API and not the JavaScript SDK. There are also other services like ShrinkTheWeb but I'm not sure they give you the title / description.
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.
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.