[android-developers] What has happened to OpenCellId?

2016-07-29 Thread Kim
The GSM Cell Tower Database OpenCellId no longer seem to answer emails. Does anyone know what has happened to them? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send

[android-developers] Google kernel config

2015-12-17 Thread Jerome Kim
Dear All, I have a question about Google base & recommend kernel config. (ex. kernel/android/configs/android-base.cfg ..) Some features are not defined at kernel kconfig files(because of architecture specific or some other reason, maybe). in this case can i ignore these configs? -- You

[android-developers] Notification behaviors in watch chaged after Wear 1.4

2015-12-10 Thread atcle kim
In Wear 1.3.x(before November?), All notifications(which have no LOCAL_ONLY|ON_GOING...flags) in smartphone is sended to smartwatch immediately. But I guess, after wear 1.4, only some notifications(maybe vib notificaiton) are sended to watch immediately, and the others are sended in piggiback

[android-developers] Voice search in app, with Global Search false, going global as of 4.4.3

2014-06-16 Thread Kim
, because other apps are opening in the background and pop up when the user backs out of our app. I just checked in on a device using 4.4.2 and it works properly. Tried it on a (2nd Gen) Nexus 7 and Nexus 5 with 4.4.3 and it works incorrectly. Kim -- You received this message because you

[android-developers] Google Play to multi - room audio systems (Sonos)

2014-04-10 Thread Kim
for this group, please accept my apologies and help me to find the correct method. Kim -- 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

[android-developers] #wzm #bugjourvide

2013-12-01 Thread Kim Damevin
Hello ptit! J'ai compris le prob mais je n'ai pas de solution server side possible, client side a la limite. Exemple: Il y a un event a Chambery qui est a 95km de Thonon le 19/12. Je me connecte avec Evian qui est a 105km de chambery, ma grande ville la plus proche est Thonon donc ca me ramene

[android-developers] Creating an updated Android.jar file

2012-10-16 Thread JungTae Kim
Hello Community, I'm trying to make some customization to classes in the Android framework on ICS. I want my eclipse to pick up on these changes, but I can't seem to figure out where the android.jar gets outputted to. could someone please help me out with this issue? Thanks -- You received

[android-developers] Free No coding app development tool!? or Coding work?

2012-05-04 Thread Sonny Kim
Hi I love to developing android application and trying to upload in Android Market. Since I'm still learning how to use the C++ and Java it's pretty hard for me build some functions. So I trying to searching NO CODING app development tool. most of programs requires even it said NO CODING app

Re: [android-developers] Re: Help me on selecting a name to a game..

2012-03-11 Thread alex Kim And Lee
I just got an error that cannot find a spread sheet... 2012. 3. 10. 오후 12:49 Spiral123 cumis...@gmail.com 작성: Whale Wars On Mar 6, 9:01 pm, Fred fredrisch...@gmail.com wrote: Hi Everybody, I'm developing a android game and i'm urgently needing to define a name to this game.. can you

[android-developers] Re: serbian language

