Re: [android-developers] Re: problm on spinners

2012-07-01 Thread asheesh arya
just go through this link might be it helpful for you http://www.javacodegeeks.com/2010/11/android-full-app-part-6-customized-list.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

Re: [android-developers] Passing Object

2012-07-01 Thread dEEPESH PPM
// to retrieve object in second Activity getIntent().getSerializableExtra("key"); On Sun, Jul 1, 2012 at 6:34 PM, mohammed Nuhail wrote: > i have tried this its not workin. i think that is use to pass the string > between activity. > On Fri, Jun 29, 2012 at 2:23 PM, dEEPESH PPM wrote: > >> U

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-01 Thread sven
Hi Nobu, thanks again for your efforts. I am really looking forward to your solution. Indeed GoodNews embeds quite some interactivity into an article's title bar (starring, tagging, etc). Kinde regards from Berlin Sven -- You received this message because you are subscribed to the Google G

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
sir i have made a array.xml which contains a list of movies...that are populate in ist spinner now tel whr i make theaters coding can u give me example code? On Friday, June 29, 2012 1:51:25 PM UTC+5:30, Ina Gupta wrote: > > how to connect 2 spinners together. Meaning, the items inside 2nd spin

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-01 Thread Nobu Games
Hi Sven, I noticed a problem with touch events. In the version I posted here, they are displaced by the height of the visible part of the title bar, so you cannot hit links properly. I already coded a workaround for that which corrects the touch coordinates but while doing so I opened another

Re: [android-developers] Query about downloading file

2012-07-01 Thread Sandeep Venkat
thank you asheeh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Query about downloading file

2012-07-01 Thread asheesh arya
just go through this link http://getablogger.blogspot.in/2008/01/android-download-image-from-server-and.html -- 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 unsubsc

Re: [android-developers] Re: problm on spinners

2012-07-01 Thread Narendra Singh Rathore
On Sun, Jul 1, 2012 at 6:43 PM, Ina Gupta wrote: > my problem is >> in a screen i have two spinners..in ist spinner i have a > list of movies wen we selct a movie from that spinner..2nd spinner wil > contails list of theaters related to that selcted movie only i m new to > android juzz tryng

[android-developers] Query about downloading file

2012-07-01 Thread Sandeep Venkat
I am beginner to android development..Please could anyone send me the source link or any sample code to download the images or any file from internet and save them in my local db using sqlite -- Thanks&Regards *Sandeep MNVVB* * * -- You received this message because you are subscribed to the G

Re: [android-developers] Multiple checkbox in on row from listview

2012-07-01 Thread asheesh arya
just go through this link might be it help ful for you!! http://www.codeweblog.com/android-to-get-contact/ -- 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 unsubscri

[android-developers] Cannot populate List call from Main Class to Sub Class

2012-07-01 Thread Mystique
Hi, I try to explain my problem hope someone can help me point out the causes. I have a TabActivity that has 2 Tabs "MainApp.java" and "MethodB.java". MethodB has code to populate a List, MainApp also populate the same content but filter out some column so from MainApp I call the method Method

[android-developers] Can a widget use httpget?

2012-07-01 Thread Michael Leung
Hi all, Can a widget use httpget? I uesd in a app,that is OK, but when I used it in a widget. I got an unknownhost exception -- 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@googlegroup

Re: [android-developers] Code to send mail not working

2012-07-01 Thread asheesh arya
try to run your application on real device it doesn't work on emulator!! -- 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] Best books for learning Android

2012-07-01 Thread Mek Rama
Hello Kristopher, Could you tell me what is best in Mark Murphy's books. Hello Jason Hsu Yes, official document is always the first choice to learn from basics to advanced. Follow the developers blog for latest updates and useful points for practical implementations,etc. Books would help

[android-developers] HttpGet Unknown Host

2012-07-01 Thread Michael Leung
Hi, I built a new app, which is using HttpGet. But I got this exception: 07-02 14:22:32.585: E/(8310): java.net.UnknownHostException: advapps.advhost.info I have used the same piece of code in my app, that is working. Does anyone have some ideas? -- Regards, Michael Leung http://www.itblogs.info

