Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
So, i made a simple game in android studio and everything worked fine on my api 17 device. For some reason it doesn't want to work on my other device with api 23. It instantly stops working. I'm pretty sure it has nothing to do with permissions (that was the only thing that i found on google). My app uses only Google game services and sharedprefernces. I'm quiete new so dont hate if the question doesn't makes sense or something.
There are many changes. You can check the version changes in the documentation. You should check the log cat for the exact exception if you start to Google for it you will probably find out fast what is going on.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
My Application works all good but for some users a functionality isn't working. How to look after this, when the application is working fine for me and most of the users and not for some. How to debug it?
You could use a bug tracking tool. I am using this one, it's really easy to use: splunk mink but there are also others like instabug, appsee or others.
The deal with such tracking tools is that you get live data from the app usage, errors, crashes and other useful information you can use to improve your app.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have integrated parse sdk in my android app and tested it on android 5.0 on a real device. The problem is that initially the app does not display any content it is completely blank, but after few hours the app starts functioning normally with push notifications. Has anyone faced this issue before or can anyone tell me why is this happening ?
So i finally have got the solution to this problem. If you have been using parse example from foamyguy from githhub you would have a blank activity in android 5.0 when you run it for the first time. The solution is just go to ParseApplication.java and comment the line which says
ParseInstallation.getCurrentInstallation().saveInBackground();
And run it, it will work, if your application crashes, then use this line
ParseInstallation.getCurrentInstallation().saveEventually();
This will completely fix your application.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have a question concerning Android APIs.
1) Does the latest API (in Android) include ALL features (classes) from the earlier ones?
2) Is there any features, that got removed by a newer API? If yes, is there any website showing me the added/edited/removed features?
thank you :)))))
Does the latest API (in Android) include ALL features (classes) from the earlier ones?
Generally, yes.
Is there any features, that got removed by a newer API?
Sometimes, yes. Usually, what happens is that the resulting methods get marked as deprecated and do not do anything. Occasionally, stuff gets deleted from the class library outright.
If yes, is there any website showing me the added/edited/removed features?
There is an API differences report for each API release. For example, here is the report of the changes between API Level 20 and 21.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
About 20 hours ago, I published my first android application on Google market. Everything works fine, but I would like to find out If i done something wrong. I can't see statistics for this app: "Sorry, no data for this metric". Is this because of the fact that my app is freshly published, or is it because of code (maybe I have to insert some peace of code in order to enable tracking)?
Thanks.
It takes a little longer. I'm not sure of the exact cycle, but it takes a day or so for the first update.
If its a paid app you can see the number of downloads by looking in your merchant account.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to develop an app like this. Is there an API for this?
http://ipclineapro.com/ticketscan/
The TicketScan app is made specifically for the Webconnex platform (i.e someone buys tickets on Webconnex). So it isn't intended for other platforms, which is why it only provides a ticket number.
We do not, as of yet, have an Android app. When we first created TicketScan it only supported the Linea Pro (iPod accessory, now also for iPhone), but we later added support for QRCodes for the camera.
If you are wanting to make an Android app that works with our platform, we do have an internal REST based service the app uses. This service isn't documented, and we don't intend to release it publicly in its current form, partly because it may be changed in the near future.
Currently we are working on a revamp of our platform, which will have a slew of API's available.
I recieved the reply to my mail from Webconnex. They said that there is no API open for us to use.