Re: [android-developers] Develop Android Forum Software

2012-11-23 Thread TreKing
On Sat, Nov 24, 2012 at 1:06 AM, Mojam Dewan wrote: > Can u please suggest me any link from where I can read and gain knowledge > about it or can you please provid me some sample code. I don't have sample code, but here are a few links where you can gain a lot of knowledge and probably find cod

[android-developers] Re: best practices for maintaining translations through app updates

2012-11-23 Thread Adam Ratana
Here's some of my experience, would love to hear more from others: I've had the fortune of having some passionate users voluntarily translate one of my apps so far into 9 languages, from English. In addition there's an iOS version with slightly different text here and there. I've used the fre

Re: [android-developers] Develop Android Forum Software

2012-11-23 Thread Mojam Dewan
thanks for your reply. Can u please suggest me any link from where I can read and gain knowledge about it or can you please provid me some sample code. On Sat, Nov 24, 2012 at 11:58 AM, TreKing wrote: > On Sat, Nov 24, 2012 at 12:40 AM, Mojam wrote: > >> Now I want to know how shall I connect

Re: [android-developers] Develop Android Forum Software

2012-11-23 Thread TreKing
On Sat, Nov 24, 2012 at 12:40 AM, Mojam wrote: > Now I want to know how shall I connect with that service and Insert, > update, delete data from sql server by using android UI. Connecting to a web service is not really android specific. Create some REST-ful interface to do the operations you re

Re: [android-developers] Develop Android Forum Software

2012-11-23 Thread Mojam
Thanks for your reply. I want to connect sql server database with android and insert, update, delete data from sql server using android user interface. I know I need web service to do that. I already created a web service for that from visual studio 2008. Now I want to know how shall I connect

Re: [android-developers] Develop Android Forum Software

2012-11-23 Thread TreKing
On Fri, Nov 23, 2012 at 11:52 PM, Mojam wrote: > I need to insert, update, delete, display data into sql server. How can I > do this please suggest me. Get a book or use internet to find information on this topic. Or be more specific if you want help from this group. --

[android-developers] Develop Android Forum Software

2012-11-23 Thread Mojam
Hello I want to develop a forum software for android where members will ask the question and other members and administrator will answer the question. I need to insert, update, delete, display data into sql server. How can I do this please suggest me. If anyone has sample code please share me.

[android-developers] best practices for maintaining translations through app updates

2012-11-23 Thread UgglyNoodle
I am planning to add translations to my Android app. I have created a Get Localization project for users to translate my string resources. However, I have some concerns. My app is still under constant development, and I typically add features every week or two.

Re: [android-developers] Google Play adding permission requests after upload. -> Lose reach, existing users lose upgrade path

2012-11-23 Thread JP
On Thursday, November 22, 2012 2:22:34 PM UTC-8, TreKing wrote: > > > On Thu, Nov 22, 2012 at 12:01 PM, JP >wrote: > >> There are no new features that would require any new permissions, and the >> target-sdk remains at 11. (min-sdk level 3) >> >> Turns out that Google Play in its infinite wisdo

[android-developers] Re: Emulator for Samsung GT-P3100 7"

2012-11-23 Thread jtoolsdev
Solved. I was able to replicate the problem using the 7" WSVGA tablet image under the Device Definitions. Interesting thing and possibly a bug in the image is that I couldn't even get a navigation bar with version 4.0.3 which is what the user has and that was on any app including the built in

[android-developers] Re: [android-ICS] test-librsloader_intermediates/test-librsloader] Error

2012-11-23 Thread krishna android
If some one had tried to answer this? I am through it. Thanks. On Wed, Nov 21, 2012 at 4:05 PM, krisand wrote: > have tried the existing solutions on google groups. None works. Any idea > is appreciated. > > Compilation platform: Ubuntu 12.04 > > > host C: test-librsloader <= frameworks/compile

[android-developers] Re: proguard.cfg assumenosideeffects options