2012-02-14 Thread Max Kim
? On Feb 13, 1:48 pm, Max Kim blurr...@gmail.com wrote: Hello I thought I posted this message but maybe it failed so I am trying again these days, our company is considering to supportSerbianlanguages, bothSerbianCyrillic andSerbianLatin. in the sdk page(http

[android-developers] How do I retrieve the focus stolen from tabHost?

2012-02-13 Thread Minwook Kim
I have a tabHost and a searchView on an activity which extends TabActivity. I found that the TabHost steals focus from the SearchView when I tap on the SearchView. So it disables typing by an external hardware keyboard. It also occurs when it is developed by Fragment instead of TabHost. My

[android-developers] serbian language

2012-02-12 Thread Max Kim
Hello I thought I posted this message but maybe it failed so I am trying again these days, our company is considering to support Serbian languages, both Serbian Cyrillic and Serbian Latin. in the sdk page(http://developer.android.com/sdk/android-4.0.3.html), it says Locale Serbian (sr_RS) I

[android-developers] Support serbian language

2012-02-11 Thread Max Kim
Hello I'm not sure I can ask this kind of question here We are developing android phones and now we have to think about supporing serbian language when I visit the sdk site, for example http://developer.android.com/sdk/android-4.0.3.html I can see locales that sdk supports by default it says,

[android-developers] Anyone know about Option Menu in Ice Cream Sandwich

2012-02-03 Thread Kyung Won Kim
I want to disable on Option menu item, it has icon and title. I used menu,getItem(int id).setEnabled(boolean)...before. But icon is changed with disabled state, but title is not changed. This issu is only for Ice Cream Sandwich.. Anyone help me this issue.plz -- You received this message

[android-developers] at Android 4.0 'killBackgroundProcesses' method doesn't work

2011-12-15 Thread Melanie Kim
I’ve developed application (Android Service) . This application work to kill another application (Activity). This program has worked under Android 2.3. But on Android 4.0, doesn’t work I used method ‘killBackgroundProcesses’ And I also tested ‘android.os.Process.killProcess’, but didn’t workd

[android-developers] I need a application to control a bar of the pub

2011-12-05 Thread kim
I need an application in Android for a Tablet PC Arnova 10 model A101B with firmware 1.1.5 kernel 2.6.25. It must control the number of drinks of the bar (the stock), work like a TPV to calculate the price of the bill, and send a pulse or any signal by USB to open the cash register. Is it

[android-developers] Re: Density confusion

2011-11-18 Thread Kim
sizes and lay it out so that there are as few direct assignments of sizes of objects as possible, as Mark was implying with using wrap_content. Unfortunately, it got too tempting to make the app look as good as possible! Kim On Nov 17, 12:05 pm, String sterling.ud...@googlemail.com wrote: I'm

[android-developers] Re: Density confusion

2011-11-17 Thread Kim
this. If it was a 7 device with a pixel count of 600x400, all would be well with the 1.0 density factor :-). Any suggestions? On Nov 17, 4:52 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Nov 17, 2011 at 12:41 AM, Kim kimknap...@gmail.com wrote: I do see that the Fire reports back about 165

[android-developers] Re: Density confusion

2011-11-17 Thread Kim
or Android:layout_width. Do you cover them in any of your books? On Nov 17, 10:34 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Nov 17, 2011 at 10:44 AM, Kim kimknap...@gmail.com wrote: I am using dp's or dip's everywhere and unless I am totally confused, this is one case where using dp's is worse than

[android-developers] Re: Density confusion

2011-11-17 Thread Kim
Of course. Sorry, my brain went dead. Let me look back at my XML files. On Nov 17, 11:07 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Nov 17, 2011 at 12:50 PM, Kim kimknap...@gmail.com wrote: Currently, I am not familiar with using wrap_content or Android:layout_width. Do you cover

[android-developers] Density confusion

2011-11-16 Thread Kim
I am testing our app on a Galaxy Tab 7 and a Kindle Fire. They both have the same number of pixels and screen size, but the various views on the Fire are two thirds the size of the same ones on the Tab. I put in a couple of lines of code to capture the screen metrics and find that the Tab is

[android-developers] Re: Density confusion

2011-11-16 Thread Kim
Answered one of my questions. I changed my simulated device to 164 ppi and got the 1.0 density. Sorry, this should have been obvious. On Nov 16, 10:41 pm, Kim kimknap...@gmail.com wrote: I am testing our app on a Galaxy Tab 7 and a Kindle Fire. They both have the same number of pixels

[android-developers] How can I allocate multiple instances of the emulator per each CPU?

2011-11-07 Thread SangWon Kim
I have a quadcore CPU, but when I'm running multiple emulators, only run cpu0(first cpu) is running 100% it seems that the other cores are not used at all. is this a bug or limitation by design? if anyone has any solutions, let me know Thanks. -- You received this message because you are

Re: [android-developers] plz help....

2011-10-13 Thread Kim Brorsson
Someone making malware, aye? Den 12 okt 2011 13.06 skrev Divyata Panchal panchal.divyat...@gmail.com: how to stop uninstallation of any application in android...? plz help.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] i want to unsubcribe

2011-10-13 Thread Kim Brorsson
ohh my god man, read the signature of the email. it simply CAN'T be more clear. On 2011-10-11 11:11, guru moorthy wrote: i want to unsubcribe -- 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] Question about new large heap feature in HC

2011-08-24 Thread Sean kim
Hi all. I'm wondering the difference about large heap between GB and HC. I think that GB uses large heap feature for every app without any attribute like android:largeheap. but HC can create new heap with growth limit not Max heap size. Can anyone explain the difference between GB and HC? --

[android-developers] Re: NullPointerException when checking for orientation

