[android-developers] Why doesn't Android API publicly allow to listen for incoming SMS?

2012-02-12 Thread Raffaele Sgarro
Recently a question on SO ported this to my attention. Android doesn't have a public API for listening to incoming SMS. There used to be an action android.provider.Telephony.SMS_RECEIVED, but it has been removed from the official API and even if it still works, it's obviously not future-proof.

Re: [android-developers] debuggable=false

2012-02-12 Thread fei ji
There are a property called debugable of Avd. You can print by adb shell get prop. I don't if it is the cause of your problem. 在 2012-2-12 下午1:36,Walid Aly walm...@gmail.com写道: I set the debuggable attribute to false but still I can debug using eclipse android:debuggable=false so

[android-developers] Re: First, prevoius, next, and last buttons

2012-02-12 Thread Raffaele Sgarro
You need a View.OnClickListenerhttp://developer.android.com/reference/android/view/View.OnClickListener.html that queries the database depending on the Buttonhttp://developer.android.com/reference/android/widget/Button.html it's attached to. The SQL part is pretty obvious. Once you have the

[android-developers] Re: renderscript texture assertion

2012-02-12 Thread Frustaci
Also the callstack crash i get. 02-12 08:50:31.050: I/DEBUG(14348): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 02-12 08:50:31.050: I/DEBUG(14348): Build fingerprint: 'samsung/GT-I9000/GT-I9000:4.0.3/IML74K/eng.onecosmic.20120204.223407:user/test-keys' 02-12 08:50:31.050:

Re: [android-developers] Re: Where can I find installed Apps/Widgets sources?

2012-02-12 Thread Kostya Vasilyev
github, grepcode the Chrome plugin (links to github): http://blog.lardev.com/2011/03/21/android-sdk-reference-search-in-chrome/ Or try VirtualBox with a minimal Linux distro. -- Kostya 9 февраля 2012 г. 20:26 пользователь BobF bobf8...@gmail.com написал: For those of us that would

[android-developers] practical experience with internationalization.

2012-02-12 Thread decastro
I have recently released my first game app (in English) and am now considering whether our not I should go to the trouble of converting it for other languages. I would like to hear about people's practical experience of the process.. for example, were there any unexpected problems to look out for.

Re: [android-developers] Sindhi Language Support on Android

2012-02-12 Thread Mark Murphy
You cannot add language support via the Android SDK, which is the focus of this list. Language support is added at the firmware level. You can learn more about Android firmware at http://source.android.com. On Thu, Feb 9, 2012 at 8:06 AM, Zubair Chandio zubairchan...@gmail.com wrote: Can any one

Re: [android-developers] How to close activity exit/enter animation?

2012-02-12 Thread Mark Murphy
Try overridePendingTransition(): http://developer.android.com/reference/android/app/Activity.html#overridePendingTransition(int, int) On Fri, Feb 10, 2012 at 5:55 AM, wujun wujun8...@gmail.com wrote: Hi:    I'm new in android.  My app includes several activitys, when activity A switch to

Re: [android-developers] Android Long Running Service and database

2012-02-12 Thread Mark Murphy
On Thu, Feb 9, 2012 at 11:26 AM, t4ure4n t4ur...@googlemail.com wrote: I am working on a program which consists of two parts Service component will read various system features (CPU usage, RAM usage, Number of Running Tasks, Messages Sent, Calls Made etc) every pre determined time interval

Re: [android-developers] new sd card directories

2012-02-12 Thread Mark Murphy
Use mkdir() or mkdirs() methods on File, the way you create directories anywhere else in a Java-language app. On Thu, Feb 9, 2012 at 12:06 PM, Dr. Porkenheimer sternhag...@ripon.edu wrote: Hey everybody, I saw the discussion on how to create directories in android, what is not clear is if you

Re: [android-developers] ActionBar + Fragments

2012-02-12 Thread Mark Murphy
On Wed, Feb 8, 2012 at 7:29 PM, Stacy Young st...@uberity.com wrote: but seeing as the outer container must be a fragment You are mistaken. and the limitation of not being able to put fragments inside of fragments (if that assumption is correct) That part is correct. I'm not seeing how