2012-11-23 Thread Eric Lafortune
It is not possible to let ProGuard remove System.out.print statements. The option -assumenosideeffects can remove all PrintStream#print statements, but that is generally not a desirable. Eric -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Marina Cuello
It happened a lot to me when I worked testing with different devices. Usually the safest option was "charge only". Marina On Nov 23, 2012 2:47 p.m., "Romain Guy" wrote: > MTP should work. All my devices are set to MTP and work just fine with adb. > > > On Fri, Nov 23, 2012 at 8:46 AM, b0b wrote

[android-developers] Re: How to create soap request in ksoap2 for a wcf webservice method with complex types?

2012-11-23 Thread Jxn
Den fredagen den 23:e november 2012 kl. 05:26:57 UTC+1 skrev Raneez: > > And you are not supposed to comment here, if you dont have any idea about > this. > > Directing to a inactive forum is not a good attitude, give a hand if you > know something else go away! > With that attitude you will n

Re: [android-developers] Re: Wrong resolution ???

2012-11-23 Thread jtoolsdev
I was looking for it earlier but haven't found it yet. I don't know if you are declaring any dimens.xml but do you have a navigation bar on right when landscape? That would account for the 1238 resolution. Then the top is for the status bar or whatever it is being called these days. And 160

Re: [android-developers] Does anyone have a Samsung Galaxy Tablet 10.1?

2012-11-23 Thread Francisco Marzoa
Thanks a million Mark. On Nov 23, 2012 10:11 PM, "Mark Murphy" wrote: > On Fri, Nov 23, 2012 at 3:44 PM, Francisco Marzoa > wrote: > > Does anyone have a Samsung Galaxy Tablet 10.1'' with 1280x800 pixels of > > screen resolution? I rather like to know what DisplayMetrics reports to > him, > > si

Re: [android-developers] Re: Can we determine APK Install date & time?

2012-11-23 Thread tora
http://stackoverflow.com/questions/5311644/get-application-installed-date-on-android 2009年10月23日金曜日 10時04分38秒 UTC+9 Dianne Hackborn: > > No the system doesn't currently maintain this. > > On Thu, Oct 22, 2009 at 4:59 PM, Open >wrote: > >> >> I would like to know this too, it seems like something

Re: [android-developers] Does anyone have a Samsung Galaxy Tablet 10.1?

2012-11-23 Thread Mark Murphy
On Fri, Nov 23, 2012 at 3:44 PM, Francisco Marzoa wrote: > Does anyone have a Samsung Galaxy Tablet 10.1'' with 1280x800 pixels of > screen resolution? I rather like to know what DisplayMetrics reports to him, > since I am trying to emulate it but getting wrong parameters with the > emulator, and

Re: [android-developers] hi

2012-11-23 Thread mohammed alsadi
where is the file On Nov 22, 2012 6:54 AM, "sree android" wrote: > First thanks for your replay and spend your valuable time for me. > > > What ever u said entire thing is 100% right,but how can i solve my problem > > i did not have anybody for solve these problem. > > These is Login access usin

[android-developers] Does anyone have a Samsung Galaxy Tablet 10.1?

2012-11-23 Thread Francisco Marzoa
Does anyone have a Samsung Galaxy Tablet 10.1'' with 1280x800 pixels of screen resolution? I rather like to know what DisplayMetrics reports to him, since I am trying to emulate it but getting wrong parameters with the emulator, and I suspect that the problem is with the emulator itself. Thank

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Latimerius
On Fri, Nov 23, 2012 at 9:25 PM, Romain Guy wrote: > >> Ah, good old "works on my machine"(TM), right? ;-) > > > More like "I've never heard of this issue before" :) I'll ask around in the > office on Monday to see if it's a known issue. Cool, thanks! -- You received this message because you ar

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Latimerius
On Fri, Nov 23, 2012 at 8:30 PM, jtoolsdev wrote: > What do we do for Linux? I get the Camera folder for a Galaxy Nexus opening > on Ubuntu 10.04 but with my other devices I could get the whole SD card. It > also refuses to copy the JPG picture files though it will copy the video > files. I rea

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Romain Guy
> Ah, good old "works on my machine"(TM), right? ;-) > More like "I've never heard of this issue before" :) I'll ask around in the office on Monday to see if it's a known issue. -- Romain Guy Android framework engineer romain...@android.com -- You received this message because you are subscribe

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Latimerius
On Fri, Nov 23, 2012 at 6:47 PM, Romain Guy wrote: > MTP should work. All my devices are set to MTP and work just fine with adb. Ah, good old "works on my machine"(TM), right? ;-) For what it's worth, if I set my Nexus 7 to MTP, "adb devices" lists it like this: no permissions

