Re: [android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Tushar Lal
Yes, Sir I'm also open to remote contract jobs and can you please elaborate the term multimedia. I have worked with audio/video players in the phonegap application. But something thing tell me that you have some thing else in mind when you say the term multimedia. On Tue, Mar 27, 2012 at 12:21 PM

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Tushar Lal
CTC: 1.92 ECTC: 3.0 - 3.4 Current Organization: INNEFU Labs Pvt. Ltd. Notice Period : 15 days. On Tue, Mar 27, 2012 at 12:12 PM, Sapna Saxena wrote: > Hi Tushar, > > Please share your profile with us along with the below details: > > CTC > ECTC > Current Organization: > Notice Period > > Thanks,

[android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Eric Wong (hdmp4.com)
On Mar 27, 5:37 pm, Tushar Lal wrote: > I have a work experience of 1.3yr in Android, Blackberry, in which I have > created both native & phonegap application. I have worked on a Mobile > banking application, Stock Trading application, Album/Artist Application & > and some native Blackberry applic

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Sapna Saxena
Hi Tushar, Please share your profile with us along with the below details: CTC ECTC Current Organization: Notice Period Thanks, Sapna On Tue, Mar 27, 2012 at 12:07 PM, Tushar Lal wrote: > I have a work experience of 1.3yr in Android, Blackberry, in which I have > created both native & phonega

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Tushar Lal
I have a work experience of 1.3yr in Android, Blackberry, in which I have created both native & phonegap application. I have worked on a Mobile banking application, Stock Trading application, Album/Artist Application & and some native Blackberry applications. Regards: Tushar On Tue, Mar 27, 2012

Re: [android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Anirudh Loya
6 months experience or a fresher? On Tue, Mar 27, 2012 at 11:49 AM, Eric Wong (hdmp4.com) < ericwon...@gmail.com> wrote: > what application did you build previously? > > On Mar 27, 5:46 am, rudraswamy mc wrote: > > sir i have 6month exp on android.. > > -- > You received this message because

[android-developers] Re: Streaming buffering problem for high bitrate video (>10Mbps)

2012-03-26 Thread Eric Wong (hdmp4.com)
Any developers here have any idea what the problem is? or willing to get paid to help me fix this? On Mar 25, 6:21 pm, "Eric Wong (hdmp4.com)" wrote: > Hi, > We are developing applications that allows one to stream video from > any LAN device (e.g. computer, Android phone/tablet, etc) to an > And

[android-developers] Re: i am looking job on android in banglore

2012-03-26 Thread Eric Wong (hdmp4.com)
what application did you build previously? On Mar 27, 5:46 am, rudraswamy mc wrote: > sir i have 6month exp on 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@googlegro

[android-developers] NumberPicker widget conflicting behaviour

2012-03-26 Thread Pankaj Chawla
Hi I am trying to use the NumberPicker control in a 4.0.3 app. The issue is that depending on what other controls are there in the view, the NumberPicker behaves differently. In some cases NumberPicker always goes into edit mode and shows the virtual keyboard even when values are changed with

Re: [android-developers] Multi-pane Layout

2012-03-26 Thread Justin Anderson
My guess is that they are using fragments and just replacing fragment a with fragment c... To make it look nice they add an animation to the transition. In other words, there are really only ever two panes at any given time. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/si

[android-developers] Re: getHits() succeeds but waitForActivityWithTimeout() returns null

2012-03-26 Thread Y2i
No Google engineers who could help? :) On Saturday, March 24, 2012 8:25:02 AM UTC-7, Y2i wrote: > > Could someone please help me understand why in the code > below assertEquals(1, monSettings.getHits()) succeeds > but assertNotNull(activitySettings) fails? > WifiSettingsActivity starts fine, I

Re: [android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread Justin Anderson
> > I had a same bug in the AsyncTask. So i prefer a Thread. > Except that it wasn't a bug... As the OP mentioned, it was a problem in his own logic. Plus Dianne, who happens to be an Android Framework Engineer, said there really is no difference. Thanks, Justin Anderson MagouyaWare Developer htt

Re: [android-developers] Sizing a custom 'GridView'.

2012-03-26 Thread Justin Anderson
Use RelativeLayout and use the android:layout_below attribute on the buttons to put it below the gridview. Then the sizing will take care of itself. http://developer.android.com/reference/android/widget/RelativeLayout.LayoutParams.html#attr_android:layout_below Thanks, Justin Anderson MagouyaWar

[android-developers] Re: Referring other library projects from within a library project.

2012-03-26 Thread Y2i
Would this work? http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject On Monday, March 26, 2012 10:15:25 PM UTC-7, MB wrote: > > Hi, > > I want to refer to a library project from within another library > project. > Is there some way to accompli

[android-developers] Referring other library projects from within a library project.

2012-03-26 Thread MB
Hi, I want to refer to a library project from within another library project. Is there some way to accomplish this? Thanks, --MB. -- 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@goo

[android-developers] Sizing a custom 'GridView'.

2012-03-26 Thread Put_tiMe
I have a situation where I need to have a GridView on the top part and buttons below it. If it was the other way around, then, it would have been easy. i.e. buttons on top and gridview below it. For the gridview, I could have mentioned: android:layout_width="wrap_content" android:layout_heigh

[android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread scame
I had a same bug in the AsyncTask. So i prefer a Thread. вторник, 27 марта 2012 г. 5:18:01 UTC+4 пользователь martypantsROK написал: > > I have an operation that consumes too much time for the UI thread and > need to do it in another thread. I created a thread using AsyncTask > and the thread lo

[android-developers] How to load php scripts

2012-03-26 Thread chowdary nani
Hi all, I am working on opening web page in web view using web client i need to read the source code of the page i am using web crome client in my web page first page is redirecting the to second page the java script in the first page are loading and redirecting to second page but the java script

[android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread martypantsROK
That was itmy UI thread was updating the TileExtents from another play and caused the loop to exit. Done in again by my own doing :) Problem solved On Mar 27, 11:37 am, martypantsROK wrote: > No dice. Tried catching a Throwable both when I start the thread and > on the inner loop of the work

[android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread martypantsROK
No dice. Tried catching a Throwable both when I start the thread and on the inner loop of the work. Nothing. No Errors. What kinds of operations might make a thread stop? The only thing that prevents it from iterating all the loops is whether the local Boolean 'found' is set and it comes back fa

[android-developers] layout height relative to screen height

2012-03-26 Thread adev
I would like to set the height of my layout items based on the height of the screen to allow it to scale to screens of different resolution and in landscape. my current layout structure uses a relativelayout with linearlayout childeren. one of the linear layouts consists of a table layout which I

Re: [android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread Dianne Hackborn
Try catching a Throwable to see if an error is happening that you are missing. On Tue, Mar 27, 2012 at 1:54 AM, martypantsROK wrote: > I would have thought the same, too - AsyncTask or Thread - there's > something else going. > > Here's what is called by doInBackground() - it's a loop through >

[android-developers] Re: what would be the base optimal throttle and seed for an application using monkey test?

2012-03-26 Thread droigons
Please give me some feedback to following question. On Thursday, March 22, 2012 1:32:17 AM UTC-7, droigons wrote: > > Dear Experts: > > I am running monkey test on my application using following command > > adb shell monkey -p com.droigons.mygps --throttle 1000 --monitor- > native-crashes --

[android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread martypantsROK
I would have thought the same, too - AsyncTask or Thread - there's something else going. Here's what is called by doInBackground() - it's a loop through possible moves until the first fit is found. My Log.d("WTF"...) in the middle simply stops after a couple of columns. private Boolean doSe

Re: [android-developers] Re: putInt force closes

2012-03-26 Thread Dianne Hackborn
And if you were to look at the log, you would see an error message explicitly saying the problem is that you don't have that permission. On Tue, Mar 27, 2012 at 1:44 AM, dmanpearl wrote: > JP, > You must use the permission request "WRITE_SETTINGS", not "WRITE_SETTING". > > - David > > > On Sun

[android-developers] Re: putInt force closes

2012-03-26 Thread dmanpearl
JP, You must use the permission request "WRITE_SETTINGS", not "WRITE_SETTING". - David On Sunday, July 25, 2010 11:11:14 PM UTC-7, scadaguru wrote: > > I am trying to write the system setting using: > > Settings.System.putInt(getApplicationContext().getContentResolver(), > Settings.System.WIFI

Re: [android-developers] AsyncTask vs Thread?

2012-03-26 Thread Dianne Hackborn
If your thread is stopping, it is an issue in your implementation of doInBackground(), which you haven't shown. And whatever your problem is, you will have it with a Thread as well. AsyncTask is just doing work from threads, after all. On Tue, Mar 27, 2012 at 1:18 AM, martypantsROK wrote: > I

[android-developers] AsyncTask vs Thread?

2012-03-26 Thread martypantsROK
I have an operation that consumes too much time for the UI thread and need to do it in another thread. I created a thread using AsyncTask and the thread loops until it finds and answer. When its done, I use postExecute to deal with the data and update views. The problem is that the thread intermitt

[android-developers] Multi-pane Layout

2012-03-26 Thread Ralph Bergmann | the4thFloor.eu
Hi, I want to know: how to design a multi pane layout with more than 2 panes? I found examples with 2 panes. But how to design the layout when I wont more panes (with different widths)? Example: Main pane a and pane b are visible. The user clicks on an entry on pane b. Pane a goes off to the l

[android-developers] Strange behaviour with view pager fragments

2012-03-26 Thread Phil Bayfield
I have a view pager with 4 different fragments, each loads a separate feed and displays the results in a list. They are all an instance of the same Fragment. This works fine while my phone has internet connection but when I've been trying to test retry mechanisms I'm getting very strange results.

Re: [android-developers] Launching default messaging app for mms

2012-03-26 Thread Erik
Unfortunately there doesn't seem to be a way to do what you want to do. The messaging app is looking for an intent with the SENDTO action and a phone number, or the SEND action and some data (such as an image), but not both a phone number and some data. -Erik On Monday, March 26, 2012 11:59:39

Re: [android-developers] Update per SD-Card

2012-03-26 Thread TreKing
2012/3/24 Jürgen Kemmer > If I install a newer Version of the App (signed and installed in the same > way) I have after the Installation all 2 Versions installed. > That should not happen unless they have different package names. > I want a Update because in the App-Folder are already Data and

Re: [android-developers] one time Registration after installation of an application??

2012-03-26 Thread TreKing
On Mon, Mar 26, 2012 at 3:12 PM, Muhammad UMER wrote: > I resolved the problem of sharedPrefrences, it work's perfect on amulator > but when i install it to my device mobile, then i enter the name and phone > no. and close the app and > then re open it, it show me > "The linked program is no longe

Re: [android-developers] How Many Android App Stores to Submit …?

2012-03-26 Thread Justin Anderson
You have to submit to each store individually. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 26, 2012 at 9:54 AM, RR wrote: > Except Google's app store, there are Samsung app store, Amazon app store, > etc... > > As a developer, do I have to

Re: [android-developers] Force opening web URLs & YouTube videos in Android phone's DEFAULT browser using Intent.

2012-03-26 Thread Justin Anderson
I meant to say it would get uninstalled in about half a second... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 26, 2012 at 1:39 PM, Justin Anderson wrote: > Any app that did that to me would get installed in about half a second and > get a 1

RE: [android-developers] one time Registration after installation of an application??

2012-03-26 Thread Muhammad UMER
Hi Treking, I resolved the problem of sharedPrefrences, it work's perfect on amulator but when i install it to my device mobile, then i enter the name and phone no. and close the app and then re open it, it show me "The linked program is no longer installed on your phone". w

Re: [android-developers] Use marquee on notification bar

2012-03-26 Thread TreKing
On Sat, Mar 24, 2012 at 2:51 PM, Max918 wrote: > i am trying to add a very long message to the notification bar. > but it only show little word on the screen. > Text scrolls automatically in notifications when it's too long, if you focus on the message. Unfortunately, this is not always possible

Re: [android-developers] Broadcast receiver execution.

2012-03-26 Thread Dianne Hackborn
A particular receiver can only process one broadcast at a time. As each broadcast happens, it is processed to determine the targets it should go to, and dispatched into the message queue for each target. When a later broadcast is sent, it will generally not be moved ahead of the queue. For the s

Re: [android-developers] one time Registration after installation of an application??

2012-03-26 Thread TreKing
On Mon, Mar 26, 2012 at 2:11 PM, Muhammad UMER wrote: > I m using this in onCreate method, but it show me error Force to close > every time when the activity start, but if i use it at the end of onCreate > it executed but also show force to close. what's the resone, You need to debug your applic

Re: [android-developers] Force opening web URLs & YouTube videos in Android phone's DEFAULT browser using Intent.

2012-03-26 Thread Justin Anderson
Any app that did that to me would get installed in about half a second and get a 1 star rating... On Mar 26, 2012 11:19 AM, "Chris Stratton" wrote: > On Saturday, March 24, 2012 8:27:15 PM UTC-4, MagouyaWare wrote: >> >> AFAIK you can't... >> On Mar 23, 2012 12:40 AM, "Shajahan" wrote: >> >>> I a

Re: [android-developers] DEAD ISSUE (WAS: XML Layout.....)

2012-03-26 Thread Jim Graham
Well, it's a dead issue now I've decided I don't like that layout anyways, and am scrapping it for a newer, better idea. :-) Now I'm off to make a drawing for my revised layout so I can build it. :-) Thanks anyways, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)MiSTie

Re: [android-developers] Re: Highlight Text in Webview

2012-03-26 Thread Justin Anderson
Seriously, you already got a response... Also, those of us on this group answer questions in our spare time... Be respectful of that time. You may have to wait more than a couple hours to get a response. On Mar 26, 2012 12:16 PM, "Satya" wrote: > > > Guys please respond need help... > Thanx > >

RE: [android-developers] one time Registration after installation of an application??

2012-03-26 Thread Muhammad UMER
Hi TreKing, I m using this in onCreate method, but it show me error Force to close every time when the activity start, but if i use it at the end of onCreate it executed but also show force to close. what's the resone, here the code i m using. settings = getSharedPreferences("s

Re: [android-developers] Wifi manager woes

2012-03-26 Thread Irfan Sheriff
if reconnect is failing - the device is likely hitting failures in driver/supplicant On Sun, Mar 25, 2012 at 10:54 PM, Put_tiMe wrote: > Based on some events, I'm trying to switch on or off wifi. > > > Switching wifi off works well. But while switching on wifi, 95% of the > time, it can't reconn

Re: [android-developers] android.permission.ACCESS_WIFI_STATE or android.permission.WAKE_LOCK for wifi lock

2012-03-26 Thread Irfan Sheriff
What else are you doing ACCESS_WIFI_STATE is needed for most of the Wi-Fi API On Mon, Mar 26, 2012 at 4:28 AM, DraganA wrote: > Hi there, > > the documentation (http://developer.android.com/reference/android/net/ > wifi/WifiManager.WifiLock.html) clearly says that in order to acquire > and lock

Re: [android-developers] Launching default messaging app for mms

2012-03-26 Thread Farhan Tariq
I tried the smsto:uri method. It works fine, but does not allow me to attach the picture that I am passing with the intent. "it.setType("image/jpeg");" causes my application to crash, and without this line of code, it would not attach an image file with the intent. My client has now agreed to let

[android-developers] i am looking job on android in banglore

2012-03-26 Thread rudraswamy mc
sir i have 6month exp on 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 android-developers+unsubscr...@goo

[android-developers] Re: Transparent Text Overlay on Video play

2012-03-26 Thread dillipk
Hi Mark, Thanks for your prompt response. Let me play around.. Thanks again for your time.. -DK On Mar 26, 10:33 am, Mark Murphy wrote: > Step #1: Put the VideoView/SurfaceView/TextureView inside a RelativeLayout > > Step #2: Put your "transparenttext" (whatever you think that is) > inside th

[android-developers] Re: Highlight Text in Webview

2012-03-26 Thread Satya
Guys please respond need help... Thanx -- 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...@g

[android-developers] Re: Listening to a video stream and rendering it on the screen

2012-03-26 Thread MadihaKhalid
i have also same question can anyone let us know the idea.? On Thursday, 31 December 2009 11:49:17 UTC+5, indodroid wrote: > > Hello, > > *My Cases:* > > 1. I have a RTP stack, using which i am receiving raw audio and video > streams from the network. > > 2. Similarly, I will be sending audio a

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 14 Topics

2012-03-26 Thread Ekri
android-developers@googlegroups.com wrote: >= >Today's Topic Summary >= > >Group: android-developers@googlegroups.com >Url: http://groups.google

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 14 Topics

2012-03-26 Thread Ekri
android-developers@googlegroups.com wrote: >= >Today's Topic Summary >= > >Group: android-developers@googlegroups.com >Url: http://groups.google

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 14 Topics

2012-03-26 Thread Ekri
android-developers@googlegroups.com wrote: >= >Today's Topic Summary >= > >Group: android-developers@googlegroups.com >Url: http://groups.google

Re: [android-developers] How can i run C binary (executable file) in Android from Android Shell

2012-03-26 Thread Mark Murphy
On Mon, Mar 26, 2012 at 1:18 PM, A B wrote: > I have Device on which i installed Android Gingerbread 2.3.4 Here i want to > run C executable file on android device > > I am able to run android NDK application on Device and its run perfect But i > want to run only onehello.c executable file on Devi

Re: [android-developers] R17: a library project cannot depend on another library project?

2012-03-26 Thread Doug
How does one downgrade to r16, or any non-latest version of the SDK at any time? Doug On Monday, March 26, 2012 6:35:18 AM UTC-7, Nikolay Elenkov wrote: > > The best thing you can do is update your projects, or have them > > updated. If you can't do it right now, use ADT16 for the time being. >

Re: [android-developers] DexClassLoader

2012-03-26 Thread Kristopher Micinski
FYI... If you're not sure what you're doing, you really really shouldn't be using a class loader..., lest your app become infested with tons of security holes. kris On Sat, Mar 24, 2012 at 6:04 AM, moutaz al-azab wrote: > Hi Everyone, > > I am trying to play with DexClassLoader > http://develop

Re: [android-developers] DexClassLoader

2012-03-26 Thread TreKing
On Sat, Mar 24, 2012 at 5:04 AM, moutaz al-azab wrote: > I am wondering how can I use these classes. I am not expert in Android but > I want to use these classes, does anyone has an idea? You should start by googling the class names. Beyond that you need to explain why you want to use some cla

[android-developers] How can i run C binary (executable file) in Android from Android Shell

2012-03-26 Thread A B
I have Device on which i installed Android Gingerbread 2.3.4 Here i want to run C executable file on android device I am able to run android NDK application on Device and its run perfect But i want to run only onehello.c executable file on Device. /* #includes #defines ... */ int main(){ //

Re: [android-developers] Force opening web URLs & YouTube videos in Android phone's DEFAULT browser using Intent.

2012-03-26 Thread Chris Stratton
On Saturday, March 24, 2012 8:27:15 PM UTC-4, MagouyaWare wrote: > > AFAIK you can't... > On Mar 23, 2012 12:40 AM, "Shajahan" wrote: > >> I am trying to launch browser with the specified URL. It works fine if >> it's web URL, but when the URL detected to be a video(say YouTube >> video) then it c

[android-developers] How Many Android App Stores to Submit …?

2012-03-26 Thread RR
Except Google's app store, there are Samsung app store, Amazon app store, etc... As a developer, do I have to submit my app to all of the stores one by one?? Or once I submitted my app to Google, all of the other stores would find my app and publish it on their store automatically?? If I hav

Re: [android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Jast Vacaty
yeah! I get it.. It only need to join one line * event.put("eventTimezone", Time.getCurrentTimezone()); *Thank for your help Ralph Bergmann於 2012年3月26日星期一UTC+8下午6時37分15秒寫道: > > A stack trace is this long error log which you have posted :-) > > The error is a NullPointerException which means: the

Re: [android-developers] Re: Modify a textview value in a custom listview after clicking

2012-03-26 Thread Justin Anderson
> > May I ask why we shouldn't modify the view after it has been displayed? > Certainly... It is pretty much a basic principle for good OO design. Your adapter represents the data that needs to be displayed. Your listview item views should do nothing more than use the data it has to decide how it

Re: [android-developers] Re: Change the theme in android

2012-03-26 Thread Justin Anderson
http://developer.android.com/guide/topics/ui/themes.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 26, 2012 at 3:25 AM, Jagruti Sangani < jagruti.sang...@inextrix.com> wrote: > at where the theme is store? > > > On Fri, Mar 23, 2012 at 5:

Re: [android-developers] Re: Merchant Account no longer available

2012-03-26 Thread Justin Anderson
> > I do some work on my Galaxy Tab, and it is pretty annoying that this > account is no longer available on it. Can Google PLEASE read this, and > fix it asap? > The people who would be fixing this problem are most likely not in this group... You might have more luck here: https://support.google.

Re: [android-developers] Transparent Text Overlay on Video play

2012-03-26 Thread Mark Murphy
Step #1: Put the VideoView/SurfaceView/TextureView inside a RelativeLayout Step #2: Put your "transparent text" (whatever you think that is) inside the same RelativeLayout, as a later child (e.g., later in the XML) Step #3: Conditionally hide and show the "transparent text" as you see fit On Mon

[android-developers] Transparent Text Overlay on Video play

2012-03-26 Thread dillipk
Hi, I have a requirement where a Transparent Text would display on a Video while playing for sometime and/or have the option to close the overlay text whenever user wants. I have seen this on youtube videos where some of the videos have transparent text overlay and get closed after certain period

Re: [android-developers] Sending GPS coordinates to a server

2012-03-26 Thread TreKing
On Mon, Mar 26, 2012 at 1:04 AM, Bhuvan Chandra wrote: > I have seen those links, Iam not sure how they can be much of a help to me No? > , I just want to know How to develop an application(i.e. How to program in > android eclipse) That is covered in link #1. > which could recieve the Loca

Re: [android-developers] R17: a library project cannot depend on another library project?

2012-03-26 Thread Nikolay Elenkov
On Mon, Mar 26, 2012 at 7:47 PM, James Su wrote: > Thanks a lot for your information. Is there any document describing the > difference between adding a library into Java Build Path or as an android > Library? > This explains the changes in ADT17 and how libraries are handled, as well as the chan

[android-developers] real streaming data in android

2012-03-26 Thread ramalakshmi
I want to send the real streaming data values into android mobile from a database. I used a webview(JSON) for this.but I achieve only static data.I want a stream of values Any body can help me -- ramalakshmi -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
I used following code to send sms to destination email address but it does'nt work. 5554 is emulator port . SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage("5554", null, "username@domainname hello", null, null); How i resolve problem to send text message to email address?anybo

Re: [android-developers] How good phonegap in security support, while developing mobile web apps?

2012-03-26 Thread Anirudh Loya
Its Excellent !! On Mon, Mar 26, 2012 at 6:19 PM, nvlakshmi vakiti wrote: > Hi all, > > How good phonegap in security support, while developing mobile web apps? > > -- > > Thanks & Regards > Lakshmi.V > > > -- > You received this message because you are subscribed to the Google > Groups "Android

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
k thank you. On Mon, Mar 26, 2012 at 6:02 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar < > ravindra.bhavs...@gmail.com> wrote: > >> i configure my gmail account with emulator.How to send sms to perticular >> email address.? >>

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar < ravindra.bhavs...@gmail.com> wrote: > i configure my gmail account with emulator.How to send sms to perticular > email address.? > > Hi Ravindra, as I told you earlier, I haven't tried it yet. Just google out and you may find an appropriate answ

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
i configure my gmail account with emulator.How to send sms to perticular email address.? On Mon, Mar 26, 2012 at 5:46 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Mon, Mar 26, 2012 at 5:31 PM, ravindra bhavsar < > ravindra.bhavs...@gmail.com> wrote: > >> Thanks for reply N

[android-developers] Multiselection

2012-03-26 Thread chimouch
In my project, i'm implementing a grid whose cells are linearlayouts, and i want to use the cells multiselection. so i have used OnTouchListener event, but i don't know what action to use when i press on a cell and i move my finger. If someone has an idea please help me !!! -- You received this

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 5:31 PM, ravindra bhavsar < ravindra.bhavs...@gmail.com> wrote: > Thanks for reply Narendra, > can u tell me how do i configure my emulator with gmail? > > Well Ravindra, I haven't tried it yet. But may the following link help you out. http://stackoverflow.com/questions/40

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
Thanks for reply Narendra, can u tell me how do i configure my emulator with gmail? On Mon, Mar 26, 2012 at 4:49 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Mon, Mar 26, 2012 at 4:40 PM, ravindra bhavsar < > ravindra.bhavs...@gmail.com> wrote: > >> Hi, >> I want t

[android-developers] Re: Merchant Account no longer available

2012-03-26 Thread Terry
I do some work on my Galaxy Tab, and it is pretty annoying that this account is no longer available on it. Can Google PLEASE read this, and fix it asap? Terry On Mar 25, 2:54 pm, Mickey wrote: > Same problem here.  Can access it from a pc, but on the phone I can't > > On Mar 25, 5:14 am, Terry

Re: [android-developers] Highlight Text in Webview

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 4:47 PM, Satya wrote: > Hi All, > > I need to highlight the text in webview can any one give me the > solution. > > Refer the link as follows: http://stackoverflow.com/questions/5294562/android-webview-highlight-a-specific-word-in-a-page-using-javascript -- You received

[android-developers] android.permission.ACCESS_WIFI_STATE or android.permission.WAKE_LOCK for wifi lock

2012-03-26 Thread DraganA
Hi there, the documentation (http://developer.android.com/reference/android/net/ wifi/WifiManager.WifiLock.html) clearly says that in order to acquire and lock Wifi state android.permission.WAKE_LOCK is needed in the manifest. Now, in Dev. console I'm getting errors from some users that goes like:

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 4:40 PM, ravindra bhavsar < ravindra.bhavs...@gmail.com> wrote: > Hi, > I want to sent Text Message from my android emaulator to any email > address. How to i do that > Plz anybody Help me? > > You need to configure your emulator with your gmail account in orde

[android-developers] Highlight Text in Webview

2012-03-26 Thread Satya
Hi All, I need to highlight the text in webview can any one give me the solution. Thanks Satya -- 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 th

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread asheesh arya
this is not possible via emulator you can do this whrn you test your application on real device. -- 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 th

[android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
Hi, I want to sent Text Message from my android emaulator to any email address. How to i do that Plz anybody Help me? -- 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@goog

[android-developers] how to get SMS center number in android

2012-03-26 Thread android developer
Hi all, Please help me on this issue how to get SMS center number in android Thank you all.. -- 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 g

[android-developers] Re: Re : passing data between activities

2012-03-26 Thread vivek elangovan
Using DOMParser i m getting values and passing it to my IInd activity.In my IInd activity i need to display like this Violation : USING CELLULAR PHONE WHILE DRIVING(H) Place : chetpet signal Violation : WITHOUT HELMET Place : Tnagar signal On Monday, March 26, 2012 4:20:26 PM UTC+5:30, vive

Re: [android-developers] Re: [Android - developers] Exponential Smoothing on Latitude and Langitude

2012-03-26 Thread David Griffiths
Sorry, my mistake. The line smoothingCoor[i] = smoothingCoor [i] +alpha * (coor[i] - smoothingCoor[i]); is correct as it stands. However my comment on your nearing smoothing not taking into account the 359 degrees problem is correct. Two other problems with the code you have posted: I presu

[android-developers] Re: Re : passing data between activities

2012-03-26 Thread vivek elangovan
Hi, This is how my xml looks like WITHOUT HELMET 177-A 100 26-3-2012 chetpet signal USING CELLULAR PHONE WHILE DRIVING(H) 177-H

Re: [android-developers] R17: a library project cannot depend on another library project?

2012-03-26 Thread James Su
Thanks a lot for your information. Is there any document describing the difference between adding a library into Java Build Path or as an android Library? 2012/3/26 Nikolay Elenkov > On Mon, Mar 26, 2012 at 4:15 PM, James Su wrote: > > The code works again by adding project B into A's Java Buil

Re: [android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Ralph Bergmann | the4thFloor.eu
A stack trace is this long error log which you have posted :-) The error is a NullPointerException which means: the app try to access a field which has no value. And the error appears here: java.util.TimeZone.getTimeZone(TimeZone.java:286) One possible solution: public static final String ALL_D

[android-developers] working on web view

2012-03-26 Thread chowdary nani
Hi All, I am working on opening the php page in my web view Here my php page is redirecting to another php page when the page is redirecting to another php page the java script in the redirected php are not loading i am using public void onPageFinished(WebView view, String url) method in webcromecl

Re: [android-developers] Re: Broadcast receiver execution.

2012-03-26 Thread Mark Murphy
On Mon, Mar 26, 2012 at 5:00 AM, Put_tiMe wrote: > Are you sure about the system intents being delivered not in the sequence > they were generated? AFAIK, there is nothing in the documentation that guarantees the delivery order for events like this. Hence, it is risky to assume a particular order

Re: [android-developers] Re : passing data between activities

2012-03-26 Thread Jagruti Sangani
Please clearlly explain what you need.If you want to pass data between two activity each other then use the setactivityresulton() like this method and alos use the put extra for passing data. On Mon, Mar 26, 2012 at 3:52 PM, Farhan Tariq wrote: > Google "intents" , "putExtra" and "getExtras" key

Re: [android-developers] Re : passing data between activities

2012-03-26 Thread Farhan Tariq
Google "intents" , "putExtra" and "getExtras" keywords On Mon, Mar 26, 2012 at 2:33 PM, vivek elangovan wrote: > hi members, > I am having two activities in my project, In my Ist > activity i m getting two values from my loop (for eg : Violation : WITHOUT > HELMET and Violatio

Re: [android-developers] Re: [Android - developers] Exponential Smoothing on Latitude and Langitude

2012-03-26 Thread David Griffiths
As well as multiplying twice by 1.0E6 (instead of multiplying and then dividing), another error is ​smoothingCoor[i] = smoothingCoor [i] +alpha * (coor[i] - smoothingCoor[i]); This should be smoothingCoor[i] = (smoothingCoor [i] * (1.0 - alpha)) + alpha * (coor[i] - smoothingCoor[i]); an

[android-developers] Re : passing data between activities

2012-03-26 Thread vivek elangovan
hi members, I am having two activities in my project, In my Ist activity i m getting two values from my loop (for eg : Violation : WITHOUT HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using putExtra i am passing these values to my IInd activity,what i need t

Re: [android-developers] Re: Change the theme in android

2012-03-26 Thread Jagruti Sangani
at where the theme is store? On Fri, Mar 23, 2012 at 5:04 PM, Juned Khan wrote: > setTheme(android.R.style.Theme_Dialog); > > -- > 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@go

[android-developers] Exception in Logcat

2012-03-26 Thread B.Arunkumar
Hi, I have got the following exception when an activity was opened. The activity window finished unexpectedly with the following error in Logcat. What does this mean? E/InputDispatcher( 3102): channel '4093840976580ef8 com.example.OnVRViewer/com.example.OnVRViewer.OnVRViewer (server)' ~ Consu

[android-developers] Re: Broadcast receiver execution.

2012-03-26 Thread Put_tiMe
Hmm, that is actually quite surprising to me. Especially if I want to do something on screen-on and off. So in the above case, if I get the intents in this order Off, On, On, Off instead of the right sequence Off, On, Off, On, then all my logic will go horribly wrong. Are you sure about

Re: [android-developers] Set Layout Background Image and change color of the image dynamically

2012-03-26 Thread Dusk Jockeys Android Apps
Seems simple enough. The original poster has a LinearLayout, and he wants to set the background of said layout to be an image. Which you can do, using LinearLayout.setBackgroundDrawable() So he can just the image to be the drawable. He then wants to change the colour of the image. That is a

  1   2   >