2011-07-09 Thread Kim
();         View view = activity.findViewById(R.id.queueframe);         if (view == null) {                 // old code here         } } -- Kostya 07.07.2011 21:28, Kim пишет: Is it possible that the exception is actually caused by the getActivity(), even though the LogCat is pointing

[android-developers] NullPointerException when checking for orientation

2011-07-07 Thread Kim
the if statement to fail)? it does work most of the time, only occasionally giving the exception when I change orientation. Kim -- 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

[android-developers] Re: NullPointerException when checking for orientation

2011-07-07 Thread Kim
Is it possible that the exception is actually caused by the getActivity(), even though the LogCat is pointing to the .findViewByID line? -- 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] IllegalArgumentException: Invalid network type: 5544192

2011-07-03 Thread Kim
) getSystemService(CONNECTIVITY_SERVICE); if(! connManager.getNetworkInfo(ConnectivityManager.TYPE_WIFI).isConnected()) { //handler } Of course, this works on multiple test devices over multiple LANs during testing. Any thoughts on why someone might get this error? Thanks for any help. Kim -- You received

[android-developers] Re: android tracking points on map

2011-06-27 Thread Kim Ras
: distanceTo, that will return the Distance between your position and another possition. Regards Kim On Jun 27, 9:14 am, nageswara rao rajana nagu.raj...@gmail.com wrote: I found my location point, now i have to find my nearest 100 location points from GIS data. place on google map. Thanking you

[android-developers] The way to stop a looped sound after closing activity for soundpool

2011-06-24 Thread juyoung kim
I sucessfully played and stopped a looped sound with soundpool. But when I exit the application without stopping a looped sound, sound continue to be played. Could anyone let me know the way to stop a looped sound after closing activity. -- You received this message because you are subscribed to

[android-developers] Re: Unable to get Latitude, Longitude of Current location

2011-06-22 Thread Kim Ras
] = ; } return gps; } Hope it helps Kim On Jun 22, 11:33 am, Md.Fazla Rabbi OPU md.fazlara...@gmail.com wrote: Hi all, I want to develope an app in which-- When i start the app it will first give me Latitude and Longitude of my current location. Here is my code: *    LocationListener locLis=new

[android-developers] Re: Unable to get Latitude, Longitude of Current location

2011-06-22 Thread Kim Ras
Sorry Wrong Code... Use this in the quote... Also it will be the best accurracy with in 5 Minutes else the Newest.. SORRY for the messup Kim On Wednesday, June 22, 2011 12:03:09 PM UTC+2, Kim Ras wrote: Hi, You should use the getLastKnownLocation.. It will return the last location from

[android-developers] GPS Servise will not call requestLocationChange more than once

2011-06-21 Thread Kim Ras
Kim -- 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 options, visit

[android-developers] TextView showing tops of 2nd line when lines=1 or maxLines=1 in 3.0

2011-05-06 Thread Kim
I am using a ListView to create a specialized grid of images. The xml for the list items is: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/cover_art android:layout_width=match_parent

[android-developers] how many messages can I send via C2DM?

2011-03-15 Thread kyoung min kim
how many messages can I send using C2DM? There is no limitation? We are expecting to send messages about 18 millions per year. There are 17,000 users. -- 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] Re: ListView/ExpandableListView Imageview flicking

2011-02-28 Thread Sao Kim Beng
Kim Beng kbsa...@gmail.com wrote: Thanks. I will try on the method. On Feb 27, 3:26 pm, Rajesh Kumar rajnitj.g...@gmail.com wrote: Rather than Base Adapter use ArrayAdapter.NotifyDataSetChanged will call for all views which are currently Visible.Try to invalidate layout.I hope

[android-developers] Re: ListView/ExpandableListView Imageview flicking

2011-02-27 Thread Sao Kim Beng
(). Thanks a lot. On Feb 26, 9:01 am, Justin Anderson magouyaw...@gmail.com wrote: We can help better if you post your code... On Feb 24, 2011 10:01 PM, Sao Kim Beng kbsa...@gmail.com wrote: Hi All, i have a listview/ExpandableListView contain Imageview and some text. I facing

[android-developers] Re: ListView/ExpandableListView Imageview flicking

2011-02-27 Thread Sao Kim Beng
, Justin Anderson magouyaw...@gmail.comwrote: We can help better if you post your code... On Feb 24, 2011 10:01 PM, Sao Kim Beng kbsa...@gmail.com wrote: Hi All, i have a listview/ExpandableListView contain Imageview and some text. I facing a problem when there is a new entry

