Re: [android-developers] 3D Charts

2012-04-02 Thread sourabh sahu
Jim, Please try to figure it out.I badly need it. Sourabh On Sun, Apr 1, 2012 at 5:18 PM, Jim Graham spooky1...@gmail.com wrote: On Sun, Apr 01, 2012 at 12:42:20PM +0530, s.rawat wrote: There is a google group http://groups.google.com/group/achartengine?pli=1for achartengine

[android-developers] Application skin

2012-04-02 Thread extrapedestrian
I wrote simple application for ICS emulator, but it doesn't have that ice blue skin like Android settings, or other applications on ICS emulator. My app has orange focus rectangle instead of blue. How can I make it look like other apps on ICS? -- You received this message because you are

[android-developers] Re: Hello everyone, what i have done so far regarding passing a ListView from one activity to another

2012-04-02 Thread Zsolt Vasvari
Why spam the list with a new thread? Your previous one is just below. If you do this, NOBODY is going to help you. On Monday, April 2, 2012 5:52:35 AM UTC+8, Soyer wrote: Hello everyone, i posted a question about passing a listview from one activity to another and this is what i did so

[android-developers] Re: Layout background interferes with ListView (WAS: Has ListView been modified....)

2012-04-02 Thread Zsolt Vasvari
Why fight the design? The List background on ICS is a slight gradient, looks nice, why make it pitch balck? Set the background only for pre-ICS (or pre-HC) and leave the nice gradient as it on ICS. On Monday, April 2, 2012 10:22:34 AM UTC+8, Spooky wrote: Same thread, new topic (to

[android-developers] Switching views

2012-04-02 Thread vani reddy
HI friends, In my Layout I have 2 views in which i have to keep switching . On click of a button a particular gridview1 has to be shown and the other gridview(2) next to it has to be partially hidden. Wheni click on the other button gridview1 has to be partially hidden and gridview2 has to be

[android-developers] Re: Application skin

2012-04-02 Thread Zsolt Vasvari
By making the target platform ICS. On Monday, April 2, 2012 4:00:56 PM UTC+8, extrapedestrian wrote: I wrote simple application for ICS emulator, but it doesn't have that ice blue skin like Android settings, or other applications on ICS emulator. My app has orange focus rectangle instead of

[android-developers] Android DateTimePicker to save in database

2012-04-02 Thread Kirupa
How to save time and date into database when selected from date and time picker in 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

[android-developers] running javascript

2012-04-02 Thread chowdary nani
Hi All, I need help on reading the html code after loading javascript in android I am loading the web page in my web view after loading my first webpage it is redirecting to second page in the second page i need to read to the html code after loading the java script code but in my code i am

[android-developers] requestSync :: 'Authority' parameter

2012-04-02 Thread Put_tiMe
What does the 2nd paramter in the function ContentResolver.requestSync mean? -- 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] Re: LinkedIn integration issue

2012-04-02 Thread Atul Sachdev
Please help me, in this issue. On Mon, Mar 26, 2012 at 7:13 PM, Atul Sachdev atul.sach...@daffodilsw.comwrote: Please help me to integrate LinkedIn. I just want to access user profile. We have tried using many libraries like linkedin-j-android.jar SocialLibBeta2_2.jar and SCRIBE During

[android-developers] Graphical Layout- View Problem

2012-04-02 Thread Mahabaleshwara Adiga
Hi, I am using Eclipse IDE for developing Android App. In my xml file, LinearLayout frameLayout ListView // /ListView /frameLayout // Here i want to insert Button /LinearLayout Problem is i can't view in Graphical Layout. i should insert a button..

Re: [android-developers] Android DateTimePicker to save in database

2012-04-02 Thread TreKing
On Mon, Apr 2, 2012 at 3:16 AM, Kirupa answerofandr...@gmail.com wrote: How to save time and date into database when selected from date and time picker in android 1 - Get a date / time value from a date and time picker. 2 - Save this date / time value to a database. You can solve both of

[android-developers] Re: requestSync :: 'Authority' parameter