[android-developers] android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT;

2012-11-23 Thread Francisco Marzoa
Hi, I am experimenting some crashes with this exception: android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT; I think it may occur by several reasons, including low storage for example, or a broken sd card, or so... but there may be another reasons. The question is: Is the

Re: [android-developers] Re: Wrong resolution ???

2012-11-23 Thread Francisco Marzoa
Exactly the same wrong resolution, and dpi at 160 in all cases as expected since it is a mdpi device. metricsDisplayMetrics (id=830019718568) density1.0 densityDpi160 heightPixels752 noncompatDensity1.0 noncompatHeightPixels752 noncompatScaledDens

Re: [android-developers] Re: Wrong resolution ???

2012-11-23 Thread Francisco Marzoa
On 11/23/2012 07:52 PM, jtoolsdev wrote: Probably confusion. It's kind of hard to sort out information from those documents. In fact I found that emulators and real devices were picking up different dimens.xml files I was using for setting font sizes than what the documentation claimed. Fortu

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread jtoolsdev
What do we do for Linux? I get the Camera folder for a Galaxy Nexus opening on Ubuntu 10.04 but with my other devices I could get the whole SD card. It also refuses to copy the JPG picture files though it will copy the video files. I read this has something to do with MTP. On Friday, Novembe

[android-developers] Emulator for Samsung GT-P3100 7"

2012-11-23 Thread jtoolsdev
I have a customer who reports that with my recent update the menu icon has disappeared. I'm assuming the whole bottom bar has disappeared. However my update took that into account and the target SDK is set at 11 and the build SDK for 9. I'm using the support-4 jar. The configuration for this

[android-developers] Re: Drawing complex shapes with hollow parts

2012-11-23 Thread Simon Giddings
In fact, after doing some further work on this, this is what I have found : The simplest way of achieving this is to 1. Create the path object 2. Set the fill type to Path.FillType.WINDING . 3. "draw" the outline segments using lineTo, cubicTo, etc, ensuring that the outline closes

[android-developers] Re: Wrong resolution ???

2012-11-23 Thread jtoolsdev
Probably confusion. It's kind of hard to sort out information from those documents. In fact I found that emulators and real devices were picking up different dimens.xml files I was using for setting font sizes than what the documentation claimed. Fortunately this had also been discovered by o

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread a1
> > Did you check with MAT? Also you may try to verify this theory by > forcing process termination with System.exit. > > I've doing that since half hundred of versions ago, more or less, so I am > pretty sure about it. > No you don't only you only kill on explicte exit (probably in onBackP

[android-developers] Re: Wrong resolution ???

2012-11-23 Thread RichardC
What does android.util.DisplayMetrics: http://developer.android.com/reference/android/util/DisplayMetrics.html give you? On Friday, November 23, 2012 6:04:50 PM UTC, Fran wrote: > > Hi there, > > I have an emulator instance that seems to be reporting wrong resolution, > but I am not sure if it

[android-developers] Wrong resolution ???

2012-11-23 Thread Francisco Marzoa
Hi there, I have an emulator instance that seems to be reporting wrong resolution, but I am not sure if it is a problem of the emulator or may be also a problem in an actual device with same setup since I have no one. I use this code to get the resolution: getWindowManager().getDefaultDispla

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Romain Guy
MTP should work. All my devices are set to MTP and work just fine with adb. On Fri, Nov 23, 2012 at 8:46 AM, b0b wrote: > Fixed: after 1h of uncessuful googling and WTFs, ADB finally recognized > the device I change "Settings > Stogae > Menu > USB Computer connection to > "Camera (PTP)". > > Th

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread Francisco Marzoa
On 11/23/2012 01:19 PM, a1 wrote: W dniu piątek, 23 listopada 2012 12:31:22 UTC+1 użytkownik Fran napisał: On 11/23/2012 10:30 AM, a1 wrote: As told to Mark, I do not think so: the game is just starting, loading the first Screen at all. Really? Well, that's wha

Re: [android-developers] Why is ActivityGroup deprecated?

2012-11-23 Thread Franzi Roesner
Thanks, that post didn't come up in my searches, hence I asked here. On Friday, November 23, 2012 3:23:44 AM UTC-8, TreKing wrote: > > On Fri, Nov 23, 2012 at 1:37 AM, Franzi Roesner > > > wrote: > >> Right, my question is, why are Fragments better / why were they created? > > > See this origina

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread b0b
Fixed: after 1h of uncessuful googling and WTFs, ADB finally recognized the device I change "Settings > Stogae > Menu > USB Computer connection to "Camera (PTP)". The default is "Media Device (MTP)" and prevent ADB to find the dvice... WTF. -- You received this message because you are subscri

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread b0b
Same for me. ADB recognizes Nexus 7 but not Nexus 10. The Nexus 10 ADB dirver is launched since it appear in Windows device list as "Android Composite ADB Interface" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] Handle WifiDirect Invitation Decline