[android-developers] ListView/ExpandableListView Imageview flicking

2011-02-24 Thread Sao Kim Beng
Hi All, i have a listview/ExpandableListView contain Imageview and some text. I facing a problem when there is a new entry in and i try to update the list , after i try to refresh the BaseAdapter/ BaseExpandableListAdapter by calling notifyDataSetChanged, every imageview will flicking once. It

[android-developers] Re: Careful, Dell Streak 7 ignores manifest setting for Orientation

2011-02-14 Thread Kim
said it does not support landscape), and when it returns from sleep, discover that the app is portrait only so change to portrait and restart app? So, just to be sure I understand, there is really no safe way to create an app that does not handle both orientations? Kim On Feb 14, 1:46 am, ko5tik

[android-developers] Re: List issues with Android devices here

2011-02-14 Thread Kim
All HTC, as far as I can tell - do not implement UDP multi-cast properly. Join command does not get issued. (edited 2/14/11 to remove Dell Streak 7 sending configuration changes to an app that does not support those changes, when the Streak goes to sleep. Apparently, this is normal Android

[android-developers] Careful, Dell Streak 7 ignores manifest setting for Orientation

2011-02-13 Thread Kim
I have found tht when the Streak 7 goes to sleep, the last thing it does is issue an onDestroy() followed by an onCreate() to my app and then pauses the cpu shortly later. A look at logcat shows me that this is caused by Dell deciding to change the orientation before going to sleep, apparently so

[android-developers] Re: Careful, Dell Streak 7 ignores manifest setting for Orientation

2011-02-13 Thread Kim
Good idea! I will! On Feb 13, 5:14 pm, Stephen Lebed srle...@gmail.com wrote: Hi Kim, I've started a thread to list problems with devices.  Please consider adding your experience to the list. http://groups.google.com/group/android-developers/browse_thread/threa... On Feb 13, 8:22 am, Kim

[android-developers] Re: List issues with Android devices here

2011-02-13 Thread Kim
All HTC, as far as I can tell - do not implement UDP multi-cast properly. Join command does not get issued. Dell Steak 7 - When the device goes to sleep, orientation is forced to landscape even when your activity is set to only portrait mode. This causes your app to get the onDestroy() and

[android-developers] Re: WiFi Error/Unable to connect in AVD

2011-02-02 Thread Kim
Thanks, Kostya. Your code got me looking in the right direction. I went back to an earlier release that had been working and found two things, both of which I had to change to get it to work: 1) In my startup code I changed while(!wifi.isWifiEnabled()) wifi.setWifiEnabled(true); to what I had

[android-developers] WiFi Error/Unable to connect in AVD

2011-02-01 Thread Kim
About a month ago I stopped being able to test my app on the AVDs because it would not connect to WiFi. My app uses WiFi heavily. When I open a 2.1 AVD and go into Settings|Wireless and Networks and click on Wi-Fi it says Unable to connect to wifi. In a 2.2 AVD it just says Error. Additional info:

[android-developers] Android Developer Position for a NY Based Internet Company

2011-01-27 Thread Kim Abunado
Kim at k...@sourcepad.com or text at 0916.496.83.46 Look forward to speaking with you! Kim Abunado Recruiting Manager SourcePad LLC 0916.496.8346 www.sourcepad.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Validity term of getProperty('am.current.package') in monkeyrunner

2011-01-21 Thread Hakbong Kim haknal...@gmail.com
I found out that getproperty() is normally executed not on an emulator but on a real phone. On 1월12일, 오후3시21분, Hakbong Kim haknal...@gmail.com haknal...@gmail.com wrote: monkeyrunner API said that getProperty('am.current.package') returns the Android package name of the currently running

[android-developers] Validity term of getProperty('am.current.package') in monkeyrunner

2011-01-11 Thread Hakbong Kim haknal...@gmail.com
monkeyrunner API said that getProperty('am.current.package') returns the Android package name of the currently running package. I found that the function return the current package name only when the function immediately follow the execution of an application. I want to know whether that is

[android-developers] Re: startActivity() in monkeyrunnner doesn't work

2011-01-11 Thread Hakbong Kim haknal...@gmail.com
= com.example.android.notepad.NotesList componentname = packagename + / + classname device.StartActivity(component=componentname) On Jan 6, 12:28 am, Hakbong Kim haknal...@gmail.com haknal...@gmail.com wrote: I tried to usemonkeyrunner. A target is Android vmware image. I checked that press