Re: [android-developers] Re: problem: play pre recorded audio in out going call

2012-02-12 Thread Mark Murphy
On Wed, Feb 8, 2012 at 10:01 PM, Mike NJ dieselmike...@gmail.com wrote: It has to be possible if this guy put together an app for an auto call answer: https://market.android.com/details?id=com.devindia.acrfeature=search_result I need the same function... If you would take the time to read

Re: [android-developers] Use CalendarProvider in android API 10

2012-02-12 Thread Mark Murphy
There is no ContentProvider supporting the contract defined by CalendarContract on an API Level 10 device. On Thu, Feb 9, 2012 at 3:40 PM, cb29 chervine@gmail.com wrote: Hi, I'm currently developing a calendar application using API 15 and the CalendarProvider API. However, I don't have

Re: [android-developers] Questions on creating X509v3Certificate on Android

2012-02-12 Thread Nikolay Elenkov
On Sun, Feb 12, 2012 at 1:31 PM, Qin Ding qindi...@gmail.com wrote: I have a need to generate X509v3Certificate on Android device. ... ...  First the android dumps so many ambicuouse classes message and discovered old classes and block the code message in the catlog.  All these message are

Re: [android-developers] Monkey on Android 4.0 (UI/Application Execrciser monkey)

2012-02-12 Thread fei ji
I think you should post the log or the appearance then others can help you. 在 2012-2-12 下午1:36,Android Tester xswq...@gmail.com写道: Hi Has anyone tried to run the monkey tool on Android Ice Cream Sandwich? I am having trouble running the tool. I am new to Android and would like to know the

[android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-12 Thread MobileVisuals
So where can I get an answer? Have you also noticed the change in the new applications list that I described? On Feb 11, 10:00 pm, TreKing treking...@gmail.com wrote: On Sat, Feb 11, 2012 at 8:11 AM, MobileVisuals eyv...@astralvisuals.comwrote: I just want to know why the new and updated

[android-developers] Hello everyone, i am developing an android bluetooth App

2012-02-12 Thread Soyer
Hello folks, I am developing an android app and i am facing a unexpected error,try again alter error message, could any have a look on it and please tell me what i missed. This is my Code, manifest and main files and the Logcat bellow: package android.mgo.helloandroid; import

Re: [android-developers] practical experience with internationalization.

2012-02-12 Thread Kostya Vasilyev
The Market Console has download statistics broken down per language and per country, for your app, vs. all apps in the same category. That would be a good starting point with deciding which language to support next. Other than that, I'd consider German (largest economy in Europe), and Spanish

Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-12 Thread Kostya Vasilyev
That may or may not be a bug when using the pre-Holo theme, but ... ... the superfluous overflow indicator doesn't show if using one of the new Holo themes, and that includes subclasses of PreferenceActivity mentioned in the original email. -- Kostya 11.02.2012 10:52, Zsolt Vasvari пишет: I

Re: [android-developers] Hello everyone, i am developing an android bluetooth App

2012-02-12 Thread Kostya Vasilyev
Here it is. 12.02.2012 18:17, Soyer пишет: java.lang.RuntimeException: Binary XML file line #14: You must supply a layout_width attribute. -- Kostya Vasilyev -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Android ProgressBar with threads

2012-02-12 Thread niko20
Actually you can update the UI from another thread with either AsyncTask , or use what is called a Handler, and post a runnable to the handler. The runnable will then contain the code to update the progressbar. I usually use the Handler / Runnable method. -niko On Feb 10, 2:18 pm, TreKing

[android-developers] Re: Please guide me how to send data(datastream, not files) from a PC to a real android phone via USB.

2012-02-12 Thread vvis
Some words ware typed to be wrong, like WORD, it is WORK. Sorry.. -- 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] Re: Unable to execute Bluetooth HDP Demo

2012-02-12 Thread Ming
Thx ALL of you! I get it finally! On Feb 12, 3:54 pm, Ming ming030...@gmail.com wrote: Thx all, with the effort of two days, now I can read the data from the device But Do you all can get the same data displayed on the screen? I cannot  parse the data correctly. As I know, the data should

