[android-developers] how to unset roboto (in meterial theme) when using appcompat library

2016-02-16 Thread joy
Hi, I need to unset roboto (in meterial theme) when using appcompat library. All devices under lollipop follows device's font, so it's not consistent. but I cannot find how to unset roboto (in donottranslatematerial.xml) Is there anyone who can help me ? -- You received this message because

[android-developers] Location Change is not working or disabled after android device went to inactive

2012-07-23 Thread Joy-ZSL
) { //Here to call a webservice and pass latitude and longitude } }; } Joy.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Does Google support Google Check Out Merchant Account in India?

2011-07-15 Thread Joy
Hello Everyone, I am a developer from India. And, I wanna make some cool apps for Android users and make money from it. I need to know, does Google support Google Check Out Merchant Account for Indian Developers. I red a book (from Apress Publications ) on Android, and the author claimed that,

[android-developers] OpenGL ES 2.0

2011-07-11 Thread Joy
Hi everyone, I am new to Mobile Game Developing ! I learned OpenGL before, and now I am looking for its embedded version .. I have searched on internet, read some books, and came to know that, OpenGL ES 2.0 is not supported on every Android mobile.So, I have to concerned with OpenGL ES 1.1 to

[android-developers] re: uploading files to web server working on .net using c#

2011-02-22 Thread vivin joy
Hi guys, i have an android app, which produces a XML string. i need to upload it to web server working on .net using C#. i tried sending it as a string but i got the error as SoapFault - faultcode: 'soap:Client' faultstring: 'System.Web.Services.Protocols.SoapException: Server did not

[android-developers] Redrawing a view when the transparent activity closes

2011-02-09 Thread vivin joy
Hi All, i have an Activity called MainActivity. It has a custom view on it and a button. When i press a button, it opens a new Activity with a translucent theme so that MainActiivty is paused. The Second Activity has got a EditText. and i type something over there and press a button which

[android-developers] reading files from sdcard and displaying only the image files in the listView

2011-01-27 Thread vivin joy
hi , when my app starts, i need to check the sdcard and display all the image files present in the sdcard in a listview and when the user selects one of them , i need to display it in an image view. though the second part is relatively easy once u get the path of that particular image. But i

[android-developers] GestureOverlayView preventing OnSingletap/onDoubletap methods to be called

2011-01-25 Thread vivin joy
Hi i have an custom view. in main.Xml. this custom view is laid as a child view of the gestureOverlayView. so that gestureOverlayView is the parent view. i have allowed my mainActivity to implement the onGesturelistener and OnDoubleTapListener. but all the touch events are being passed to the

[android-developers] Dynamically Changing Gesture color

2011-01-18 Thread vivin joy
hi i have an app, in which when a check box is checked the gesture colors changes. but i find that gestureOverlayView.setGestureColor=#FF, doesn't even work. It only accepts the xml attribute concerned with the gesture color provided in the layout. -- You received this message because you

[android-developers] disabling GestureOverlayView

2011-01-18 Thread vivin joy
i have my own custom view over which i have a GestureOverlayView and a checkbox. when the checkbox is checked, i need to disable the GestureOverlayView so that no gesture strokes appear on the screen but still the touch events be dispatched to my custom View.. how do i do that? -- You received

[android-developers] Creating Activity from a View Class

2011-01-18 Thread vivin joy
i have two Activities. one is the MainActivity and other an activity where a user could type anything. i have a class called commentclass which extends View class. the main.xml layout uses this class. this main.xml is displayed using the mainActivity . the commentclass has a ontouch event.

[android-developers] android button

2010-11-22 Thread nena joy
Hello, I have an application of list view.Each row in listview contain textview. But I want to add a button on top of the list view.how I can add buttton on top of that listview using java? Please help me. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] playing sound

2010-11-03 Thread nena joy
Hello, Thanks for the help. But how create thread in background for playing sound? -- 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] Background music in android

2010-11-03 Thread nena joy
Hi, I created an application.In that ,when one of the activity start background music too play. And when I go to next activity,sound playing not stopped.But when go to webview activity,music stopped.But I want to play it in that webview too. How it possible? -- You received this message

[android-developers] Sound in android web view