[android-developers] startActivity() in monkeyrunnner doesn't work

2011-01-06 Thread Hakbong Kim haknal...@gmail.com
I tried to use monkeyrunner. A target is Android vmware image. I checked that press(), takeSnopshot() and drag() are normally executed. But, startActivity() is not executed. The first source code is from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice device =

[android-developers] Recommendable OS environment for android application programming

2010-12-13 Thread JY Kim
Hello. I use 64 bit Windows and Linux(Fedora 13) on VMware. I am familiar with both OS and wonder which is better for application programming. I am also going to try compiling device driver/kernel on Linux. Currently I have only installed SDK only on Windows. In this case which OS will be

[android-developers] Re: Beginner questions

2010-12-13 Thread JY Kim
Another question. Which of OS environment is preferrable? Windows or Linux? -- 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

[android-developers] Preferable OS environment?

2010-12-13 Thread JY Kim
Hello. I have posted this question before but my message does not show. I don't know why. so I'm asking again. I have familiar with both Windows and Linux. I am also going to modify and compile kernel/device driver on linux. Is there preferable OS environment for application programming? Please

[android-developers] Beginner questions

2010-12-10 Thread JY Kim
Hello. I am beginner in android and my focus is on porting, but I think I also need to learn to write application. I have 2 questions 1. Is eclipse essential in android application writing? Read through hello world program on android developer site, I thought I shoud use eclipse. Application was

[android-developers] [News] SDK Add-on for Samsung Galaxy Tab

2010-10-13 Thread Hongik Kim
As you know, a tablet for Android, Samsung Galaxy Tab is about to release. To develop contents for Galaxy Tab, an add-on for SDK is introduces at the Samsung Mobile Innovator, the official developers' forum. You can access the API using front-facing cam and get an emulator for Galaxy Tab.

[android-developers] multicast working on some routers, not others

2010-10-10 Thread Kim
i am developing an app that will control a multi-room audio system. I have implimented the following, which works fine on my own network at home (cable modem and D-Link DIR 855 router), but does not work on the office DSL Motorola modem/router. Our iPhone app and our Pronto ProntoScript app work

[android-developers] Re: javax.net.ssl.SSLException: Not trusted server certificate

2010-09-26 Thread Kim D.
keystore (http:// download.oracle.com/javase/1.4.2/docs/api/java/security/KeyStore.html) or make the server certificate signed by a a valid Certificate authority. Kim On 25 sep, 21:04, Gold thangadura...@gmail.com wrote: hi..All,                  I access asp.net web service..! My web service name

[android-developers] Re: Asynctask and database lock

2010-09-13 Thread Kim D.
Yes thanks. I have disabled the search on my not cancelable alertdialog but I wanted to be sure It was the only way to get out from this modal window. Cheers Kim On 13 sep, 02:13, Zsolt Vasvari zvasv...@gmail.com wrote: You will have to disable all functionality where the database can

[android-developers] Asynctask and database lock

2010-09-12 Thread Kim D.
loading message) Thanks, Regards, Kim -- 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

[android-developers] LVL - NOT_MARKET_MANAGED

2010-09-10 Thread Kim D.
a market service. Could someone shed light on it ? Did I miss a step ? Thanks in advance, Kim -- 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

Re: [android-developers] Re: Key Events that occurred in the virtual keyboard can be passed to the hardware

2010-09-06 Thread Taewoong Kim
How can I send key events to android system? -- 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

Re: [android-developers] Database transaction help needed.

2010-08-24 Thread Kim Damevin
Hi, Do you call getWriteableDatabase twice ? because you shouldn't. It should be the same SQLiteDatabase object or you have to end the transaction from the first one before you start a new one. Kim On Tue, Aug 24, 2010 at 9:09 PM, tatebn brandonnt...@gmail.com wrote: I'm using transactions

Re: [android-developers] AsyncTask and UI activity

2010-08-11 Thread Kim Damevin
Thanks guy, that's what I did. While the async task is running i display a progress bar which disapear when finished and display a success/error message. In case someone is interested, I also used transaction on the SQL lite database to avoid any inconsistency. Kim On Wed, Aug 11, 2010 at 8:09

[android-developers] AsyncTask and UI activity

2010-08-09 Thread Kim D.
with a progress bar) is not a best pratice but I do not see any other possibility in this context. I need your advices about it. Thanks in advance, Regards, Kim -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] AsyncTask and UI activity

