[android-developers] How does Play Store alteregos like AppAware display apps?

2014-04-17 Thread Balint
Hi, We have a very special idea about a new Play Store alterego. We would display Android apps in a dedicated app just like AppAware, 1Mobile Market, AppSales, Appsfire, but in a special way. However, we don't know if we can display the apps without the developers' permission. Do these

[android-developers] Android Pinch zoom not working over imageview inside gesture overlayview

2014-04-17 Thread KK
I am doing the following in my application. 1) Display a image in a activity. 2) Recognize gesture over that image. 3) And also doing pinch and zoom over the same image. The layout I have created is given below. *?xml version=1.0 encoding=utf-8?* *FrameLayout

[android-developers] Google provides 2 different examples of HttpURLConnection usage - Should we call HttpURLConnection's disconnect?

2014-04-17 Thread yccheok
Google is providing 2 different examples of HttpURLConnection usage. Not calling HttpURLConnection's disconnect http://developer.android.com/training/basics/network-ops/connecting.html // Given a URL, establishes an HttpUrlConnection and retrieves// the web page content as a InputStream,

[android-developers] Do we need to consume HttpURLConnection's error stream when IOException thrown

2014-04-17 Thread yccheok
According to technical guide from Oracle Java, we should consume HttpURLConnection's error stream when IOException thrown http://docs.oracle.com/javase/6/docs/technotes/guides/net/http-keepalive.html What can you do to help with Keep-Alive? Do not abandon a connection by ignoring the

[android-developers] read post parameters

2014-04-17 Thread Rahul Kaushik
Hi, I have an html file in my assets folder ,which POST the form and have 100 parameters,i can load that html in my webview control when click the submit button which post the html , it redirect to the new html, which is also in assets folder but before redirecting to new html, i want to read