2010-11-02 Thread nena joy
*My java code is here* package com.customlistview1; import android.app.Activity; import android.os.Bundle; import android.webkit.WebView; import android.webkit.WebViewClient; import android.webkit.WebChromeClient; public class Image extends Activity { private WebView webview; @Override

[android-developers] button click

2010-10-29 Thread nena joy
Hello, I have an activity.Have an image view, 3 text views and a button. 2 text views are hard coded. When click the button the other shows first value taken from an xml file (xml tag value). When click this again value of text view want to change.The value should be the second value from the

[android-developers] android game

2010-10-28 Thread nena joy
Hello, Anyone have the full souce code of the game - SpaceBlaster. Thank you -- 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

[android-developers] Web service access

2010-10-28 Thread nena joy
hello, I want to access a web sedrvice in android web application.But I don't have any idea. Please 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@googlegroups.com To

[android-developers] web service access from net

2010-10-28 Thread nena joy
Hello, I created an android application using html5. The data for that application is now from various xml files. These xml files and html files are in the 'assets' folder. but I want to create this application with data from a web service in the net. But I don't know how it

[android-developers] images in android

2010-10-28 Thread nena joy
Hello, I want to display 3 images one by one from drawable folder. I did it using seperate intents.Means when click the first image,itwill go the next intent and that loads second image and so on. As the no of images increasing it should be very complecated. So I want to show it in single

[android-developers] Android tablet emulator

2010-10-27 Thread nena joy
Hello, I want to create android tablet application. I need an android tablet emulator for that. From my search I got a way that is making an avd with size 1000 X 600. I created that avd. But a problem exist. I cant go to the home screen. Please help me anyone to create an android tablet

[android-developers] android tablet emulator

2010-10-27 Thread nena joy
Hello, Thaks for your valuable information. -- 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] Web service access in Android

2010-10-25 Thread nena joy
Hello, I am new in android development. I want to get data from a web service in android application.But the application is in html5. Now it uses the data from a local xml file.how it get data from a web service? Please help me .. -- You received this message because you are subscribed to

[android-developers] android game

2010-10-25 Thread nena joy
Hello, Now I am trying to create an android game. Game is in the bookApress - pro Android games But the program is force closed when I try to touch in the screen. Anyone have the full source code of that game- Space Baster Please help me -- You received this message because you are

[android-developers] Where is the source project location of YouTube in Eclair?

2010-03-09 Thread android joy
Hi All, I want launch the YouTube with specified video searching list at startup(e.g I want YouTube shows the vidoe list all releated with the key word susan and U.S in the first page.) so I downloaded all the source code of Elcair, but I can't find the source code for

[android-developers] Where is the source project location of YouTube in Eclair?

2010-03-09 Thread android joy
Hi All, I want launch the YouTube with specified video searching list at startup(e.g I want YouTube shows the vidoe list all releated with the key word susan and U.S in the first page.) so I downloaded all the source code of Elcair, but I can't find the source code for

Re: [android-developers] ADC2 Results Post

2009-11-05 Thread Joy
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Best Regards, Joy Aurora Device Search - The Real Android Universal Search Engine http://android-aurora.appspot.com -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: OnItemClickListener onItemClick in custom adapter not firing

2009-09-20 Thread Joy
); down.setFocusable(true); productView.setText(productString); priceView.setText(priceString); return fuitemView; } public boolean areAllItemsSelectable() { return true; } } -- Best Regards, Joy

[android-developers] Re: 5 mins to ADC II submission deadline - so what is your submission?

2009-09-07 Thread Joy
Hi all, I submitted 'Aurora Device Search', which is actually more than device search -- intelligent search ranking, quick share of contact/calendar/web history/bookmark..., shortcut button, and convenient context menu. 'Aurora Device Search is also free available in MarketPlace. For more

[android-developers] Can't get query string from google search widget in some cases.

2009-09-06 Thread Joy
(SearchManager.QUERY); } -- Best Regards, Joy --~--~-~--~~~---~--~~ 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

[android-developers] Re: Can't get query string from google search widget in some cases.

2009-09-06 Thread Joy
Hi guys, In summary, my application can't get launching intent from onRestart/onStart() method when my application is in background and launched by google search widget from screen. Anything I missed? Does it work by design? Thanks a lot! On Mon, Sep 7, 2009 at 12:54 PM, Joy 3crownt...@gmail.com

[android-developers] android htc touch HD

2008-11-24 Thread Josh Joy
Hi, Was wondering if anyone was working on putting android on the htc touch HD? If there are any efforts, I would be willing to help out. Thanks, Josh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android