[android-developers] Android developer blog as a rss feeds

2017-08-15 Thread Dmitriy Kazakov
Context I am working on mobile assistant which first aim to play a role of RSS feed for android developer blog http://feeds.feedburner.com/blogspot/hsDu The issue The content I received is an html web page. Not expected json or xml. It is possible to show it within web view, but I would like to

[android-developers] How to make flavor?

2013-11-01 Thread Dmitriy Kazakov
I have a script apply plugin: 'android' repositories { mavenCentral() } dependencies { compile 'commons-io:commons-io:2.4' compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' compile 'com.android.support:support-v4:18.0.+' compile

[android-developers] Fragment with onLoadFinished()

2013-10-12 Thread Dmitriy Kazakov
I know about issues binded with fragment transactions which are made after onSavedState(), e.g. onLoadFinished, but I really need to change fragment or pass some data to it. I see a few solution: - commitAllowingStateLoss(): remove a big part of bugs, but rised up issues with saved content

[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-21 Thread Dmitriy Kazakov
Thanks b0b, Th problem is that I receiev the log file with a lot of exceptions as this, they are so much that I don't see previous rows. I have a case when my service could be killed by system. Notification in status bar and running as foreground make it's life longer but case are occurs

[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-19 Thread Dmitriy Kazakov
Hi, App still catch this problem. Could someone help me to figure out with it? воскресенье, 25 ноября 2012 г., 19:56:43 UTC+4 пользователь Dmitriy Kazakov написал: Hello, I have an app did a lot calculations, comunicate with a server and lives all time in backgound if user wants it. My

[android-developers] what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-11-28 Thread Dmitriy Kazakov
Hello, I have an app did a lot calculations, comunicate with a server and lives all time in backgound if user wants it. My service could be killed with an entire process and recreating again when memory have been available so I manage this behaviour. But issue is that in some rare cases I get