2012-04-02 Thread Put_tiMe
Okay, I need to sync emails only. So what is the value to be passed? On Monday, April 2, 2012 2:30:57 PM UTC+5:30, Put_tiMe wrote: What does the 2nd paramter in the function ContentResolver.requestSync mean? -- You received this message because you are subscribed to the Google

[android-developers] Re: Application skin

2012-04-02 Thread extrapedestrian
i did put that to 14 but not working. On Monday, April 2, 2012 10:08:00 AM UTC+2, Zsolt Vasvari wrote: By making the target platform ICS. On Monday, April 2, 2012 4:00:56 PM UTC+8, extrapedestrian wrote: I wrote simple application for ICS emulator, but it doesn't have that ice blue skin

[android-developers] Re: Hello everyone, what i have done so far regarding passing a ListView from one activity to another

2012-04-02 Thread Soyer
Sorry i don't know if i am getting you properly, but this one is different then the other, i found the method how to pass a list from one activity to another but still for some reason it's not being passed and it's returning null. Don't be so hasty to comment before understanding the thread

Re: [android-developers] Re: Layout background interferes with ListView (WAS: Has ListView been modified....)

2012-04-02 Thread Jim Graham
On Mon, Apr 02, 2012 at 01:04:43AM -0700, Zsolt Vasvari wrote: Why fight the design? The List background on ICS is a slight gradient, looks nice, why make it pitch balck? Set the background only for pre-ICS (or pre-HC) and leave the nice gradient as it on ICS. I think you may have

Re: [android-developers] Wake-lock instance.

2012-04-02 Thread Mark Murphy
On Mon, Apr 2, 2012 at 12:40 AM, Put_tiMe putt...@gmail.com wrote: The PowerManager.newWakeLock() will return a new instance of a wake lock every time. Yes. If I have an intent service or an alarm manager service, then I won't have an instance to store this wake lock. Yes. Whereas I

[android-developers] PowerManager WakeLock is inconsistent.

2012-04-02 Thread Put_tiMe
On an AlarmManager intent, I am trying to switch on the device screen. And I am relying on the system to switch off the screen after some duration of no user activity. I use: PowerManager.XXX| PowerManager.ON_AFTER_RELEASE | PowerManager.ACQUIRE_CAUSES_WAKEUP flags. PowerManager.XXX is

Re: [android-developers] Wifi and phone sleep state

2012-04-02 Thread Put_tiMe
I tried a few things on an ICS device. When the phone is in sleep mode, I use an AlarmManager to wake up. During that alarm-manager handler, if I acquire a wifi-lock and a wakeup-lock. Still, if I enable/disable wifi programmatically, it doesn't work. But the moment I switch on the screen

[android-developers] Re: Textview gravity resets

2012-04-02 Thread adev
It is set to wrap_content, I have tried match_parent and fill_parent but there is no difference. After the adview loads, everything APPEARS Left. However, if I programmatically look at the gravity attribute of the textview, the gravity is still set to right|center_vertical On Apr 2, 5:04 am,

[android-developers] Re: In Eclipse while viewing Graphical layout for xml file. it not showing the graphic

2012-04-02 Thread Juned Khan
i had the same problem. what i did to solve this problem. do one thing keep open your xml files graphical layouts page and then restart eclipse. once eclipse is restarted, it will refresh the that page and you will get the graphical layout. try it out and comment if you get success, -- You

[android-developers] Re: Return formatted time

