java - Amazon's Knowledge of Submitted apk's -


how amazon know things android app?

for example, able determine blocked ui , declined reason. how did ascertain blocking , there software available me check this? ask because have large app , want pinpoint occurring, thought careful when invoking ui changes.

amazon says... application attempts call android activity lifecycle method on background thread. amazon drm not allow developers invoke android activity lifecycle methods on background threads. more information on processes , threads, please visit: http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html. additionally, android ui toolkit not thread-safe. so, must not manipulate ui worker thread — must manipulation user interface ui thread. there 2 rules android's single thread model: * not block ui thread. * not access android ui toolkit outside ui thread.

update:

i speculate (as request :)) use miriad of tools , scripts execute submitted app in lots of permutations of api level, screen size, etc.

some tools may use:


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -