[android-developers] Re: Android Market news

2011-07-30 Thread chis
I'm experiencing this also. My apps in the console and the market I have all lost ratings. Several of my apps went from 4.5* to 3* or worse. Only ratings with comments have remained. So, this weighs the people that are impossible to please much more. It seems more will voice their negative

[android-developers] Sky Map integration via Intent

2011-03-02 Thread chis
Hello, I am trying to add a Google Sky Map search directly from my app with an intent. I'm doing this by: Intent skyIntent = new Intent(Intent.ACTION_SEARCH); skyIntent.setPackage(com.google.android.stardroid); skyIntent.putExtra(SearchManager.QUERY, searchString);