2012-04-02 Thread Juned Khan
you can do this public String create_datestring(String timestring){ try{ final Calendar cal = Calendar.getInstance(); cal.setTimeInMillis(Long.parseLong(timestring)); timestring = String.valueOf(cal.get(Calendar.MONTH)+1) + /

[android-developers] Keep runing the timer even switch over in new activity

2012-04-02 Thread jugni
hello all, I have activity in which timer and it is running perfectly.I am going from this activity to other class and i am doing some task in that and come back to timer activity.But the problem is that when i comeback from other activity to current then timer is start from 00:00.I want to it

[android-developers] Re: Sleep mode

2012-04-02 Thread Dan
On Mar 30, 10:06 pm, Dianne Hackborn hack...@android.com wrote: On Android sleep mode is the screen being off.  What do you mean by sleep mode? Given the nice chart of CPU/Screen/Keyboard states at: http://developer.android.com/reference/android/os/PowerManager.html If having

[android-developers] Re: Sleep mode

2012-04-02 Thread Dan
On Mar 31, 10:29 am, Mark Murphy mmur...@commonsware.com wrote: On Sat, Mar 31, 2012 at 10:18 AM, Put_tiMe putt...@gmail.com wrote: On some devices, like the Sony Erricson Experia, if I long press the power button, I get a UI menu, with a sleep mode option. What would be the difference

Re: [android-developers] Re: Sleep mode

2012-04-02 Thread Mark Murphy
On Mon, Apr 2, 2012 at 9:50 AM, Dan dan.schm...@gmail.com wrote: On screen-off, i.e. when it hits the sleep mode, are the wifi radios and CPU disabled/switched-off? The CPU stops running. This is demonstrably wrong, as you can have a PARTIAL_WAKE_LOCK held and not have the screen on

[android-developers] posting picture on facebook wall

2012-04-02 Thread jakob t
Hi! Anybody know if any tutorial about this? I've been following: http://blog.doityourselfandroid.com/2011/02/28/30-minute-guide-integrating-facebook-android-application/ and modifing the code I can: send message to wall (with link) But when I try to post picture it always end up in the photo

[android-developers] Android DRM Sample Tutorials.

2012-04-02 Thread AnimeshKBhadra
Hi All, I wanted to make a simple DRM application just to learn how Android DRM works. My idea is, 1) Encrypt on simple Jpeg/PNG image. 2) Try to open that image from an android application, it should throw and error to enter some validation key. 3) When i enter the validation

[android-developers] Native pthread-Java-Native === Crash, why?

2012-04-02 Thread AndroidYourself
I've created a native pthread from Java onCreate() and doing a loop to call a Java function. It works fine! But, when I call a Native function from this called Java function (Native pthread-Java function-Native), then I got an app crash. Why? And what can I do against this crash? // * Called

[android-developers] Re: Keep runing the timer even switch over in new activity

2012-04-02 Thread lbendlin
run the timer in a service or in the application singleton. On Monday, April 2, 2012 8:56:49 AM UTC-4, jugni wrote: hello all, I have activity in which timer and it is running perfectly.I am going from this activity to other class and i am doing some task in that and come back to timer

[android-developers] No validating SAX parser for android?

2012-04-02 Thread RedBullet
I am parsing some XML with SAX, and I noticed that there was some XSD in the files I am parsing. So, I figured to would turn validation on the factory before I get the parse, but when I do I get an error saying there is no validating parser available. So... How does one validate XML on the

Re: [android-developers] Re: Keep runing the timer even switch over in new activity

2012-04-02 Thread Justin Anderson
run the timer in a service or in the application singleton. That would work but is an unnecessary drain on resources... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 2, 2012 at 9:32 AM, lbendlin l...@bendlin.us wrote: run the timer in a

[android-developers] How to set the bitmap to Transparent

2012-04-02 Thread Perry
hi, I used following method to create a canvas. temp = Bitmap.createBitmap(thisWidth, thisHeight, Config.ARGB_); Canvas thisCanvas = new Canvas(temp); I don't know why the canvas has a black background. How to create a Transparent background for use? Thanks a lot! -- You received this

Re: [android-developers] No validating SAX parser for android?

2012-04-02 Thread Daniel Drozdzewski
Did you tell your parser which schema will it be validating against? Setting validation flag to true is not enough... Have a look here at a quick validating example using SAXParser: http://docs.oracle.com/javaee/1.4/tutorial/doc/JAXPSAX9.html Daniel On 2 April 2012 16:34, RedBullet

Re: [android-developers] How to set the bitmap to Transparent

2012-04-02 Thread Justin Anderson
First, you should use ARGB_... ARGB_ is deprecated: http://developer.android.com/reference/android/graphics/Bitmap.Config.html Next, here is how to do it: temp = Bitmap.createBitmap(thisWidth, thisHeight, Config.ARGB_); //Clear the canvas Canvas canvas = new Canvas(temp); Paint