2010-08-09 Thread Kim Damevin
Well, I saw several posts saying that the activity app should not be blocked while the async task is running in background. But definitely I do not see other choices :) On Mon, Aug 9, 2010 at 10:12 PM, TreKing treking...@gmail.com wrote: On Mon, Aug 9, 2010 at 3:00 PM, Kim D. kdame...@gmail.com

[android-developers] Custom filter on ListView

2010-07-28 Thread Kim D.
of getview's method in my custom array adapter but I don't think this is the way to go. I can also directly remove element from my list which goes to the adapter but I would prefer not to do it. Can someone help me ? Cheers, Kim -- You received this message because you are subscribed to the Google

[android-developers] Detect user idle time

2010-07-21 Thread Kim D.
would like to be informed (let's say after 60 seconds). I would like to avoid doing it manually (by tracking each user click, touch, activity changes...) thanks in advance, Kim -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Which one to buy ? Droid x vs nexus one ?

2010-07-19 Thread Kim D.
Hi, For my tests I have to buy a real android phone. Emulator is cool but I need a real one to really test my application. Does anyone know which one is the more representative and the best to test my application ? (my target is android 2.2) Thanks, Kim -- You received this message because

[android-developers] Re: how to make library for another application to use

2010-07-19 Thread Kim D.
Hi, This is not an android related question... but have a look there: http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/tasks-33.htm or there http://www.javacoffeebreak.com/faq/faq0028.html On 19 juil, 09:33, cindy ypu01...@yahoo.com wrote: Hi friend, I need to

Re: [android-developers] Re: Which one to buy ? Droid x vs nexus one ?

2010-07-19 Thread Kim Damevin
developer support from Google. It'd get my vote as your best choice for a dev phone. String On 19 July, 09:55, Kim D. kdame...@gmail.com wrote: Hi, For my tests I have to buy a real android phone. Emulator is cool but I need a real one to really test my application. Does anyone know

Re: [android-developers] Adding library to Eclipse project

2010-07-18 Thread Kim Damevin
Hi, If you move your jar to the assets directory and then include it as you did, it will do the trick. cheers kim On Sun, Jul 18, 2010 at 8:51 PM, Peter Eastman peter.east...@gmail.comwrote: I'm clearly missing something simple, but after nearly an hour of trying to figure it out, I'm still

Re: [android-developers] Re: Best way to logout each time the application/task goes to background

2010-07-17 Thread Kim Damevin
that if the user clicks on home by mistake and wants to come back to the application in a short time period he doesn't need to log in again. Anthoni and Zsolt Vasvari can you describe a bit more your solutions please ? Thanks, Kim On Sat, Jul 17, 2010 at 10:42 AM, Anthoni anthoni.gard...@gmail.com

Re: [android-developers] Blowfish cypher...

2010-07-17 Thread Kim Damevin
into bouncycastle2. Otherwise since it was already on the android it was not possible to use it. Then I added this into my application as a new jar and it works fine ! Hope this helps, Kim On Sat, Jul 17, 2010 at 9:53 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: As subject... Is there a way to use

[android-developers] Best way to logout each time the application/task goes to background

2010-07-16 Thread Kim D.
to clear the key field and launch the login activity The best would be to have a kind of OnPause method at application level but I think it doesn't exist I would appreciate any help on this problem. ps: I already posted it once but never saw it on the discussions list. Cheers, Kim -- You received

Re: [android-developers] Re: Build Error

2010-07-07 Thread Taewoong Kim
I have a same problem. but I could not have solution. 2010/7/6 David Rhodus sdrho...@gmail.com Anyone seen this ? I feel like I'm just missing a package or something easy. On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus sdrho...@gmail.com wrote: Any Suggestions ??? apt-get install

Re: [android-developers] build android sdk from git on ubuntu 10.04 fail

2010-07-07 Thread Taewoong Kim
I have a same problem. but I could not have solution. 2010/7/4 zyanho zya...@gmail.com i getting start with http://source.android.com/source/download.html. i use ubuntu 10.04 ,i install android step by step. i type make at last,i get an error host C: libneo_util =

Re: [android-developers] Re: Build Error

2010-07-07 Thread Taewoong Kim
My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual). Is this problem? 2010/7/8 Robert Craig robertpcr...@gmail.com it could be a 64 bit versus 32 bit issue. what does your dev environment look like? On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim stw...@gmail.com wrote: I have a same

