[android-developers] Problem while Testing in Debugging Mode on Real Android Device

2012-11-03 Thread Aadi Rockzz
Hi, I'm developing a Application which will sync with local-server database. I used jtds.jdbc jar file to connect to Database on my Server. It's working fine in Emulator. While i tried to test the application in Real Device it's Giving me the Following Error in LogCat. D/SntpClient(59):

[android-developers] Re: Maven vs Ant

2012-11-03 Thread dnk
For small apps with a few library modules, ant should suffice. For bigger projects, different repos that share code etc Maven is the way to go. On Friday, November 2, 2012 12:00:31 AM UTC-7, uudashr wrote: Hi all, I see in maven repo, some of android version not exists (ex: android

[android-developers] Re: (Http)URLConnection.setUseCaches(false) isn't working

2012-11-03 Thread Keith Wiley
Why was my response to this message deleted? At any rate, all I said was that I wasn't familiar with the methods you suggested and that I'll look them up. Thanks. On Friday, November 2, 2012 6:59:25 AM UTC-7, Streets Of Boston wrote: Did you try to add caching headers to the request and/or

[android-developers] Sending group SMS android

2012-11-03 Thread Haris
Hi I need to crete an application like group messaging. For that I am using SmsManager class. MY code look like static ListString phone_num = new ArrayListString();static ListString SMS = new ArrayListString(); @Overridepublic void onCreate(Bundle savedInstanceState) {

[android-developers] Bluetoothchat Sample - Datapackages fragmented

2012-11-03 Thread Ingo Klein
Hi all, i got a huge Problem with my my Device (µC/BTM222 Bluetooth Modul) and an Android-Phone (S1 - 2.3.3) as a receiver for the Bluetooth Data. If i send my 55 Byte-Package from my Device my Android-Phone running the Google Bluetoothchat-Sample,it got splitted into 1-3 packages containing all

[android-developers] Re: Localized Images in Google Play

2012-11-03 Thread Zsolt Vasvari
Can't do -- it would just make too much sense. The same way, if you have your app localized into a language not on the short list of supported languages for descriptions, you are shit out of luck. As if CS PhD's working in academia were running the Google Play Store Wait On Friday,

Re: [android-developers] Problem while Testing in Debugging Mode on Real Android Device

2012-11-03 Thread Kostya Vasilyev
This message is coming from the system time sync code, not your app. Just ignore it. 03.11.2012 10:18 пользователь Aadi Rockzz sakzk...@gmail.com написал: Hi, I'm developing a Application which will sync with local-server database. I used jtds.jdbc jar file to connect to Database on my Server.

Re: [android-developers] Is the 'back' button still kosher?

2012-11-03 Thread al
I disagree with latimerius and his aversion for the android features. Yes, android significantly changed from version 2 to 3/4 and yes, this causes significant work for developers. However, there was a reason: to expand the android way to tablets. Avoiding the platform just guarantees that your

[android-developers] Re: How do updates for apps work in Google Play?

2012-11-03 Thread Nitin Sethi
Google play app does notify users of any app updates at regular intervals However, if the user has checked the auto-update checkbox for your app, your app is updated automatically as and when the update is available. It's upto user to check that checkbox however. You can also uses Google Cloud

Re: [android-developers] Problem while Testing in Debugging Mode on Real Android Device

2012-11-03 Thread Anees Thyrantakath
But i'm not getting the Sync Data's From Database..I'm accessing database data's Directly using jtds.jdbc driver so there no code to sync in system. On Sat, Nov 3, 2012 at 2:42 PM, Kostya Vasilyev kmans...@gmail.com wrote: This message is coming from the system time sync code, not your app.

Re: [android-developers] Re: How to improve image quality in Android Webkit (comparing with iOS)

2012-11-03 Thread huberte
Hi, Le jeudi 1 novembre 2012 16:00:52 UTC-4, Anthony Prieur a écrit : Sorry I've no example myself, you would find on the net. Nope didn( find any. Anyone to explain why the result is so poor on Android comparing with iOS dealing with image on CSS/html ? -- You received this message

[android-developers] Problem while updating adapter from AsyncTask

2012-11-03 Thread Bajrang Asthana
I am getting below error while updating adapter from AsyncTask - java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread.

Re: [android-developers] Problem while updating adapter from AsyncTask

2012-11-03 Thread Mark Murphy
Make sure that you are updating your adapter in onPostExecute(), and make sure that either the adapter calls notifyDataSetChanged() or you call notifyDataSetChanged() on the adapter. On Sat, Nov 3, 2012 at 10:15 AM, Bajrang Asthana asthana.bajr...@gmail.com wrote: I am getting below error while

Re: [android-developers] single selection listveiw

2012-11-03 Thread rauf qureshi
Hi Parmar, yap, I have tried that but this will work with ArrayAdapter not by class which extends BaseAdapter. Thank you Regards, Rauf Qureshi On Fri, Nov 2, 2012 at 11:53 AM, Nirav Parmar n.parma...@gmail.com wrote: Hi Rauf, Did you have tried this

[android-developers] Re: Is the 'back' button still kosher?

2012-11-03 Thread kj
I can understand the frustration with system changes regarding the options menu, but it really isn't that much work if you are OK with sporting an ActionBar in your app (which most apps should). The menu API works the same, its just that the menu popup behavior now is placed in the ActionBar

[android-developers] Re: Android/Windows Dual boot

2012-11-03 Thread Mad-Doggie
Nothing yet? -- 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 unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: Android/Windows Dual boot

2012-11-03 Thread Mark Murphy
On Sat, Nov 3, 2012 at 4:51 PM, Mad-Doggie maddogg...@gmail.com wrote: Nothing yet? Your questions have nothing to do with this list, which is devoted to building apps with the Android SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] R Can Not be Resolved

2012-11-03 Thread Kevin Brooks
It has been a while since I have done any Android Development. I started a new project today, and after creating the project I get an error R can not be resolved. I am using Eclipse Indigo 3.7 with the Latest Android SDK. I apologize if this has already been answered, I did a search through

Re: [android-developers] R Can Not be Resolved

2012-11-03 Thread Mark Murphy
This means that either one of your resources has a problem or your AndroidManifest.xml file has a problem. Look for red X marks over such files in the Package Explorer, or look in the Android portion of the Eclipse Console for error messages. On Sat, Nov 3, 2012 at 5:58 PM, Kevin Brooks

Re: [android-developers] R Can Not be Resolved

2012-11-03 Thread Rocky
check any error in .xml file, den delete gen folder, delete all import android.R line. recompile. On Sun, Nov 4, 2012 at 3:28 AM, Kevin Brooks bear35...@gmail.com wrote: It has been a while since I have done any Android Development. I started a new project today, and after creating the

Re: [android-developers] R Can Not be Resolved

2012-11-03 Thread Kevin Brooks
I did not see any errors in the console. I did install more of the support for older Android versions and I received this error. Stopping ADB server failed (code -1). Unable to run 'adb': Cannot run program /home/kevin/Downloads/android-sdk-linux/platform-tools/adb: java.io.IOException:

Re: [android-developers] Problem while updating adapter from AsyncTask

2012-11-03 Thread Bajrang Asthana
Yes I am updating adapter in onPostExecute() method (as it runs in UI thread). In onPostExecute() method i am simply calling adpater.notifyDataSetChanged(). On Saturday, November 3, 2012 7:58:29 PM UTC+5:30, Mark Murphy (a Commons Guy) wrote: Make sure that you are updating your adapter in