Re: [android-developers] No validating SAX parser for android?

2012-04-02 Thread Daniel Drozdzewski
...so did you tell your parser the following: static final String GARMIN_SCHEMA_LANGUAGE = http://www.w3.org/2001/XMLSchema-instance;; static final String W3C_XML_SCHEMA = http://www.w3.org/2001/XMLSchema;; SAXParserFactory factory = SAXParserFactory.newInstance();

Re: [android-developers] No validating SAX parser for android?

2012-04-02 Thread RedBullet
I just tried that and got the same error. No validaing SAX parser implementaion available. On Monday, April 2, 2012 12:14:33 PM UTC-4, Daniel Drozdzewski wrote: ...so did you tell your parser the following: static final String GARMIN_SCHEMA_LANGUAGE =

Re: [android-developers] Re: How to set the bitmap to Transparent

2012-04-02 Thread Justin Anderson
Are you sure that it is the bitmap that has the black background? How are you using the bitmap? Is it the background or foreground of an ImageView? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 2, 2012 at 10:33 AM, Perry perry...@gmail.com

Re: [android-developers] Re: In Eclipse while viewing Graphical layout for xml file. it not showing the graphic

2012-04-02 Thread Perumss Naren
HI Juned Khan, Thanks i did the same now its working !!! Regards, Perumal.N On Mon, Apr 2, 2012 at 6:01 PM, Juned Khan jkhan6...@gmail.com wrote: i had the same problem. what i did to solve this problem. do one thing keep open your xml files graphical layouts page and then

Re: [android-developers] [Q] Why does Lint complain that my Activity is not registered in the Manifest properly?

2012-04-02 Thread hoomi2010
In which package is your activity placed? Is it com.tetractysproductions.AWOL? Sent from my iPad On 31 Mar 2012, at 04:05, exiquio exiq...@gmail.com wrote: This is the what I have in my AndroidManifest.xml file: activity android:name=.DisplayPageActivity

[android-developers] Re: it's possible to create map application with google earth ?

2012-04-02 Thread lbendlin
most likely not as Google Earth does not expose any API. On Monday, April 2, 2012 1:23:25 PM UTC-4, concave wrote: Hi, i was wondering if it's possible to create map application using google earth ? Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] C2DM Whitelist account

2012-04-02 Thread Rahul007
Hello, i am working on C2DM application but i am not able to send message to my device i got the registration id , auth token. I read somewhere even if you are not whitelisted you still get back registration id and auth token. is it true?? if yes how should i check if i am whitelisted or not??

[android-developers] best framework

2012-04-02 Thread ashish kumar
plz tell me which one is the best framework for android development? -- 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] Android Custom Permission Issue

2012-04-02 Thread AndRob
Hi All, I created a custom permission in my app and publised it in android market, but i noticed that while installing app from market custom permission is not shown on the install page, please suggest whats going wrong with it. I searched a lot for any information on it, but no success. I need

[android-developers] Updating the android SDK

2012-04-02 Thread Pillow Cart
I have not updated my SDK for some time... Now when I update it asks for a username and password to the companies that produce android projects. I don't know how to sign up or when I was given information to get into them. How do I get this info? -- You received this message because you are

[android-developers] SMS URI trigger Application

2012-04-02 Thread Alex
We just want to trigger application from SMS through URI, but I don't know how to wirte this URI, and also don't know the SMS can support this function. Anybody can help me to solve this problem or give a idea, thanks. -- You received this message because you are subscribed to the Google Groups

[android-developers] UnZip password protected files

2012-04-02 Thread RDX 2104
Hi In my application I want to Unzip Password protected Zip files without using any utility. so please tell me how to unzip password protected zip files in android Thanks Regards ROHIT Software Engineer -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Get and save GPS location while i am walking

2012-04-02 Thread Sean Barbeau
Check out MyTracks: http://www.google.com/mobile/mytracks/ Its open-source, so you can see how the application displays and records data: http://code.google.com/p/mytracks/ More specifically, they are using SQLite to store GPS data:

[android-developers] Android app to talk to PC windows app

2012-04-02 Thread NYL
Dear Android experts, I would like to create an Android application that communicates with a PC Windows app using the USB interface. May I know if this is possible? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] HI, I am a game designer form HK and have done a game by UNITY

2012-04-02 Thread wesker cheung
HI, I am a game designer form HK and have done a game by UNITY However, when I published to Android, there are lot of problem 1.Error Package file was not signed correctly 2.The server could not process your apk so on -- You received this message because you are subscribed to the Google

[android-developers] NanoHttpd in andriod

2012-04-02 Thread kumar jeyakannan
All, I need the information how to use NanoHttpd in andriod application. My application is am going to display the images in android mobile Browser.Means i need to get all images in gallery and i need to display those images when the user type this URL http://localhost:8080/images/ in andriod

[android-developers] Problems with Sqlite

2012-04-02 Thread Waltênio de Bessa Mendes
Hi, How can I access a Sqlite database prepopulated ? I tried opendatabase , select * from in jquery script and didn't work. Anyone can 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] SQLite and store dates

2012-04-02 Thread sgalmeida
Hello you all :) please let me ask one question about SQLite and Android, more specifically the use of dates stored on tables in SQLite. I'm developing a simple app to keep to dos and task on android mobile phone using SQLite to store the data. My table is quite simple: has a field ID, a field

[android-developers] hi

2012-04-02 Thread vamsee
hi my name is vamsi i am doing MCA 2nd year .now i am doing my mini project on android Bluetooth chat iam using android 2.3.2 version it gets compile errors some of the problems i can't solve it ...please any one tel me which version is better to develop this application -- You received

[android-developers] Does android hierarchy view in landscape mode?

2012-04-02 Thread John Landler
Hi, I am trying to use android hierarchy view (r17) in landscape mode. Even when I switch the emulator in landscpe mode, the data collected by hierarchy viewer shows in portrait mode. I have found the following thread saying it does not work. But that is back in 09.

[android-developers] Who can explain it for me ? What is the problem ? ANR in android.process.acore

2012-04-02 Thread X
D/NetdConnector( 148): SND - {interface readrxcounter rmnet0} {null} D/NetdConnector( 148): RCV - {216 4166618} D/NetdConnector( 148): RSP - {216 4166618} D/NetdConnector( 148): SND - {interface readtxcounter rmnet0} {null} D/NetdConnector( 148): RCV - {217 8455230} D/NetdConnector(

[android-developers] Bluetooth HDP demo

2012-04-02 Thread sreedhar
Hi all, I'm executing the Bluetooth HDP Demo [1] (offered from Android 4.0 Ice Cream Sandwich) in my Android smartphone. I tried installing the .apk file in the mobile phone and it says read data and i also get a message read data done but it doesn't show me the data. I was trying to compile the

[android-developers] web services

2012-04-02 Thread raj
how i can integrate web services in ma application like connecting our mobile with othes.. -- 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

[android-developers] what are all the details return by the card reader to the phone

2012-04-02 Thread vijaydroid
I need to develop an app for credit card reader like squareup (www.squareup.com) in android. I just want to know what are all the details return by the card reader to the phone. also is there any API available for this? tutorial sites links are welcome. thx in advance. -- You received this

[android-developers] Bluetooth HDP demo

2012-04-02 Thread sreedhar
Hi all, I'm executing the Bluetooth HDP Demo [1] (offered from Android 4.0 Ice Cream Sandwich) in my Android smartphone. I tried installing the .apk file in the mobile phone and it says read data and i also get a message read data done but it doesn't show me the data. I was trying to compile the

[android-developers] My Bluetooth module doesn't require PINCODE and i cant connect to it

2012-04-02 Thread AlQurashi
I'm trying to connect to a Bluetooth module using android but before establishing connection i have to enter a pin-code for the device and it doesn't have one and i'm working on the 7th API android ver 2.1 so i cant establish an insecure connection please help me what to do. Thank you. -- You

Re: [android-developers] LocationManager requestLocationUpdates minTime parameter not working

2012-04-02 Thread Sean Barbeau
Hi all, I've been working with the Android platform code lately, and had a chance to look at this issue of the GPS provider ignoring the minTime parameter on a number of devices more in depth. The GPS provider has two built-in scheduling modes, native and platform, that are designed to follow

[android-developers] problem about show my current location in Google maps.

2012-04-02 Thread rajeb makhlouf
Unless this application code looks fine but it can't be running due unclear mistake can be in Oncreate activity. Please I need You help. Thanks regards. mrajab 03-28 22:58:52.717: W/dalvikvm(3689): threadid=1: thread exiting with uncaught exception (group=0x409c01f8) 03-28 22:58:52.736:

Re: [android-developers] LocationManager requestLocationUpdates minTime parameter not working

2012-04-02 Thread Sean Barbeau
Hi all, I've been working with the Android platform code lately, and had a chance to look at this issue of the GPS provider ignoring the minTime parameter on a number of devices more in depth. The GPS provider has two built-in scheduling modes, native and platform, that are designed to follow

Re: [android-developers] Database access from another android phone.

2012-04-02 Thread Nimish John
Hi friends... i have a query lik ths... select item.a,item.b,customer.a,customer.b from item,customer where (some condition) can i retrieve data from ths query like ths cursor.getString(1); cursor.getString(2); will it create any problems? how is it differentiate with getColumnindex();

[android-developers] Hierarchy Viewer Tool

2012-04-02 Thread Ankur-Ra
I have developed an Android app and want to know how to use the Hierarchy Viewer tool for Optimizing the User Interface,what are the meaning of the various indications that this tool displays? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Can I use MATCH_PARENT and WATCH_CONTENT in code?

2012-04-02 Thread Ventura
I would like to do dynamic views but i don't know where how I can use this constants. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Proguard issue on SDK update

2012-04-02 Thread Russell Kay
All, I have been working on Android for well over a year now, without too much trouble but the latest SDK update has introduced an issue that I cannot make any headway with at all, basically everything works if I do not use proguard (which I would really like to use), but if I do use it then I

[android-developers] UNINSTALL_SHORTCUT does not work any more for android 4.0 (API 14 and above) anymore.

2012-04-02 Thread Ultraman
Hi, The following code INSTALL_SHORTCUT UNINSTALL_SHORTCUT works for Android 2.3.3 (API 10) to Android 3.3 (API 13), but does not work any more with Android 4.0 (API 14) or above. The Toast message says it is removed, but actually it still exist and the new one just place on top of the existing

[android-developers] Re: VpnService and simple packet capture mechanism?

2012-04-02 Thread Gaku
Offcourse you can made non-root packet capture! see folowing url. https://play.google.com/store/apps/details?id=jp.co.taosoftware.android.packetcapture -- Gaku On Tuesday, February 7, 2012 7:45:24 AM UTC+9, mellery451 wrote: I'm considering the possibility of using the new android (4.0)

[android-developers] Android income call

2012-04-02 Thread Mohamed fathi
How can i record income call? How can i send voice,data to OutCall? -- 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] JNI Error : local reference table overflow (max=512) in ICS android version