2012-11-23 Thread Zach
Hi How to handle if the Group Owner declines the request to join the group? Is there any call back available for the same? Thanks -- 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@googl

Re: [android-developers] execute some code just before my application throw force close error

2012-11-23 Thread TreKing
On Fri, Nov 23, 2012 at 8:38 AM, Rajan wrote: > is it possible to execute some code just before my application throw force > close error, throughout the app. http://developer.android.com/reference/java/lang/Thread.html#setDefaultUncaughtExceptionHandler%28java.lang.Thread.UncaughtExceptionHandl

[android-developers] Sending IPv6-packets from emulator to host-machine

2012-11-23 Thread Bender
Hi, I'm trying to send IPv6 packets from my emulated device to my host-machine. Is there any IPv6 address to reach the hosts ::1 address from the emulator (Something similar to 10.0.2.2 for IPv4)? I didn't find any information about using IPv6 with an emulated device in the emulator networking

[android-developers] Re: Traffic not showing for France in MapView

2012-11-23 Thread Fazerty
Or an issue that look like this ? With traffic not showing in another country but showing in countries around. And showing in Google Maps otherwise. Country agreement issue ?? Le jeudi 22 novembre 2012 12:11:50 UTC+1, Fazerty a écrit : > > Nobody has got the same issue ? > > Le mercredi 17 octob

[android-developers] Re: execute some code just before my application throw force close error

2012-11-23 Thread RichardC
See the source code for ACRA. *"ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously."* * * *http://acr

[android-developers] execute some code just before my application throw force close error

2012-11-23 Thread Rajan
is it possible to execute some code just before my application throw force close error, throughout the app. i know about the broadcast receiver, that can help me out when any changes occur in my phone, but how can i identify @ where and @ which location my app throws force close error. -- Yo

Re: [android-developers] Re: Blocked my UI thread by background service

2012-11-23 Thread Rajan Thakrar
Hello Jonathan, Thanx a lot for suggestion to use IntentService, now my app doesn't block UI thread, it works perfectly. again Thank you. On Sat, Nov 10, 2012 at 3:05 AM, Jonathan S wrote: > Why you are not using IntentService? that class stop the service when it > finished. > > > On Friday,