[android-developers] Change the playback rate of a track in real time

2010-05-01 Thread Y Kim
Hello everybody, I would like to know if somebody knows a library to changing the playback rate of a track in real time. My idea is to load a track and change its playback rate to half or double. Firstly, I tried with MusicPlayer but is was not possible at all and then I tried with SoundPool. The

[android-developers] How to import music into Android library

2010-04-22 Thread Y Kim
Hello, I would like to know how can I import songs from a web service into Android library without having to download the file into sdcard. I have all the data from the web service but I do not know how to integrate the tracks into Android database. My idea is not to have to download the files,

[android-developers] Re: Best practise for storing app. Configuration

2010-04-09 Thread Kim Ras
Excellent, I looked at that and was not sure if that fas able to share the settings between Servises and Activities.. I will look again Thanks Kim -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Best practise for storing app. Configuration

2010-04-08 Thread Kim Ras
Activity to define settings for the Service, things like IP address and Update interval. I envision something like a Registry on windows where these settings can be shares and updated. Any help or comment is highly appreciated Kim -- You received this message because you are subscribed

[android-developers] How to figure out that mp3player is delayed when seek bar is working with

2010-03-17 Thread Insoo Kim
While playing mp3 by mediaplyer and showing the progress with seek bar, the problem is that mp3playing sound is delayed when mediaplyer and seekbar working at the same time. I used thread, handler, timer for solving that problem on seekbar.setProgress(mediaplayer.getCurrentPosition()). what

[android-developers] We are seeking a highly skilled Mobile Developer

2010-02-10 Thread Kim Abunado
SourcePad is a New York City based Internet company focusing on outsourcing services for SME. Our company practices a groundbreaking work environment where collaboration is exercised throughout all levels of the company. We are looking for a solid team of developers dedicated to creating a world

[android-developers] Re: Spreadsheet of current phones vs screensize/skin and density

2010-01-11 Thread Kim Pedersen
HVGA (320x480) was the only resolution supported with Android 1.5. The following URL shows the range of screens supported with Android 1.6 and newer versions of the SDK: http://developer.android.com/guide/practices/screens_support.html#range A quick search found the following list (dated October

[android-developers] Mail stays in my Outbox - Using Exchange ActiveSync

2010-01-07 Thread Kim Ras
in the Outbox and I get a message saying that it can not send the mail.. here is no messages in my Sync or server error folder. Can someone help? Either with a solution, Fix or at least how to debug the sync/send error. My gmail works fine. Thanks in advance Kim -- You received this message

[android-developers] Re: findviewbyid in service?

2009-06-24 Thread Taewoong Kim
Hi Marco Nelissen I know you say. Well… But I would like to change key_image(icon) on runtime software keyboard which is developed by me. Android softkeyboard change xml file for changing only one key_icon(ex. search-ennter). I don’t like this way. So I want to modify only a

[android-developers] How to loading images (assets or resources) dynamically?

2009-05-21 Thread Kim
path dynamically), the time it takes to load is unacceptable to me. Can anyone suggest any other way to load the images dynamically? Thanks much for any pointers, Kim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to display border lines for TableLayout

2009-03-13 Thread Taenam,Kim
Hi there, How about making a custom ViewGroup that extends TableLayout then override the paint method. In the overrided method 1. you may get all of views in the layout to get view's bounds area 2. draw rectangle to express the border of view I didn't try this, but it makes sense. On

[android-developers] Can I manage making a call or sending a text?

2009-01-27 Thread Mingyu Kim
Can I know when the user tries to make a call or send a text? and if I can, how can I block the call or the text? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How can I send CJK text via SMS on G1

2008-11-23 Thread Jay Jaebong Kim
Hello developpers. I am suffering sending CJK(Chinese, Japanese, Korean) text using SMS. I copypaseted following code in my code. SmsManager sms=SmsManager.getDefault(); sms.sendTextMessage(x, null, 한글test, null, null); It works when I send english text only. But when I

[android-developers] Re: Bug in Bitmap.compress when used on JPEGs?

2008-09-03 Thread Kim Pedersen
= BitmapFactory.decodeStream(con.getInputStream()); ... Adjust the 3000 ms timeout values if necessary. You can add exception handling for the connection timeouts. Regards, Kim On Mon, Sep 1, 2008 at 4:36 AM, snowcrash [EMAIL PROTECTED] wrote: Hi there, I experience strange things when using