2012-04-02 Thread Sunil
I am developing web based application, in which I am overriding shouldInterceptRequest of WebViewClient as shown below. public WebResourceResponse shouldInterceptRequest(WebView view, String url) { WebResourceResponse response = null; if(url.startsWith(myscheme://)) { String

Re: [android-developers] What is the best development strategy?

2012-04-02 Thread Wei,Wu
minSkdVersion is just for indicate your application supporting min sdk version, i think it is not a problem. Example: you develop a APK using front facing camera, and you setting minsdkversion to 1.6, you should check the hardware support in your application, if it support, use the front facing

[android-developers] Re: Control HDMI output during live streaming

2012-04-02 Thread Karthik R
I'm also looking for it. Please share your thoughts. On Monday, 11 July 2011 05:45:45 UTC-6, Amit wrote: Hi I need to do some output control for HDMI output. I need to block HDMI output during Live streaming when the device is connected to a non- HDCP compliant device and allow if the

[android-developers] webservice

2012-04-02 Thread uma maheswari
my project was properly worked in emulator using webservice. but i could not able to run in real android device. i have used database of sqlserver2005. -- 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] spellchecker in landscape mode.

2012-04-02 Thread RamNarayan Singh
Hi ! I have tried my application on ICS. It works great but I notice that spellchecker get call many times in Landscape mode. it working fine in portrait mode. It get call only once in portrait mode. Thanks Ram Narayan Singh -- You received this message because you are subscribed to the Google

[android-developers] How to use AlarmManager on Dialog?

2012-04-02 Thread rafuru
Hi! I'm developing a calendar application with notification features but i'm a little confused about to implement an notification: I know how to setup the notification manager and send notifications but i don't know how to set a service for shedule the notifications (from 1 day to many

Re: [android-developers] Activity Intent-Filter configuration

2012-04-02 Thread Nimish John
Hi frnds...am new to android...i hav a doubt... Hi friends... i have a query lik ths... select item.a,item.b,customer.a,customer.b from item,customer where (some condition) can i retrieve data from ths query like ths cursor.getString(1); cursor.getString(2); will it create any problems?

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

2012-04-02 Thread ZeroOne
Just to establish the baseline so that we know what we can assume... Have you ever programmed anything else before? Do you know Java programming at all, or is this your first Java programming project ever? I'm proficient with Java but new to Android so I found this thread when struggling with

[android-developers] Regarding invoking already launched app with some data with maintaining same state of app

2012-04-02 Thread Bunty syed
HI, I have two apps.One app is container app other apps are child apps. My container app gets notification for child apps. Now my doubt is I want to invoke some callback in the child apps from container app to notify running child app about the notification. Also,if container app notifies

[android-developers] ANDROID NET - Create a new parallel and open source network via mobile device for data and voice communication

2012-04-02 Thread jacopo.tolja
In every dual-core phone, there’s a ROUTER trying to get out. Here the Idea, I was out in the sea about 5 miles from the coast and I could connect to the internet without problem. I have in my hand a phone that is able to transmit and receive data from that distance. (no advertising but is a

[android-developers] Slide to Unlock Causing 'Freeze'

2012-04-02 Thread Andrew
Hello. I am developing an Android game, and have run in to a curious issue for which Googling around doesn't seem to bring up any links at all, so I am clueless as to how to fix it... The issue: In the game, when you press the power button to lock the phone, the game pauses. When you unlock the

[android-developers] Does anyone know how to make perspective control and cropping

2012-04-02 Thread luq
Hye all I try to make an application that can scan pinture by using pespective control and cropping. but i dont know where to start except for getting the picture taken. I want to make something like an application called camscanner thanks -- You received this message because you are

[android-developers] Android Webhost/Localhost?

2012-04-02 Thread james_sgp
Hi, I'm wondering if anyone here can help point me in the right direction, I have a Joomla base website which includes some apps (build in Fabrik) that I`ve spent a considerable amount of time creating. I would really like a mobile version of the database apps, and was thinking would I be able

[android-developers] I need help with my senior project, buttons, webview, test app development

2012-04-02 Thread gma2
I made a pretty good post on stack overflow, link below, any help you guys can give me would be much appreciated http://stackoverflow.com/questions/9928886/developing-test-app-for-a-senior-project-semi-urgent -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Parsing of JSON data

2012-04-02 Thread Justin Anderson
I am not able to parse following data. Why not? *{id:315,name:Sagar Ratna,url:http:\/\/www.zomato.com\/ncr\/restaurants\/south-delhi\/mathura-road\/sagar-ratna-315,location:{address:B-1, A-11 Mohan Co-operative Ind Area, Mathura Road, New Delhi,locality:Mathura

[android-developers] Help to Fragment

2012-04-02 Thread Gennaro Rega
Hello guys, I need to implement two fragments, and are invoked by activity. The fragment of the left is a listfragment, and the fragment of the right is a tabhost that invokes three other fragment ... you could help me make this activity -- You received this message because you are subscribed to

[android-developers] Bypassing Android Network thru Paros

2012-04-02 Thread divus
Hi, I am doing Android security testing. I need to route Android network traffic thru Paros. I have made the configuration. BUt the HTTP response is giving (NTLM) NA NT_STATUS_WRONG_PASSWORD error. I am working behind a proxy. I have set the Android APN to 10.0.2.2 and port 8080. It would be a

[android-developers] Can we use Android on embedded device without LCD?Are there any devices in the market with this option?

2012-04-02 Thread AndroidGuy
Hello Friends, Android is mainly designed for phones and Tablets. But lot of embedded devices doesn't have LCD display or in fact any user input device.Can we use Android on embedded system without LCD? If so, is there any such device available in the market. I heard about headless Android, but

[android-developers] Renderscript extern multiarrays

2012-04-02 Thread Harald Gustafsson
Hi, I'm porting libx264 to renderscript as an exercise to see how much trouble it is to take a sizeable chunk of c code that is developed for GNU Linux and make it into renderscript. This code is fairly limited in accesses to outside world so should be able to make it run on a DSP or the CPU.

[android-developers] Re: How to retain EditText data when BACK key is pressed

2012-04-02 Thread gaurav parmar
i have a button when user click the button than that text are display in the text view as same activity how it is possible please reply me fast? On Tuesday, September 1, 2009 11:58:42 AM UTC+5:30, pink 444 wrote: Hai, I have a EditText filed in my Activity class,Where i need to

[android-developers] Service best practice

2012-04-02 Thread dani
Hi guys, i'm new to the Android development (and i don't speak english very well, so excuse me for any mistake i'm going to put in this text), so the answer may be very simple (and the question stupid).. i read the android documentation but i keep on with my doubts.. I have a service that use

[android-developers] Re: How to retain EditText data when BACK key is pressed

2012-04-02 Thread gaurav parmar
I have to display message that are write in button text when button click then that message display the text view it is possible if yes than how please tell me. On Tuesday, September 1, 2009 11:58:42 AM UTC+5:30, pink 444 wrote: Hai, I have a EditText filed in my Activity class,Where

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

2012-04-02 Thread Veerabhara Gundu
How is this embedded device is different from normal android phone? Please give us more details about the device. Thanks, Veera On Wed, Mar 28, 2012 at 2:01 PM, android-developers@googlegroups.comwrote: Today's Topic Summary Group: http://groups.google.com/group/android-developers/topics

[android-developers] How can I change the active store?

2012-04-02 Thread evyevy
I'm about to publish applications to USA and CHINA. I'm currently located at Israel. how can I change my market store to test my search position? -- 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 facebook api

2012-04-02 Thread saida gzem
bonjour, Comment utilisé le facebook api pour créer un reader rss/atom dans android??? je vous remercie -- 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

[android-developers] Issue loading ImageView from InputStream obtained from web service in Android 3.0 and above

2012-04-02 Thread Girish K.N.
My app has to display an image preview from the image data obtained as InputStream from a web service. InputStream is decoded to Bitmap to display in ImageView. This entire flow is working fine in Android 2.2 and 2.3, whereas it's not functioning with Android 3.0 and 4.0. The bitmap decoded

[android-developers] Renderscript memory and arrays

2012-04-02 Thread Harald Gustafsson
Hi, I'm porting libx264 to renderscript as an exercise to see how much trouble it is to take a sizeable chunk of c code that is developed for GNU Linux and make it into renderscript. This code is fairly limited in accesses to outside world so should be able to make it run on a DSP or the CPU.

[android-developers] Android bluetooth communication

2012-04-02 Thread dusslk
I need to send 10-bit data from the Analog to digital converter(ADC) from a dsPIC at 2Mbps through UART interface, to the bluetooth module. Then the bluetooth module should read this data through its UART interface and transmit this data via bluetooth which will be finally received by an Android

[android-developers] ADT 17.0.0 wont install on Eclipse Indigo

2012-04-02 Thread Gregory Lange
I just recently re-installed my windows 7 64 bit machine and was trying to get everything setup however i cannot get it to install using either 64 or 32 Eclipse and nothing i have found while googling even has a fix for this issue. https://dl-ssl.google.com/android/eclipse/ -- linked used

  1   2   >