Re: [android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Παύλος-Πέτρος Τουρνάρης
Search the Google there are a lot of tutorials for it even in the official Google Developers site! On Fri, Nov 23, 2012 at 2:51 PM, Antonis Kanaris wrote: > > > Τη Παρασκευή, 23 Νοεμβρίου 2012 2:06:11 μ.μ. UTC+2, ο χρήστης Paul-Peter > Tournaris έγραψε: > >> You should try to use an AlarmManage

Re: [android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Antonis Kanaris
Τη Παρασκευή, 23 Νοεμβρίου 2012 2:06:11 μ.μ. UTC+2, ο χρήστης Paul-Peter Tournaris έγραψε: > > You should try to use an AlarmManager isntead and create a Broadcast > Receiver to update the data when the Alarm is fired > > > >> Please send me a link with a good tutorial for convert my code w

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread a1
W dniu piątek, 23 listopada 2012 12:31:22 UTC+1 użytkownik Fran napisał: > > On 11/23/2012 10:30 AM, a1 wrote: > > > As told to Mark, I do not think so: the game is just starting, loading >> the first Screen at all. >> > > Really? > > Well, that's what I can see on that stack trace. >

Re: [android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Παύλος-Πέτρος Τουρνάρης
You should try to use an AlarmManager isntead and create a Broadcast Receiver to update the data when the Alarm is fired! On Fri, Nov 23, 2012 at 1:36 PM, Antonis Kanaris wrote: > > > ok i look it betterthanks > > -- > You received this message because you are subscribed to the Google

Re: [android-developers] Re: Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-23 Thread Anees Thyrantakath
TCP List Available In Emulator System Directory: C:\Windows\system32# netstat -an netstat -an Proto Recv-Q Send-Q Local Address Foreign AddressState tcp0 0 127.0.0.1:5037 0.0.0.0:* LISTEN tcp0 0 0.0.0.0: 0.0.0.0:*

[android-developers] Fragment transaction between 2 FragmentActivity

2012-11-23 Thread Live Happy
i implement side navigation in my code and i used this librairy https://github.com/korovyansk/android-fb-like-slideout-navigation the list side extends FragmentActivity and the Main side extends FragmentActivity (see picture). [image: enter image description here] when i click in item of the lis

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Antonis Kanaris
ok i look it betterthanks -- 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...@google

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread Francisco Marzoa
On 11/23/2012 10:30 AM, a1 wrote: As told to Mark, I do not think so: the game is just starting, loading the first Screen at all. Really? Well, that's what I can see on that stack trace. Data suggest quite the contrary: I think that data may suggest a wide number of different things

Re: [android-developers] Navigation Apps

2012-11-23 Thread TreKing
On Fri, Nov 23, 2012 at 3:48 AM, Jack Harvard wrote: > Any app with maps built into the app? I tried Navfree, but needs to > download the map after the app is installed. > Yes, I'm sure there are many. What is the purpose of your question, and, more importantly, how does it relate to developing a

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread Francisco Marzoa
You cannot use it all if you have images with alpha transparency, that's the case of many images in most games, and so its in my game. Actually I already use RGB_565 where I can. Best regards, On 11/23/2012 10:46 AM, b0b wrote: A good way to cut bitmap memory usage in half is to load them with

Re: [android-developers] Why is ActivityGroup deprecated?

2012-11-23 Thread TreKing
On Fri, Nov 23, 2012 at 1:37 AM, Franzi Roesner wrote: > Right, my question is, why are Fragments better / why were they created? See this original post from Dianne Hackborn on the introduction of Fragments: http://android-developers.blogspot.com/2011/02/android-30-fragments-api.html You can al

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-23 Thread b0b
On Friday, 23 November 2012 11:23:45 UTC+1, Ryan Bateman wrote: > > That's not right You are right. What I said was for DELETE requests. Of course POST requests have a body. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-23 Thread Ryan Bateman
That's not right, I'm afraid (unless I'm misunderstanding you.) POST requests for REST APIs generally have a body that contains their content. I had a dig into the Google IO 2012 POST request code and it seems like it does some odd things. HttpURLConnection conn = null; > > try { > >

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-23 Thread b0b
Don't quote me on that but I vaguely remember someone mentionning that POST request must not have a body. So I'd try again with no body. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread b0b
A good way to cut bitmap memory usage in half is to load them with BitmapFactory.Options.inPreferredConfig = Bitmap.Config.RGB_565. Eg 16 bits vs 32 bits. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-23 Thread Ryan Bateman
This also seems to happen on the Nexus 7 running 4.1 / 4.2 but again, not on the emulator versions. On Thursday, November 22, 2012 9:58:52 AM UTC, Ryan Bateman wrote: > > I'm attempting to write a simple API management class and running into an > issue when using HttpUrlConnection to POST con

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread skink
Antonis Kanaris wrote: > ok need extra codebut why work for the first button > onclick:"readWebpage" without Listener? read it again: http://stackoverflow.com/questions/4153517/how-exactly-does-the-androidonclick-xml-attribute-differ-from-setonclicklistene pskink -- You received this

Re: [android-developers] Re: OOM with heap enough

2012-11-23 Thread a1
> As told to Mark, I do not think so: the game is just starting, loading > the first Screen at all. > Really? Data suggest quite the contrary: your heap is heavily fragmented, your process have allocated 48MB and released a lot (since there is 15MB), that's suggest lots of memory operations

Re: [android-developers] Re: Google Calendar API v3 with AccountManager not working for some accounts?

2012-11-23 Thread Nikolay Elenkov
On Fri, Nov 23, 2012 at 5:59 PM, Christopher Masser wrote: > SOLVED: > accountManager.invalidateAuthToken(account.type, null); doesn't seem to be > enough. > One has to provide the name of the old token instead of null. > Although the documentation says that the token can be null and it will > inv

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Antonis Kanaris
How i can use this http://stackoverflow.com/questions/5822161/refreshing-the-activity inside my code with AsyncTask for update activity? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Re: Google Calendar API v3 with AccountManager not working for some accounts?

2012-11-23 Thread Christopher Masser
sorry, corrected here: *try*{ calendarList = CalendarService.calendarList().list().execute(); }*catch* (Exception e) { e.printStackTrace(); accountManager.invalidateAuthToken(account.type, myToken); //start all over } On Thursday, November 22, 2012 10:30:41 AM UTC+1,

[android-developers] Re: Google Calendar API v3 with AccountManager not working for some accounts?

2012-11-23 Thread Christopher Masser
SOLVED: accountManager.invalidateAuthToken(account.type, null); doesn't seem to be enough. One has to provide the name of the old token instead of null. Although the documentation says that the token can be null and it will invalidate it for the whole account type. Here is what works: *try*{

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Antonis Kanaris
Τη Παρασκευή, 23 Νοεμβρίου 2012 10:38:57 π.μ. UTC+2, ο χρήστης skink έγραψε: > > > > Antonis Kanaris wrote: > > i use this code for call function refreshRunable from button layout... > > > > > android:id="@+id/button1" > > android:layout_width="wrap_content" > > and

[android-developers] Navigation Apps

2012-11-23 Thread Jack Harvard
Any app with maps built into the app? I tried Navfree, but needs to download the map after the app is installed. -- 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

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread skink
Antonis Kanaris wrote: > i use this code for call function refreshRunable from button layout... > > android:id="@+id/button1" > android:layout_width="wrap_content" > android:layout_height="wrap_content" > android:layout_alignRight="@+id/textView1" > andro

Re: [android-developers] OOM with heap enough

2012-11-23 Thread Francisco Marzoa
Ok, as told on previous emails, I managed to reduce the heap use even more sacrificing image definition on xdpi devices. The good news is that most of the OOM crashes seems to gone, but the bad news is that NOT all of them and the worst is that this kind of crashes in particular persists. java

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Antonis Kanaris
I have this message on editor main.java ...> The value of the field ReadWebpageAsyncTask.refreshRunnable is not used -- 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

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread Antonis Kanaris
i use this code for call function refreshRunable from button layout... -- 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 t

[android-developers] Re: Auto refresh data from webserver to activity

2012-11-23 Thread skink
Antonis Kanaris wrote: > I use Android:onClick"void" for call from layout main activity...is > ok?or wrong method? nobody will help you if you don't want to show any piece of your code, sorry i don't have a magic crystal ball... pskink -- You received this message because you are subscrib