[android-developers] Android main thread blocking WebView thread

2016-06-21 Thread KT
I've been working on a problem with doing a synchronous call to Javascript in a WebView (with a return value) and trying to narrow down the where and why of why it's not working. It seems to be that the WebView thread is blocking while the main thread is waiting for a response from it -- which

[android-developers] Problems with Calendar Provider queries

2011-02-24 Thread KT
[Moderator, please try to shorten your "lag". I am trying to post this message since 20th Feb] Hi, I got problems dealing with Calendar Provider. If I try to count number of events at given day, the value I get is incorrect. This is my code: Calendar car = Calendar.getInstance(); Uri.Builder bu

[android-developers] Problems with Calendar Provider queries

2011-02-22 Thread KT
Hi, I got problems dealing with Calendar Provider. If I try to i.e. get number of events at given day, the value I receive is incorrect. I do that this way: Calendar car = Calendar.getInstance(); Uri.Builder builder = Uri.parse("content://" + getCalendarAuthority() + "/instances/when/").buildUpon

[android-developers] Problems with Calendar Provider queries

2011-02-22 Thread KT
Hi, I got problems dealing with Calendar Provider. If I try to i.e. get number of events at given day, the value I receive is incorrect. I do that this way: Calendar car = Calendar.getInstance(); Uri.Builder builder = Uri.parse("content://" + getCalendarAuthority() + "/instances/when/").buildUpon

[android-developers] Problems with Calendar Provider queries

2011-02-22 Thread KT
Hi, I got problems dealing with Calendar Provider. If I try to i.e. get number of events at given day, the value I receive is incorrect. I do that this way: Calendar car = Calendar.getInstance(); Uri.Builder builder = Uri.parse("content://" + getCalendarAuthority() + "/instances/when/").buildUpon

[android-developers] Froyo only support application(android:minSdkVersion="8") uploading fail..

2010-05-26 Thread KT
Hello, Excuse my English.. :) I make application using Froyo SDK.. It support only Android 2.2.. It is working well on Emulator and Nexus one.. but android market uploading error like below -. The file is invalid: W/ResourceType(12468): Bad string block: last string is not 0-terminated ERROR ge

[android-developers] How can scroll GridView's item by other events(not touch event)

2010-02-22 Thread KT
7;s not in GridView. How can scroll smoothly GridView's item by other events(not touch event)? thanks. KT -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To un