[android-developers] Calling sub-class getCursor() from main class problem

2012-07-01 Thread Mystique
Hi I have this in my method calling getCursor() and is working ok within the class. Now I try to call the method from the main class to perform some routine and receive error: "Cannot make a static reference to the non-static method getListAdapter() from the type ListActivity" So I changed fr

[android-developers] Calling sub-class getCursor() from main class problem

2012-07-01 Thread Mystique
Hi I have this in my method calling getCursor() and is working ok within the class. Now I try to call the method from the main class to perform some routine and receive error: "Cannot make a static reference to the non-static method getListAdapter() from the type ListActivity" So I changed fr

[android-developers] Calling sub-class getCursor() from main class problem

2012-07-01 Thread Mystique
Hi I have this in my method calling getCursor() and is working ok within the class. Now I try to call the method from the main class to perform some routine and receive error: "Cannot make a static reference to the non-static method getListAdapter() from the type ListActivity" So I changed fr

[android-developers] Jelly bean question!

2012-07-01 Thread Jacob Reiter
I know they announced that the galaxy nexus would be getting the update mid july *but does that include the sprint model*?? If not when will they get the updates?* * * * * * *Or is there any other way to get it without rooting your phone?* * * * * *Does an android developer get the update?* If s

Re: [android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread Romain Guy
Wait, what? Are you asking the question just to prove a point? I am on the Android team and I'm trying to help you. Could you just please be more explicit about how you tried to achieve what you wanted and how you ended up doing it in the end? (Since apparently you found a way.) On Sun, Jul 1, 20

Re: [android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread Romain Guy
You still haven't clearly explained how you use the GL context from two different threads? I understand you're locking, etc. But are you doing an eglMakeCurrent() to transfer ownership from GLSurfaceView's thread to another thread? On Sun, Jul 1, 2012 at 5:30 PM, gl...@wanderfulstorybooks.com < g

Re: [android-developers] Best books for learning Android

2012-07-01 Thread Kristopher Micinski
Buy a subscription to Mark Murphy's books. Hands down, the fastest and easiest way to both learn the platform and keep up to date on new developments. In the quick paced Android ecosystem, dead trees are stale by the time they're printed. To be completely honest, I don't see why people feel they

[android-developers] Jelly bean help!

2012-07-01 Thread Jacob Reiter
I know they announced that the galaxy nexus would be getting the update mid july but does that include the sprint and verizon models?? If not when will they get the updates? Or is there any other way to get it without rooting your phone? Does an android developer get the update? If so, how? --

Re: [android-developers] How to get jelly bean on my phone if I am an android developer

2012-07-01 Thread Michael Leung
If you are using Nexus Galaxy, I think you are getting update soon. Unless, you need to get the custom ROM. On Mon, Jul 2, 2012 at 5:29 AM, Jacob Reiter wrote: > I am a new developer. I am confused on how to download the SDK on to my > mac. > I am also confused on how to get jelly bean on to my

[android-developers] Re: Purchase App Source Code

2012-07-01 Thread Mitchell
Well I never been on Android Market before. On Jun 30, 9:23 am, Nobu Games wrote: > On Thursday, June 28, 2012 5:07:13 PM UTC-5, Mitchell wrote: > > > The email stated previous account violations. I'm thinking this dev > > may have been suspended previously. Can anyone give some insight on what >

[android-developers] Best books for learning Android

2012-07-01 Thread Jason Hsu
I'm considering purchasing an Android development book. The fact that I have published my first Android app (Upgrade Your Cereal, available at https://play.google.com/store/apps/details?id=com.jasonhsu.upgradeyourcereal) certifies that I understand the very basics. At the same time, I have jus

[android-developers] Re: How to make own map for application on android

2012-07-01 Thread gjs
Hi, Put an overlay on top of your google map with the details you require. Regards On Jun 29, 6:21 am, Cher Yots wrote: > Now I'm developing an application Map of University on Android. I use > google map api The problem is that I found on the Google Map does not show > the buildings. And routi

RE: [android-developers] Android + asp.net Web Service (returns data set) + SQL Server

2012-07-01 Thread Tommy Hartz
I have a few .net REST webservices that my app connects to. I just return back a comma separated string. Then I parse that and toss that data into variables on the phone. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Sunday, Ju

[android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread gl...@wanderfulstorybooks.com
Any context value you get from onDrawFrame is only useful within that call stack. I knew this before asking the question. I just wanted to establish the level of support available to those I have financial responsibilities to and thus get a little leeway in my scheduling. I've already been ba

[android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread gl...@wanderfulstorybooks.com
Romaine, I am only called from Andrioid with a useable GL10 context from GLSurfaveView.Renderer.onDrawFrame (or onSurfaceXXX). If I save the value and try to use it from another thread, it does not work. Please ignore the question of locking. I was trying to inform you that I have been deve

[android-developers] Sample for new MediaCodec API (available in Android 4.1)

2012-07-01 Thread JohnOR
Hi, I just installed Android 4.1 (Jelly Bean) on to Nexus here (using ROM from http://forum.xda-developers.com/showthread.php?t=1737849) and wanted to try out the new MediaCodec APIs. Are there sample apps right now that use this? I've downloaded new SDK but don't see any related samples ther

Re: [android-developers] Android Documentation

2012-07-01 Thread TreKing
On Sat, Jun 30, 2012 at 10:10 PM, Byung-Hoon Cho wrote: > How do you download the newest version of the Documentation that is in the > eclipse folder? Wait for it to be available, then use the Android SDK Manager. -

Re: [android-developers] [ask] android phonegap + jquerymobile performance

2012-07-01 Thread TreKing
On Sat, Jun 30, 2012 at 10:30 PM, Benedict wrote: > when i tested the application, it was so slow. > memory consumption and cpu usage was very high. > > is phonegap performance was so slow? why? how to solve it? > Profile your application with TraceView. -

Re: [android-developers] Load Images from Internal/External Storage with AsyncTask in a Fragment?

2012-07-01 Thread TreKing
On Fri, Jun 29, 2012 at 1:20 PM, Stefan Held wrote: > can anybody help me with this problem. What problem? The vague question in your title? You'll have to elaborate a bit more on what you're doing and what exactly you're having issues with.

Re: [android-developers] "Android Project" none to be found.

2012-07-01 Thread TreKing
On Fri, Jun 29, 2012 at 11:15 AM, Samuel EpicWin wrote: > I need help, thanks (: With what? - TreKing - Chicago transit tracking app for Android-

Re: [android-developers] Problem adding android plugin in Netbeans ide7.1

2012-07-01 Thread TreKing
On Sat, Jun 30, 2012 at 8:35 AM, Shrikant Soni wrote: > i m having trouble in adding android plugin in ide7.1 what should i > do i am fully confused right now so plz help me out of this > Eclipse is the officially supported tool. If you're using Netbeans, Google for "netbeans android" or some su

Re: [android-developers] Android + asp.net Web Service (returns data set) + SQL Server

2012-07-01 Thread TreKing
On Fri, Jun 29, 2012 at 1:53 PM, Yamil Font wrote: > I have gotten to the point where the web service returns the correct > information but I am not sure how to translate that information and display > it in my android app. It's your information, correct? You're in control of the format the web

Re: [android-developers] Bluetooth Signal Strength

2012-07-01 Thread TreKing
On Sun, Jul 1, 2012 at 2:03 AM, Bhavin wrote: > *I need to measure Signal strength of Bluetooth like :App "Bluetooth > Finder"* > * > * > *Would you please help me to find out,how to do this?* > What have you tried so far?

Re: [android-developers] Re: How to get jelly bean if i am an android developer

2012-07-01 Thread Mark Murphy
On Sun, Jul 1, 2012 at 5:40 PM, bradgog wrote: > If you have a Galaxy Nexus head to the xda forums and find a build for your > GNex (either CDMA or GSM) and flash it. The SDK is rather simple, go to > developer.android.com and follow the instructions. Jelly Bean has not been released as open sou

[android-developers] Re: How to get jelly bean if i am an android developer

2012-07-01 Thread bradgog
If you have a Galaxy Nexus head to the xda forums and find a build for your GNex (either CDMA or GSM) and flash it. The SDK is rather simple, go to developer.android.com and follow the instructions. On Sunday, July 1, 2012 3:29:48 PM UTC-4, Jacob Reiter wrote: > > I am a new developer. I am c

Re: [android-developers] How test Jelly Bean on my galaxy nexus (i am a paid developer)

2012-07-01 Thread Mark Murphy
On Sun, Jul 1, 2012 at 3:27 PM, Jacob Reiter wrote: > I am a new developer. I am confused on how to download the SDK on to my mac. Step #1: Click this link: http://developer.android.com/sdk/index.html Step #2: Click on the big "Download the SDK" button Step #3: Follow the instructions on http:/

[android-developers] How to get jelly bean if i am an android developer

2012-07-01 Thread Jacob Reiter
I am a new developer. I am confused on how to download the SDK on to my mac. I am also confused on how to get jelly bean on to my phone because I am a developer. Can someone give me step by step help or a link to step by step help? Thanks! -- You received this message because you are subscr

[android-developers] How to get jelly bean on my phone if I am an android developer

2012-07-01 Thread Jacob Reiter
I am a new developer. I am confused on how to download the SDK on to my mac. I am also confused on how to get jelly bean on to my phone because I am a developer. Can someone give me step by step help or a link to step by step help? Thanks! -- You received this message because you are subscr

[android-developers] How test Jelly Bean on my galaxy nexus (i am a paid developer)

2012-07-01 Thread Jacob Reiter
I am a new developer. I am confused on how to download the SDK on to my mac. I am also confused on how to get jelly bean on to my phone because I am a developer. Can someone give me step by step help or a link to step by step help? Thanks! -- You received this message because you are subscr

Re: [android-developers] application launching process...?

2012-07-01 Thread Kristopher Micinski
On Sun, Jul 1, 2012 at 2:30 PM, Abhilash baddam wrote: > Hi, > > After switching on the mobile(after booting process) all the > applications will be loaded like System apps, 3rd party apps etc... > how these apps are loading means I want to know the way, procedure or > process for this. Can anyone

Re: [android-developers] application launching process...?

2012-07-01 Thread Mark Murphy
On Sun, Jul 1, 2012 at 2:30 PM, Abhilash baddam wrote: > After switching on the mobile(after booting process) all the > applications will be loaded like System apps, 3rd party apps etc... > how these apps are loading means I want to know the way, procedure or > process for this. Can anyone suggest

[android-developers] application launching process...?

2012-07-01 Thread Abhilash baddam
Hi, After switching on the mobile(after booting process) all the applications will be loaded like System apps, 3rd party apps etc... how these apps are loading means I want to know the way, procedure or process for this. Can anyone suggest me any websites or docs to know these things. -- You rec

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-01 Thread sven
Hey Nobu, many, many thanks so far! I've put out a quick shot release embedding the WebView inside a ScrollView, just to get the crash out of the app. But I will give your implementation a try during the next days and will report here whether it worked or not. Thanks a lot again for your effor

Re: [android-developers] Android Integration Cloud Print Error

2012-07-01 Thread TreKing
Read the stack trace you posted. On Wed, Jun 27, 2012 at 8:37 AM, dante wrote: > 06-27 17:46:56.956: W/webcore(537): java.lang.Throwable: > * EventHub.removeMessages(int what = 107) is not supported before the > WebViewCore is set up.* > 06-27 17:46:56.956: W/webcore(537): at > android.w

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-01 Thread Nobu Games
Oops... I just noticed that I left a line of debugging code in it. You should remove setInitialScale(100); on line 41. On Sunday, July 1, 2012 12:27:17 PM UTC-5, Nobu Games wrote: > > I was toying around with the implementation of the embedded title bar > view. I attached the sourc

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-01 Thread Nobu Games
I was toying around with the implementation of the embedded title bar view. I attached the source code to this post. The "TitleBarWebView" is tested on Android 2.3 and 4.0.1. I couldn't get my hands on 4.1 yet. The emulator is simply too slow on my development machine and I have yet to find a V

Re: [android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread Latimerius
>> On Sunday, July 1, 2012 12:26:01 AM UTC-7, Romain Guy (Google) wrote: >>> >>> Hi, >>> >>> How exactly are you uploading the texture on that other platform? Are you >>> simply doing an eglMakeCurrent() to reassign the GL context to another >>> thread or are you using an EGLImage? How would you r

Re: [android-developers] Re: Need Android code for Automatically answering the phone call

2012-07-01 Thread Iniyan P
Hi, I found the following code:- TelephonyManager tm = (TelephonyManager) getSystemService(TELEPHONY_SERVICE); Class c = Class.forName(tm.getClass().getName()); Method m = c.getDeclaredMethod("getITelephony"); m.setAccessible(true);

Re: [android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread Romain Guy
The only way you can do this safely is from a thread that has your EGL context as the current context. Using a lock is not going to help, what matters is being on a thread with a GL context attached. The OpenGL ES spec is pretty clear about this. To achieve what you want you should use a SurfaceTe

Re: [android-developers] Re: Need Android code for Automatically answering the phone call

2012-07-01 Thread rambabu mareedu
better thing ask to google you can find easily On Sun, Jul 1, 2012 at 9:34 PM, Iniyan P wrote: > Can anyone please throw some light on this. > > Thanks, > Iniyan P > > On Sat, Jun 30, 2012 at 12:02 PM, Iniyan P wrote: > >> Hi, >> >> I was browsing through Android site and stackoverflow for getti

[android-developers] Re: Need Android code for Automatically answering the phone call

2012-07-01 Thread Iniyan P
Can anyone please throw some light on this. Thanks, Iniyan P On Sat, Jun 30, 2012 at 12:02 PM, Iniyan P wrote: > Hi, > > I was browsing through Android site and stackoverflow for getting > automatically answering the phone call code. > > I found the code and it is working in android 2.2. > > It

[android-developers] Re: Is there sqlite statement to delete first 5 rows?

2012-07-01 Thread Mystique
Ok, make sense. Understood now. Thanks. On Sunday, 1 July 2012 22:56:22 UTC+8, RichardC wrote: > > SQL statements are set based. By this I mean that unless you order the > data in the query SQL does not have to return the data in the same order > each time to make the same call. > > If I assume

[android-developers] Re: Is there sqlite statement to delete first 5 rows?

2012-07-01 Thread RichardC
SQL statements are set based. By this I mean that unless you order the data in the query SQL does not have to return the data in the same order each time to make the same call. If I assume that you have an ID column which you can order on the the following will work (when you remove any typos

[android-developers] Re: Is there sqlite statement to delete first 5 rows?

2012-07-01 Thread Nobu Games
Usually you would write something like DELETE FROM MyTable WHERE XYZ ORDER BY Col *LIMIT 5*; Unfortunately SQLite does not support the LIMIT clause in DELETE statements. But I think you could get around with something else: DELETE FROM MyTable WHERE _id

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-07-01 Thread John Coryat
>> The idea of "irritate the user until he agrees to pay" just seems wrong to me. In my opinion, it is far better to let users opt out of ads for free than use advertising as some sort of black mail to push users into paying. In our app, only 2.7% of users choose to opt out of banners. The rest

[android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread RichardC
My understanding is that using a single GL context simultaneously on multiple threads gives undefined results. By undefined I mean that the underlying graphics driver is allowed to: * do what you expect * fail and return an error * fail silently * make some toast :) ie. anything else. With Andr

[android-developers] Is there sqlite statement to delete first 5 rows?

2012-07-01 Thread Mystique
Hi, let's say I want to delete top 5 rolls of data from the table. I can do a while loop with an counter call "i" and use "cursor.moveToPosition(i)" to move to the row and delete it. Is there a better way to do that? Thanks. -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-07-01 Thread Kostya Vasilyev
2012/7/1 Mystique > Yes, I have additional features for the paid version but was thinking to > maintain the Ads in the free version. > So you are suggestion to completely remove the Ads for free and focus on > the Paid version for incentive? > My suggestion, as a fellow developer, is to give it

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-07-01 Thread Mystique
Yes, I have additional features for the paid version but was thinking to maintain the Ads in the free version. So you are suggestion to completely remove the Ads for free and focus on the Paid version for incentive? On Sunday, 1 July 2012 20:56:37 UTC+8, Kostya Vasilyev wrote: > > Regarding the

[android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread gl...@wanderfulstorybooks.com
Below is my curet uploading and use of the texture from the renderer's onDrawFrame(GL10 go) method. I would simply like to call gl.glCompressedTexImage2D from another thread, oftentimes many milliseconds before the rendering thread is ready to be called. I place the rendering code within a tr

Re: [android-developers] may i declare in the AndroidManifest.xml of the test project?

2012-07-01 Thread Tiger Meng
reasonable thanks On Jun 30, 2012 12:06 AM, "Jagadish Vasarla" wrote: > Create a Service with aidl interface which uploads logs to server. > Include your "android.permission.INTERNET" permission in the service. > Call the Service calls from ur test app. It is just like server and client. > > Wit

Re: [android-developers] may i declare in the AndroidManifest.xml of the test project?

2012-07-01 Thread Tiger Meng
i see On Jun 30, 2012 1:02 AM, "Dianne Hackborn" wrote: > I would *strongly* discourage you from using shared user IDs. Once you > publish your app like this, you can't change it. This has lots of subtle > repercussions for your app. Just please stay away from it. Definitely do > not use it j

Re: [android-developers] Re: problm on spinners

2012-07-01 Thread Dinesh kumar
Use Sqlite select array from there On Sun, Jul 1, 2012 at 6:44 PM, Ina Gupta wrote: > my problem is >> in a screen i have two spinners..in ist spinner i have a > list of movies wen we selct a movie from that spinner..2nd spinner wil > contails list of theaters related to that

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

[android-developers] Re: problm on spinners

2012-07-01 Thread Ina Gupta
my problem is >> in a screen i have two spinners..in ist spinner i have a list of movies wen we selct a movie from that spinner..2nd spinner wil contails list of theaters related to that selcted movie only i m new to android juzz tryng at static level.. On Friday, June 29, 2012 1:51:25 PM U

Re: [android-developers] Passing Object

2012-07-01 Thread mohammed Nuhail
i have tried this its not workin. i think that is use to pass the string between activity. On Fri, Jun 29, 2012 at 2:23 PM, dEEPESH PPM wrote: > Use this, > > Intent i = new Intent(CurrentActivity.this, NextActivity.class); > i.putExtra("key", object); > intent.startActivity(i); > > On Tue, Jun

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-07-01 Thread Kostya Vasilyev
Regarding the Internet permission - you don't have to use ads in the free version, rather offering the users some other incentive(s) to upgrade. 2012/7/1 Mystique > Hi, good to learn from all of you here. > > One of the usual request for the paid version is to remove ads and > Internet permissio

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-07-01 Thread Mystique
Hi, good to learn from all of you here. One of the usual request for the paid version is to remove ads and Internet permission. Some user just do no feel good about turning on Internet permission. If I implement in-app billing, the Internet permission will still be there since it already has it

Re: [android-developers] Dev Phone - Galaxy Nexus

2012-07-01 Thread Raghav Sood
Try the android-discuss group for this. On Sun, Jul 1, 2012 at 6:01 PM, Michael Leung wrote: > Thanks! Mark, sorry to ask about the off-topic question. > > > On Sun, Jul 1, 2012 at 10:08 PM, Mark Murphy wrote: > >> On Sun, Jul 1, 2012 at 4:50 AM, Michael Leung >> wrote: >> > I read the news ab

Re: [android-developers] Dev Phone - Galaxy Nexus

2012-07-01 Thread Michael Leung
Thanks! Mark, sorry to ask about the off-topic question. On Sun, Jul 1, 2012 at 10:08 PM, Mark Murphy wrote: > On Sun, Jul 1, 2012 at 4:50 AM, Michael Leung > wrote: > > I read the news about the Galaxy Nexus banned in US. As I know,that is > the > > standard 4.0 dev phone. > > There is no co

Re: [android-developers] GCM error: unavailable

2012-07-01 Thread Mark Murphy
GCM questions should go to the android-gcm Google Group: https://groups.google.com/group/android-gcm On Fri, Jun 29, 2012 at 6:01 PM, Monnand wrote: > I noticed there are already someone got similar issue: > > I have just switch to GCM from C2DM. However, every message I sent would got > an "una

Re: [android-developers] Noob question: where to go for new development

2012-07-01 Thread Mark Murphy
On Fri, Jun 29, 2012 at 4:28 PM, Daniel Struve wrote: > I would love to join in development for the google glasses. Where to start? Step #1: Wait a year or so for them to be made available to the general public, while saving your money along the way, because the devices are likely to be rather e

Re: [android-developers] Help Required

2012-07-01 Thread Mark Murphy
This list is for developing applications with the Android SDK. Questions regarding what phone to buy belong someplace else. On Sat, Jun 30, 2012 at 2:46 PM, MMX wrote: > I don't even have an android phone.Currently,I use a Java Mobile.I don't > have enough to buy a good android phone.Neither I ha

Re: [android-developers] SDK Rev. 20 Breaks Emulation

2012-07-01 Thread Mark Murphy
On Sat, Jun 30, 2012 at 7:49 PM, Terry Cox wrote: > All 4.0/4.1 emulation using anything other than the default WVGA800 is > now broken. WXGA, for example, works fine here. The problem, whatever it is, is with your environment. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://gith

Re: [android-developers] Maximum device registration using same Product key

2012-07-01 Thread Mark Murphy
GCM questions should go to the android-gcm Google Group: https://groups.google.com/group/android-gcm On Sat, Jun 30, 2012 at 4:35 AM, Hardik Trivedi wrote: > Hello, > > I have successfully implemented new GCM. I would like to know that > how much device I can register using single produc

Re: [android-developers] How can I create an app that print in android?

2012-07-01 Thread Mark Murphy
Step #1: Find some third-party printing API Step #2: Try using it On Fri, Jun 29, 2012 at 7:30 PM, Yuri Feitosa Duarte wrote: > How can I create an app that print in android? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http

Re: [android-developers] ActionBar and forcing items into the overflow menu

2012-07-01 Thread Mark Murphy
The overflow only "appears" on devices and emulators that lack an off-screen MENU button. For devices and emulators that have an off-screen MENU button, pressing MENU displays the overflow menu. android:showAsAction="never" works just fine. On Sun, Jul 1, 2012 at 4:56 AM, Anuj Goyal wrote: > I a

Re: [android-developers] Dev Phone - Galaxy Nexus

2012-07-01 Thread Mark Murphy
On Sun, Jul 1, 2012 at 4:50 AM, Michael Leung wrote: > I read the news about the Galaxy Nexus banned in US. As I know,that is the > standard 4.0 dev phone. There is no concept of a "standard dev phone" in Android for SDK apps, which is the focus of this list. Any device that legitimately has th

Re: [android-developers] Re: Renderscript Deprecated

2012-07-01 Thread Mark Murphy
On Sat, Jun 30, 2012 at 6:08 PM, Dave Burke wrote: > To add a little more context to the deprecation notice (I think the choice > of the word "experimental" is a little misleading, sorry for the confusion): > > The feedback we got from internal and external app developers was that they > preferred

[android-developers] Re: MediaRecorder.start fails

2012-07-01 Thread Amitay Molko
Did you fix this? On Monday, March 12, 2012 5:41:50 AM UTC+2, mgah wrote: > > Does anyone know why MediaRecorder.start() returns "start failed > -2147483648"? I followed the state machine in the Camera description > and I am able to see the camera on my phone but when I start to > record, i ge

Re: [android-developers] Re: How to get checked values from list view with checkbox

2012-07-01 Thread Dinesh kumar
Thanks boss On Sun, Jul 1, 2012 at 10:30 AM, ala hammad <3la2.7am...@gmail.com> wrote: > hi i think this link can help you .. > > > http://windrealm.org/tutorials/android/listview-with-checkboxes-without-listactivity.php > > > > On Sunday, 1 July 2012 07:29:24 UTC+3, dragon fire wrote: >> >>H

[android-developers] ActionBar and forcing items into the overflow menu

2012-07-01 Thread Anuj Goyal
I am trying to force "reset" to show up in ActionBar's overflow (3 vertical dots). The appearance of summary is correct, but I can't seem to make the overflow appear. What set of enums do I need for android:showAsAction? I have tried these 3 variants but none give the desired result: android:

[android-developers] Dev Phone - Galaxy Nexus

2012-07-01 Thread Michael Leung
Hi all, I read the news about the Galaxy Nexus banned in US. As I know,that is the standard 4.0 dev phone. Will it be still the standard dev phone? What do you think about the news as well? Would it be affect the sale of Android Phone? -- Regards, Michael Leung http://www.itblogs.info - My IT B

[android-developers] ADT plugin disappeared from Eclipse after update

2012-07-01 Thread Arul Govindaraj
The ADT Eclipse just disappeared after the latest update, I guess "Rev. 20". Its not there in the new project wizard, perspectives, preference, etc. It was just fine till yesterday. Could someone help me resolve. My OS: Ubuntu 12.04 With Eclipse Version: 3.7.2 When I try to install again it say

[android-developers] Car Emulator with NFC, is possible?

2012-07-01 Thread Cristina Jerez
Hi I'm a university student and I'm starting in android development. I have a question with the mode card emulator . It is possible that a phone with android (in our case we have a Galaxy S III) can act as a Mifare card to communicate with NFC elements of the building and to open doors? O r on

[android-developers] Can i get caller's base transceiver station (BTS) location????

2012-07-01 Thread James Javed
Hello Android family. This is my first day. I am learning to develop android application and i want to develop an application that show caller's *base transceiver station* (*BTS*) location. Is it possible to caller's BTS location in Android? -- You received this message because you are subscrib

[android-developers] Re: GL10 access from outside of the rendering thread ...

2012-07-01 Thread Romain Guy (Google)
Hi, How exactly are you uploading the texture on that other platform? Are you simply doing an eglMakeCurrent() to reassign the GL context to another thread or are you using an EGLImage? On Saturday, June 30, 2012 4:33:32 PM UTC-7, gl...@wanderfulstorybooks.com wrote: > > Hello, > > I am optim

Re: [android-developers] Getting spammed by android project

2012-07-01 Thread Kristopher Micinski
what are you talking about, this group? Or the actual AOSP project? (Which is a different forum..) kris On Sat, Jun 30, 2012 at 11:05 AM, mats wrote: > Anyone know how to unsubscrive from a google code repository? > > Right now it seems I'm getting an email for every ticket update in the > Andr

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-07-01 Thread Dianne Hackborn
On Sat, Jun 30, 2012 at 9:17 AM, Mystique wrote: > I was also thinking to write a simple app that generate hash value and > write it in a file, user will purchase this app and my main app will look > for this file and compare the hash value. Will this work? Does Google allow > this? The are two

[android-developers] Bluetooth Signal Strength

2012-07-01 Thread Bhavin
*Dear Sir,* * * *I need to measure Signal strength of Bluetooth like :App "Bluetooth Finder" * * * *Would you please help me to find out,how to do this?* * * *moreover this,i need to show kind of bar ,which could show signal strength. * * * *:)* *Thanks & Regards* -- You received this message be

  1   2   >