Re: [android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-12 Thread Harri Smått
On Feb 12, 2012, at 3:14 PM, MobileVisuals wrote: So where can I get an answer? Have you also noticed the change in the new applications list that I described? You can always try asking via market.android.com/support but it's possible they do not have a proper answer for you. As for myself,

Re: [android-developers] Re: Android ProgressBar with threads

2012-02-12 Thread TreKing
On Sun, Feb 12, 2012 at 9:04 AM, niko20 nikolatesl...@yahoo.com wrote: Actually you can update the UI from another thread Just to be clear, you cannot update the UI from another thread. What you do, either via an AsyncTask, Handler, or whatever, is indirectly update the UI via some messaging

[android-developers] Need full screen after WebView

2012-02-12 Thread atcal
My app has two activities. The main activity uses WebView to interact with the user. When the user has selected certain options the second activity is intented. WebView creates a top margin in the emulator showing battery state and time (among other things). Under this is the title bar of the web

Re: [android-developers] Hello everyone, i am developing an android bluetooth App

2012-02-12 Thread Mohamed Gougam
Hello Kostya, sorry i dint get your suggestion, could u instruct me more? On Sun, Feb 12, 2012 at 7:01 PM, Kostya Vasilyev kmans...@gmail.com wrote: Here it is. 12.02.2012 18:17, Soyer пишет: java.lang.RuntimeException: Binary XML file line #14: You must supply a layout_width attribute.

Re: [android-developers] Hello everyone, i am developing an android bluetooth App

2012-02-12 Thread Kostya Vasilyev
The error message is quite self-descriptive: java.lang.RuntimeException: Binary XML file line #14: *You must supply a layout_width attribute*. And it occurrs on line 14 in your XML file. So, open your XML layout file and make sure you have layout_width (and layout_height) attributes

Re: [android-developers] Need full screen after WebView

2012-02-12 Thread Mark Murphy
On Sun, Feb 12, 2012 at 10:59 AM, atcal alan.williams...@ya.com wrote: My app has two activities. The main activity uses WebView to interact with the user. When the user has selected certain options the second activity is intented. WebView creates a top margin in the emulator showing battery

[android-developers] Re: Need full screen after WebView

2012-02-12 Thread atcal
On Feb 12, 5:36 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Feb 12, 2012 at 10:59 AM, atcal alan.williams...@ya.com wrote: My app has two activities. The main activity uses WebView to interact with the user. When the user has selected certain options the second activity is

[android-developers] Hello Grid View Tutorial don't work

2012-02-12 Thread Asaf Nassi
I tray the Hello Grid View Tutorial, I using eclipse (even to copy and paste from the android developer site http://developer.android.com/resources/tutorials/views/hello-gridview.html ), but its don't work I get to match error , i don't know what else to do... -- You received this message

Re: [android-developers] ActionBar + Fragments

2012-02-12 Thread Stacy Young
Thanks Mark, I've since clued in (took a while for first msg to post to the list) Thanks for the reply! On Sun, Feb 12, 2012 at 7:16 AM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Feb 8, 2012 at 7:29 PM, Stacy Young st...@uberity.com wrote: but seeing as the outer container must be

Re: [android-developers] Hello everyone, i am developing an android bluetooth App

2012-02-12 Thread Mohamed Gougam
Thanks for the reply Kostya, what could the following error refer to, relating to my code: 02-12 16:33:33.763: E/AndroidRuntime(512): java.lang.RuntimeException: Unable to start activity ComponentInfo{android.mgo.helloandroid/android.mgo.helloandroid.BTDdetecetwithV7Activity}:

[android-developers] installing APK without eclipse/android SDK

2012-02-12 Thread John Goche
Hello, I would like to send my APK to someone by email so that they may install it using WIndows Vista. I have searched for info on how they can install the .apk but only found a pointer to downloading the Astro file manager and installing from there after copying the apk to the phone's file

Re: [android-developers] installing APK without eclipse/android SDK

2012-02-12 Thread Kostya Vasilyev
Don't they have email configured on their phone? If so, they can just tap the attachment to start the installation process. If you insist on them doing it from Windows, there this, The Android Central Sideload Wonder Machine: http://www.androidcentral.com/swm -- K 12 февраля 2012 г. 22:30

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-12 Thread albnok
Hmmm I just realized that the Samsung Galaxy Tab 7.0 Plus was released with 3.2 so we can use the -sw qualifier - initially I was thinking great we gotta do the qualifier dance around the 7.0 Plus because the Samsung Galaxy Tab 10.1 I have is still stuck on 3.1 and I thus assumed all Samsung

[android-developers] How do I open a jpeg to use/edit as a bitmap?

2012-02-12 Thread Jim Graham
I've tried loading it as a resource into BitmapFactory, loading it from assets, res/drawable, res/raw (that one force closed), and God only knows what else (I lost track). What I'm trying to to is open a jpeg (one or more of many) as a filter that will be applied over the camera preview (and

[android-developers] Customizing Select-All / Cut after InputFilter

2012-02-12 Thread Jan Burse
Dear All I have an EditText with an InputFilter. The InputFilter restricts the editable area of the edit text to everything above inputoffset: public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { if

[android-developers] Re: Customizing Select-All / Cut after InputFilter

2012-02-12 Thread Jan Burse
Jan Burse schrieb: - Cut Action is enabled, even if selection is above input offset. Corr.: - Cut Action is enabled, even if selection is below input offset. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] installing APK without eclipse/android SDK

2012-02-12 Thread poncho
Hi, Does this helps? http://developer.android.com/guide/publishing/app-signing.html#releasecompile /Poncho On 02/12/2012 08:30 PM, John Goche wrote: Hello, I would like to send my APK to someone by email so that they may install it using WIndows Vista. I have searched for info on how they can

[android-developers] unknown error

2012-02-12 Thread aikidoguy
This is my first android app and I feel like it should be simple but I had my code working then I added two button in my xml file and added a switch/case clause and now im getting an error... eclipse error log is not recording what the error is and no other error messages... the way my app works

Re: [android-developers] unknown error

2012-02-12 Thread TreKing
On Sun, Feb 12, 2012 at 2:18 PM, aikidoguy clayrichmo...@gmail.com wrote: now im getting an error... the way my app works is it collects username, password and group and them it switches to my main xml where I am getting the error... You posted a lot but you failed to mention the actual

[android-developers] Re: unknown error

2012-02-12 Thread aikidoguy
Eclipse is not throwing an error ... when I goto run my app in the emulator it says it has encountered and error On Feb 12, 4:12 pm, TreKing treking...@gmail.com wrote: On Sun, Feb 12, 2012 at 2:18 PM, aikidoguy clayrichmo...@gmail.com wrote: now im getting an error... the way my app

Re: [android-developers] Re: unknown error

2012-02-12 Thread Mark Murphy
On Sun, Feb 12, 2012 at 4:20 PM, aikidoguy clayrichmo...@gmail.com wrote: Eclipse is not throwing an error ... when I goto run my app in the emulator it says it has encountered and error Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace

[android-developers] Re: unknown error

2012-02-12 Thread aikidoguy
Event Details says: Invalid preference page path: XML Syntax Exception stack trace An exception stack trace is not available. On Feb 12, 4:22 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Feb 12, 2012 at 4:20 PM, aikidoguy clayrichmo...@gmail.com wrote: Eclipse is not throwing an

[android-developers] Re: unknown error

2012-02-12 Thread aikidoguy
02-12 16:37:04.666: ERROR/AndroidRuntime(272): java.lang.RuntimeException: Unable to resume activity {com.javacodegeeks.android.lbs/ com.javacodegeeks.android.lbs.LbsGeocodingActivity}: android.app.SuperNotCalledException: Activity {com.javacodegeeks.android.lbs/

[android-developers] Re: unknown error

2012-02-12 Thread Jonathan S
@Override public void onResume(){ super.onResume(); showCurrentLocation(); } -- 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

Re: [android-developers] Updating the contact list

2012-02-12 Thread Robert Thau
Your update seems to be written on the assumption that there's a single row in ContactsContract.Data which has both the structured name fields and the phone number, and which is identified by the contact ID. Unfortunately, none of that is true: First off, the name and the phone number will

Re: [android-developers] Re: unknown error

2012-02-12 Thread TreKing
On Sun, Feb 12, 2012 at 3:41 PM, aikidoguy clayrichmo...@gmail.com wrote: *com.javacodegeeks.android.lbs.**LbsGeocodingActivity} did not call through to super.onResume()* You should read the stack trace you posted :-)

Re: [android-developers] J2ME vs Android Java

2012-02-12 Thread Leigh McRae
The java on Android is pretty much j2se. Some other mobile platforms use j2me. The popularity of j2me seems to be on the down swing. Broadly speaking, the difference is that j2se is a super set of j2me. The biggest difference that I have found is that j2me doesn't have generics and also

[android-developers] Re: NFC Emulation mode

2012-02-12 Thread Cadu Silvestre
Without patching and recompiling android source code, none. Have a look at this discussion, it will clear out all you need to know about card emulation mode. http://groups.google.com/group/android-developers/browse_thread/thread/d5fc35a9f16aa467/aa3d01204f83925a#aa3d01204f83925a On Feb 9, 12:47 

Re: [android-developers] What do you all use for automated testing?

2012-02-12 Thread Todd Grigsby
I use a college kid. He's getting intern credits. Highly recommended. On Jan 9, 2012 1:28 PM, darrinps darri...@gmail.com wrote: I'm doing a little research into automated testing and curious to know what the folks here use. What I am looking for is a tool to allow testers the ability to

[android-developers]what can i do for account suspension?

2012-02-12 Thread a a
Account suspension Grounds for suspension To ensure a positive user experience of all our users, Google Payments specialists will periodically review merchant accounts. If your account is found to be in violation of our Terms of

Re: [android-developers] how can i import or export the contacts phone into txt file

2012-02-12 Thread fei ji
I think it's not very hard. Just read the content from ContactsProvider and write to file using xml lib. On Fri, Feb 10, 2012 at 2:57 PM, Ketin Febrina ketin.febr...@gmail.comwrote: im actually trying to develope import export contacts phone ... can you teach us and bring the source code about

Re: [android-developers]what can i do for account suspension?

2012-02-12 Thread Kristopher Micinski
The market people do not follow this list, so anything here will be purely speculative. If you account was in violation of the terms of service, it is unlikely that it will be reinstated: it would be better to just start over with a new account and new apps.. I believe it is technically possible

[android-developers] Re: Is this android app possible?

2012-02-12 Thread albnok
I am not sure if this will do the job, but it looks like it has potential: https://market.android.com/details?id=com.jrummy.liberty.toolboxpro Of course, you'd want to root the device first - so you set it to install your app on boot, and restore the app data for the Launcher, Browser and

[android-developers] Re: Image button Issue

2012-02-12 Thread mark2011
Dear fei ji : Thanks for your kindly response. I had tried to use dip instead of px, but it doesm't work. Should I add anything except dip? BR, Mark On Feb 10, 7:31 pm, fei ji ufo22940...@gmail.com wrote: Did you use dip when setting height and width of ImageButton? On Fri, Feb 10,

Re: [android-developers] Re: NFC Secure Element

2012-02-12 Thread s.rawat
is *nfc_jni_transaction_callback() *inside the (HAL)Libnfc-nxp or framewrok code.?Where is it?Which Android Version?*ICS?? PLz post * * * *Rgds,* *Saurabh *..pain is temporary.quitting lasts forever.. On Sat, Feb 11, 2012 at 5:11 PM, Michael Roland mi.rol...@gmail.com wrote: Hallo

[android-developers] 找工作

2012-02-12 Thread ttgdz
android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- 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] 找工作

2012-02-12 Thread fei ji
为什么找得到工作 2012/2/13 ttgdz ttgdztu...@gmail.com android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- 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

Re: [android-developers] 找工作

2012-02-12 Thread James W.
你找个,便宜一点的啊! 有了经验就好了 2012/2/13 fei ji ufo22940...@gmail.com: 为什么找得到工作 2012/2/13 ttgdz ttgdztu...@gmail.com android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Layout

2012-02-12 Thread mark2011
Dear All : I want to write a application to display some information the users can set up some data while they click some buttons. If I want to install this apk into different screen size devices without too much effort, what kind of layout should I use? Thanks in advanced. BR, Mark --

[android-developers] Force close while opening an imageView from a bitmap

2012-02-12 Thread Jim Graham
Background: what I'm trying to do here is create a bitmap with only one color at a set alpha channel value (making the bitmap somewhat transparent) for the entire bitmap. Unfortunately, when the new bitmap (bmp) is passed to an imageView, it's NULL (according to logcat). The following code is

Re: [android-developers] Re: Modify Audio Settings when my phone gets a call from a specific number

2012-02-12 Thread Jagruti Sangani
Hello, Is it work for sip calling?Because in that i have still not use theTelephonyManager and now i want to get cthe state of calling.So please reply is it work for sip calling. On Sat, Feb 11, 2012 at 11:58 PM, Nitin Sethi sethi.5...@gmail.com wrote: here it is.. full code I have pasted

回复: Re: [android-developers] 找工作

2012-02-12 Thread underalight
一线城市人口压力大,不过最关键的还是要靠自己的嘴…… 2012-02-13 underalight 发件人:James W. 发送时间:2012-02-13 12:40 主题:Re: [android-developers] 找工作 收件人:android-developers 抄送: 你找个,便宜一点的啊! 有了经验就好了 2012/2/13 fei ji ufo22940...@gmail.com: 为什么找得到工作 2012/2/13 ttgdz ttgdztu...@gmail.com

[android-developers] Re: multicasting in android

2012-02-12 Thread sangram
Can someone help with the above query? regards, sangram On Feb 9, 5:06 pm, sangram desais...@gmail.com wrote: Hi, We have enabled multicast streaming in one of our machines using VLC server. We use the following URL for streaming the multicast data. rtp://239.1.2.11:5004

[android-developers] Is it possible to revert back to Honeycomb without rooting the Mototrola Xoom which got upgraded to ICS?

2012-02-12 Thread Pritam
I upgraded Motorola Xoom to official update of Icecream Sandwich 4.0.3 Now, for some reason I need Honeycomb back on Xoom. How should this be achieved ? I did a Factory reset , but this only went back to 4.0.3 with all apps and settings deleted. I need an official and recommended way which will

[android-developers] Re: Modify Audio Settings when my phone gets a call from a specific number

2012-02-12 Thread Nitin Sethi
I guess it would not work for SIP. You can have a look at the below link. http://developer.android.com/reference/android/net/sip/SipSession.State.html On Feb 13, 9:52 am, Jagruti Sangani jagruti.sang...@inextrix.com wrote: Hello, Is it work for sip calling?Because in that i have still not use

[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

Re: [android-developers] Layout

2012-02-12 Thread fei ji
Using dip instead of px, then the size will change according the dpi value of specific device. then put your image files in drawable-mdpi -hdpi -ldpi, Then android will get the most suitable image when needed. Then layout is the same as image. On Mon, Feb 13, 2012 at 12:48 PM, mark2011

Re: Re: [android-developers] 找工作

2012-02-12 Thread 涂涛
随便的都找不到,简历石沉大海啊。悲催。 2012/2/13 underalight underali...@163.com ** 一线城市人口压力大,不过最关键的还是要靠自己的嘴…… 2012-02-13 -- underalight -- *发件人:*James W. *发送时间:*2012-02-13 12:40 *主题:*Re: [android-developers] 找工作 *收件人:*android-developers *抄送:*

回复: Re: [android-developers] 找工作

2012-02-12 Thread nainfanta
为什么要找工作,自己做应用赚钱 nainfanta 发件人: James W. 发送时间: 2012-02-13 12:38 收件人: android-developers 主题: Re: [android-developers] 找工作 你找个,便宜一点的啊! 有了经验就好了 2012/2/13 fei ji ufo22940...@gmail.com: 为什么找得到工作 2012/2/13 ttgdz ttgdztu...@gmail.com android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- You

Re: Re: [android-developers] 找工作

2012-02-12 Thread 涂涛
求教了???android market? 2012/2/13 nainfanta nainfa...@gmail.com ** 为什么要找工作,自己做应用赚钱 -- nainfanta *发件人:* James W. wjn...@gmail.com *发送时间:* 2012-02-13 12:38 *收件人:* android-developers android-developers@googlegroups.com *主题:* Re: [android-developers] 找工作

回复: Re: [android-developers] 找工作

2012-02-12 Thread 微μ漫岭云天
先找个公司,不给钱也给他干。 等干2月熟悉了。 钱自然就来了、 -- 原始邮件 -- 发件人: 涂涛ttgdztu...@gmail.com; 发送时间: 2012年2月13日(星期一) 下午2:04 收件人: android-developersandroid-developers@googlegroups.com; 主题: Re: Re: [android-developers] 找工作 求教了???android market? 2012/2/13 nainfanta

RE: 回复: Re: [android-developers] 找工作

2012-02-12 Thread TU QINGHONG
我们公司在找人,有兴趣,可以聊聊啊,专做Android平台开发 From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of 微μ漫岭云天 Sent: Monday, February 13, 2012 2:22 PM To: android-developers Subject: 回复: Re: [android-developers] 找工作 先找个公司,不给钱也给他干。 等干2月熟悉了。 钱自然就来了、

[android-developers] Re: serbian language

2012-02-12 Thread Zsolt Vasvari
Have you tried sr_RS_Latn or sr_RS_Latin? 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 support Serbian languages, both Serbian Cyrillic and Serbian Latin. in

[android-developers] Re: practical experience with internationalization.

2012-02-12 Thread Zsolt Vasvari
In my experience, Russian and Portuguese seem to do very well, much better than German. Android seems to be popular in both of those countries, and people tend to speak no English. There is a lot more to localization than translation The translation part is easy. On Feb 12, 10:39 pm,

[android-developers] calling a servlet from android

2012-02-12 Thread chander
hi all, i am creating an application, in this i want to use a Servlet which performs certain action suppose from android client i am passing a Registration form and then form data will go to the server and then server gives response to the android client. i don't have much experience with

Re: [android-developers] Why doesn't Android API publicly allow to listen for incoming SMS?

2012-02-12 Thread DONG HONGJIE
Usually Broadcast Receiver is used to listen to incoming sms, put android.provider.Telephony.SMS_RECEIVED as your intent filter and your receiver will catch it. On Sun, Feb 12, 2012 at 2:21 AM, Raffaele Sgarro raffaelesga...@gmail.comwrote: Recently a question on SO ported this to my attention.

Re: [android-developers] Re: multicasting in android

2012-02-12 Thread Sumedh Jiwane
Hi Sangram, It seems from the log that handleDataSource is trying to find some extension in the URL, like .sdp or .m3u8. Since it is missing it is not able to play. I suggest you to specify RTSP url with .sdp as extension and then specify your multicast ports in sdp file. I am just guessing. Let

[android-developers] Re: 找工作

2012-02-12 Thread Eric Wong (hdmp4.com)
什么背景? 学历? 经验? 我手上有好多Android开发和周边的活,没找到合适的人做。 要是你的价格合理,而你也做得出来,我们可以谈谈。。 不过价格是按项目的,不是按时间付的。 On Feb 12, 11:08 pm, ttgdz ttgdztu...@gmail.com wrote: android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Re: 找工作

2012-02-12 Thread 涂涛
经验一年以下,2011毕业的,学历是本科,郑州大学毕业。 2012/2/13 Eric Wong (hdmp4.com) ericwon...@gmail.com 什么背景? 学历? 经验? 我手上有好多Android开发和周边的活,没找到合适的人做。 要是你的价格合理,而你也做得出来,我们可以谈谈。。 不过价格是按项目的,不是按时间付的。 On Feb 12, 11:08 pm, ttgdz ttgdztu...@gmail.com wrote: android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- You

[android-developers] Re: Layout

2012-02-12 Thread mark2011
Dear fei ji : I had tried. But the result isn't what I want. Maybe I misunderstand your meaning. Could you give me an example? Thanks. Br, Mark On Feb 13, 1:49 pm, fei ji ufo22940...@gmail.com wrote: Using dip instead of px, then the size will change according the dpi value of specific

[android-developers] How to start Intent of Packet data network

2012-02-12 Thread Dhaval Varia
My application required to have internet connection. I need two things: 1. Check Weather Internet (GPRS Not wifi) is on?? 2. If it is off then make it on. OR start Intent to make it on... Please help... -- Thanks Best Regards.