[android-developers] NEED HELP > Can't download and install Google wallet in US - isn't available in your country

2016-09-30 Thread Igor Kurovets
Hello, I have Nexus 5, that bought in Israel. Now i live in US, but the problem is that I can't download and install Google wallet, It say isn't available in your country. I have changed the country in - Google maps, Chrome, but still didn't helped. Please help.. best regards, Igor

[android-developers] Re: com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/internal/view/SupportMenu.class

2016-07-21 Thread Igor Ganapolsky
Try to leverage the *configurations.all { }* block at the bottom of your build.gradle. You can then exclude module: 'support-annotations' On Wednesday, June 8, 2016 at 12:41:29 AM UTC-4, Sabyasachi Dash wrote: > > Hi, > I included compile 'com.google.android.gms:play-services-gcm:9.0.0*' *in >

[android-developers] Re: AppWidget: help with setOnClickPendingIntent()

2016-06-29 Thread Igor Ganapolsky
I am facing the same problem with my RemoteViews in notification layout. I cannot set multiple PendingIntents with different intent extras. Is this still the case in 2016? I am surprised they didn't fix it. On Sunday, June 14, 2009 at 3:19:31 PM UTC-4, BoD wrote: > > Hi! > > I'm making a

[android-developers] Re: trying to run Android Studio in Ubuntu 14.04 can't read documentation, or create virtual device

2016-04-22 Thread Igor Lowe
<https://lh3.googleusercontent.com/-h60LiRMSjOM/Vxney1rrWjI/BZs/URBLYNel_3ERhSOlPiMvLT9VY7iyV-bVwCLcB/s1600/Screenshot%2B-%2B22042016%2B-%2B10%253A18%253A48.png> Il giorno venerdì 22 aprile 2016 10:06:25 UTC+2, Igor Lowe ha scritto: > > Hello Bob, > > I have the sam

[android-developers] Re: trying to run Android Studio in Ubuntu 14.04 can't read documentation, or create virtual device

2016-04-22 Thread Igor Lowe
Hello Bob, I have the same issue on Xubuntu 14.04. In my case I resolve in this way You can try your app in 2 ways, USB devices or running emulators: -> On LINUX (UBUNTU,XUBUNTU,...) - USB devices : this possibility is non availaible on LINUX because they are Android USB driver only

Re: [android-developers] canvas.drawBitmap draws over screen image instead of replacing screen image

2016-03-03 Thread Igor Ganapolsky
This would actually draw a black color for your canvas. See screenshot. On Sunday, November 25, 2012 at 7:25:15 PM UTC-5, Romain Guy wrote: > > Surfaces are double (or even

[android-developers] Re: Google Play Services adds nearly 10,000 methods!

2015-07-17 Thread Igor Ganapolsky
Any update on this issue? I there a workaround at all? I am experiencing severe DEX limitations in my project because of this. On Tuesday, March 25, 2014 at 1:56:16 PM UTC-4, Jeff Campbell wrote: The latest version and the Google Play Services (4.3) now adds about 2,500 more methods (since

[android-developers] Re: ServiceTestCase and Contexts

2015-01-29 Thread Igor Ganapolsky
I am getting this error: android.content.Context.getMainLooper()' on a null object reference When calling new GoogleApiClient.Builder(getApplication()) .addConnectionCallbacks(this) .addOnConnectionFailedListener(this)

[android-developers] Re: process.destroy() logging exceptions in ICS

2014-08-26 Thread igor ganapolsky
But process.exitValue() doesn't actually destroy the process. On Thursday, July 5, 2012 4:43:36 PM UTC-4, elliotn wrote: If anybody cares, I did find a workaround: ... finally { destroyProcess(process); } private static void destroyProcess(Process process) {

[android-developers] Re: Fork/Join and JSR166 on Android

2014-05-28 Thread igor ganapolsky
Being that your link is 3 years old, is it still relevant to today's Android development landscape? -- 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: Fork/Join and JSR166 on Android

2014-05-28 Thread igor ganapolsky
Ed, Being that your link is 3 years old, is it still relevant to today's Android development landscape? -- 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] Re: ADB server didn't ACK, cannot bind tcp...

2014-02-20 Thread igor ganapolsky
You can try running this command to kill port 5037: *fuser -k tcp 5037* Otherwise, read this article to get a better understanding of what's running on your ports: https://www.debian-administration.org/article/184/How_to_find_out_which_process_is_listening_upon_a_port On Wednesday, June 10,

[android-developers] GooglePlayServices not found

2013-09-05 Thread igor ganapolsky
that the resources are included.* * * Everything was working recently, this problem just started a few days ago. Please help!! Igor -- 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] Not able to install Android Studio

2013-09-04 Thread Igor G.
There are no issues with other programs using PATH variable with spaces. What should I do?? Igor On Sep 4, 2013 2:34 PM, Larry Meadors larry.mead...@gmail.com wrote: JDK installed in a directory that has spaces? Windows has issues with that sometimes. Larry -- You received this message

Re: [android-developers] Not able to install Android Studio

2013-09-04 Thread igor ganapolsky
There aren't issues with other programs on my machine using the PATH variable with spaces. What should I do? Igor On Wednesday, September 4, 2013 2:27:43 PM UTC-4, Larry Meadors wrote: JDK installed in a directory that has spaces? Windows has issues with that sometimes. Larry -- You

Re: [android-developers] Not able to install Android Studio

2013-09-04 Thread igor ganapolsky
name: Faulting package-relative application ID: On Wednesday, September 4, 2013 2:36:39 PM UTC-4, igor ganapolsky wrote: There aren't issues with other programs on my machine using the PATH variable with spaces. What should I do? Igor On Wednesday, September 4, 2013 2:27:43 PM UTC-4, Larry

Re: [android-developers] Not able to install Android Studio

2013-09-04 Thread Igor G.
Yes, many times. And finally it worked by appending %JAVA_HOME%\bin to the end of the PATH variable. On Sep 4, 2013 2:50 PM, Michael Banzon mich...@banzon.dk wrote: Just to clear out some of the obvious: Have you tried downloading it again? On Wed, Sep 4, 2013 at 8:38 PM, igor ganapolsky

[android-developers] ActionBarCompat error

2013-09-04 Thread igor ganapolsky
=android:ellipsizemarquee/item /style I think this error is very stupid, and furthermore there is no clear way to avoid it. How can I fix Android Studio so that it doesn't give stupid errors like this?? Igor -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: ActionBarCompat error

2013-09-04 Thread igor ganapolsky
It turns out that I needed *ids*, *reserved_ids*, and *attrs.xml* in my res/values folder. I had inadvertently deleted these. Now all works! On Thursday, September 5, 2013 1:20:04 AM UTC-4, igor ganapolsky wrote: All of a sudden my Android Studio is giving me the following compilation

Re: [android-developers] Using EasyTracker with SherlockFragmentActivity

2013-08-16 Thread igor ganapolsky
I am saying that I have no trouble using EasyTracker in regular *Activities *and *Fragments*. It is the *SherlockFragmentActivity *that is giving me trouble. On Thursday, August 15, 2013 10:39:20 PM UTC-4, TreKing wrote: On Thu, Aug 15, 2013 at 2:42 PM, igor ganapolsky eaz

Re: [android-developers] Using EasyTracker with SherlockFragmentActivity

2013-08-16 Thread igor ganapolsky
Hello, if you don't use that library, then what do you use for analytics in your mobile apps? I don't know of a GA/EasyTracker specific forum... Thanks, Igor On Friday, August 16, 2013 11:30:02 AM UTC-4, TreKing wrote: On Fri, Aug 16, 2013 at 9:47 AM, igor ganapolsky eaz

[android-developers] Using EasyTracker with SherlockFragmentActivity

2013-08-15 Thread igor ganapolsky
. Thanks, Igor -- 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 options

[android-developers] Re: XML issue

2012-12-13 Thread igor ganapolsky
Copy the xml file contents into notepad (or any plain text editor), then paste them back into your project. On Thursday, July 29, 2010 11:15:09 AM UTC-4, Pedro Teixeira wrote: Hello there, I've been going on and on with my XML file and I can't seem to find any problem... The file

[android-developers] Re: How to attach actionbar on dialog?

2012-08-31 Thread Igor Oliveira
christophe.versi...@gmail.com Did you find an answer? I have the same question... On Wednesday, September 21, 2011 9:11:28 PM UTC+2, Igor Oliveira wrote: Hello, I would like to know how to implement a screen like the EditEventActivity from Android Calendar on Android 3.1. See picture below

[android-developers] Re: onDraw is called twice

2012-08-14 Thread igor ganapolsky
Have you tried commenting out* super.onDraw()*? On Saturday, December 19, 2009 5:06:01 PM UTC-5, jdekeij wrote: Hoi, In my layout I have a custom view which extends View and under this a button is placed. When I click the button the color changes to orange (Android default behavior) but it

Re: [android-developers] is it possible to setup HTC emulator in android sdk?

2012-07-18 Thread igor ganapolsky
I think the user meant HTC skins for the emulator. Kinda like what Motorola provides... On Friday, January 14, 2011 10:46:18 AM UTC-5, Kumar Bibek wrote: There is no such thing as an HTC emulator. Use the normal emulator. However, if you want to change the screen size or resolution of the

Re: [android-developers] how to set the size of tab in tabHost?

2012-06-10 Thread igor ganapolsky
I don't see how this changes the size of individual tabs. Have you tested it? On Friday, May 29, 2009 12:00:33 AM UTC-4, Rockingteam wrote: Try this. tabHost.getTabWidget().getChildAt(0).setLayoutParams(new LinearLayout.LayoutParams(width,height)); -- You received this message because

[android-developers] Re: android popup keyboard close button missing

2012-05-30 Thread igor ganapolsky
Have you ever resolved this? I am facing a similar issue. On Friday, January 29, 2010 4:43:33 AM UTC-5, extrapedestrian wrote: Hint: I think problem is in keyboard_popup_keyboard.xml, but I don't want to recompile android source... On Jan 29, 10:37 am, extrapedestrian

[android-developers] Re: Sample Keyboard - Popup characters

2012-05-30 Thread igor ganapolsky
You should have an attribute - *android:popupKeyboard* - in your keys. Example *popup_keyboard.xml*: Keyboard xmlns:android=http://schemas.android.com/apk/res/android; android:keyWidth=10%p android:horizontalGap=0px android:verticalGap=0px android:keyHeight=56dp /Keyboard On

[android-developers] Re: Android Playing YouTube video in WebView

2012-03-04 Thread igor ganapolsky
In my case, the YouTube video doesn't play at all if I click the play button inside the WebView client. On Friday, April 8, 2011 10:03:08 AM UTC-4, Dan wrote: I am using webview client. shouldOverrideUrlLoading is a method of webview client. The issue I am having is the difference in

[android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-10 Thread Igor Popov
Hi! Thank you for your generous offer :) I would be very interested to read such a book! -- 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] launcher screen like android market

2011-12-22 Thread Igor Nesralla Ribeiro
Hi, I want to know if anyone hás a reference for how i make a launcher screen like the features in android marketif this screen use imagebutton ?!...what the type of this layout !? Thanks in advance Igor -- You received this message because you are subscribed to the Google Groups

[android-developers] Same Issue

2011-11-28 Thread [Igor Franco]
I am still looking for the solution, anybody can help us? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: how to get a sqlite file into a XOOM 3.2.1

2011-10-24 Thread Igor Nesralla Ribeiro
?! My XOOM is not rooted.and I cant find it in any location..i'm try to used a Eclipse File Explorer to search but no success .. Well..sorry for my English !!! thanks in advance !! igor -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] [HELP] Use TextView as a RadioButton

2011-10-18 Thread Igor Araujo
Thanks for the advice. I made one class that derivates from RadioButton and I've overrided the onDraw() method. So I'm able to use the RadioGroup and draw the view the way I wish. Att, Igor Araújo 2011/10/18 TreKing treking...@gmail.com On Sun, Oct 16, 2011 at 1:31 PM, Igor Araujo igor.arauj

[android-developers] How to attach actionbar on dialog?

2011-09-22 Thread Igor Oliveira
to this dialog, if present. So how can I attach a dialog on a dialog? Can you help me? Thanks in advance. -- Igor Oliveira -- 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] Re: How to attach actionbar on dialog?

2011-09-22 Thread Igor Oliveira
Theme.Dialog colocando item name=android:windowActionBartrue/item para forçar a actionbar a aparecer, mas quando faço isso, minha aplicaçao dá um force close jogando a exceçao: java.lang.IllegalStateException: ActionBarImpl can only be used with a compatible window decor layout. 2011/9/21 Igor Oliveira

[android-developers] UI design pattern

2011-08-31 Thread Igor Nesralla Ribeiro
Hi, I'm looking for something article or any information about best way to implement UI design pattern for login screens on tablets(honeycomb) !! Thanks in advance ! Igor Nesralla Ribeiro -- You received this message because you are subscribed to the Google Groups Android

[android-developers] UI Design Pattern

2011-08-30 Thread Igor Nesralla Ribeiro
Hi, I'm looking for something article or any information about best way to implement UI design pattern for login screens on tablets !! Thanks in advance ! Igor Nesralla Ribeiro -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Spinner value on button click

2011-07-21 Thread Igor Barros
Dear all, Is it possible to return a spinner selected value only when I click in a button in the same activity, instead of using the OnItemSelected() method? Could you tell me how to proceed with it? Best Regards, -- Igor Smagasz Barros igorsmag...@gmail.com -- You received this message

[android-developers] Re: Convert from Polyline to ArrayListLocation

2011-05-10 Thread Igor Prilepov
I doubt you would find a ready to use solution because the task seems to be unrealistic (as well as trivial) . -- 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] Re: Register and UnRegister Broadcast Receiver

2011-05-10 Thread Igor Prilepov
1. Register broadcast receiver in onResume() without any additional 200ms and add some logic inside receiver to ignore intents for the first 200ms after startup. or 2. If you still want to do such weird things (i.e. to register BR in another task?!) then you need to inform this task when

[android-developers] Re: Convert from Polyline to ArrayListLocation

2011-05-10 Thread Igor Prilepov
It is unrealistic because people collect points and then show them as polyline, polygon or just dots not the other way around. It is unrealistic because Google MapActivity on Android is different from the full scale Google Map API. It is trivial because any Polyline (or Polygon) should be stored

[android-developers] Re: Local variable type mismatch

2011-05-09 Thread Igor Prilepov
As it is shown in the log file you are trying to use array where a single object is expected. -- 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] Re: Gyroscope heading change affects y axis

2011-05-09 Thread Igor Prilepov
All sensors report their values with respect to the phone's coordinates system and you have to find out how to detect device orientation and then how to convert XYZ from phone into the world coordinates. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: requestLocationUpdates has side effect on GPS usage of other applications

2011-05-09 Thread Igor Prilepov
The GPS receiver is turned on when you call registerLocationUpdtaes and turned off when you remove this listener. The attributes of this call (i.e. how often do you want to get updates) do not affect the power consumption much (it controls how often your code should be executed but GPS is

[android-developers] Re: Local variable type mismatch

2011-05-09 Thread Igor Prilepov
Line number and source code won't help you because this is Dalvik VM code - very generic and definitely not the one causes the problem. According to the message you are trying to set/get variable of type Object using local variable which is defined as [] Object. Check your local arrays and how

[android-developers] Re: how to draw a route and get the image of a map

2011-05-08 Thread Igor Prilepov
Use Canavas.drawLine() to how line between two points. Saving an image in the DB seems to be a bad idea due to size and limited operations you can do with saved result. Save your points (from start to stop) instead and you will be able to draw them on the map any time later with all map related

Re: [android-developers] Building C code for Android (no Java/jni)

2011-05-03 Thread Igor Prilepov
It is possible with NDK and here is the best link I know: http://betelco.blogspot.com/2010/01/buildingdebugging-android-native-c.html However, this approach is helpful only for a very few cases, for example, when you are making some tools for yourself only. Any real application development must

[android-developers] Re: Battery Log using service

2011-05-03 Thread Igor Prilepov
These are two opposite cases: 1. Your service is crashed (or killed) and Android tries to restart it after a certain timeout 2. On some conditions Android may decide to kill your service. Since the purpose of this action is to free some system resources it won't be restarted after a timeout.

[android-developers] problem after generate a .apk file

2011-04-30 Thread Igor Nesralla Ribeiro
!? Thanks in advance Igor Nesralla Ribeiro -- 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

[android-developers] problem in my project after export .apk file

2011-04-30 Thread Igor Nesralla Ribeiro
!? Thanks in advance Igor Nesralla Ribeiro -- 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

RE: [android-developers] problem after generate a .apk file

2011-04-30 Thread Igor Nesralla Ribeiro
Hi Marcin, Sorry...my English… Well….my real problem is : only my application tag in manifest disappeared and i don’t know if when I change the app description in design view or when I export to apk file… That’s it… Thanks Igor From: android-developers@googlegroups.com

Re: [android-developers] Re: How can I handle Exception message internationalization

2011-04-29 Thread Igor Prilepov
Use different catch for each exception type or analyse message text sting. -- 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

[android-developers] Re: Flaky Touch Screen on Nexus One

2011-04-29 Thread Igor Prilepov
It looks like your app eats up a lot of CPU. Reduce (or remove completely) background processing and list update and check touch screen again. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: JSon parsing has been taking more time on Android

2011-04-29 Thread Igor Konforti
This is interesting question, can you keep as updated @imran ali ? On Thu, Apr 28, 2011 at 20:34, Indicator Veritatis mej1...@yahoo.comwrote: The Jackson JSON parser is reputed to be quite fast. I believe it is faster than the one built into Android. Download the JAR from

[android-developers] Re: how to debug android device driver with ddd or gdbserver between Phone and PC

2011-04-29 Thread Igor Prilepov
Native code building and debugging was described here: http://betelco.blogspot.com/2010/01/buildingdebugging-android-native-c.html But you cannot debug device driver. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Missing packages

2011-04-28 Thread Igor
Hi, I'm missing these packages: com.android.common.speech com.android.common.userhappiness Anybody know wher eI can find them? Thanks in advanced -- 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: How to make an efficient rendering loop with cache-based scrolling/zooming

2011-04-27 Thread Igor Prilepov
Did you measure the one frame drawing performance? How complicated is your frame in terms of objects to be shown? -- 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] Re: Problem installing android sdk in ubuntu 10.10

2011-04-25 Thread Igor
ISP that banned the URL? Doubtly but I don't see any other reason. Igor. On 24 апр, 14:26, Saurav to.saurav.mukher...@gmail.com wrote: Hi all, I am trying to install android sdk, but the for every try, the android sdk manager gives this error message: Failed to fetch URLhttp://dl

[android-developers] Re: Ignoring magnetic field sensor, calibrating the accelerometer

2011-04-23 Thread Igor Prilepov
1. Yes, there are a lot of issues related to the magnetic sensor but people still use it for thousands years so the real question is do you need it or not. 2. I don't know what does it mean baseline values. Accelerometer always returns noise values (as well as any other sensor) - this is a

[android-developers] Re: Scan for wifi networks when connected to 3G

2011-04-22 Thread Igor Prilepov
Short answer: yes, you can do this. First you start scanning WiFi using intent filter WifiManager.SCAN_RESULTS_AVAILABLE_ACTION, then get results, analyse them and only then select which network to connect to. However, as you have found already, if you enabled WiFi and there is a remembered

[android-developers] Re: Making new keyboard

2011-04-22 Thread Igor
at 7:50 AM, Igor kom...@gmail.com wrote: I would like to make new soft keyboard http://developer.android.com/resources/articles/creating-input-method... --- -- TreKing http://sites.google.com/site

[android-developers] Re: Web based Emulator

2011-04-21 Thread Igor Prilepov
If you have emulator on your local machine you can use it even when there is no internet connection ;) What's the point ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] getting gps status events

2011-04-21 Thread Igor Prilepov
You can request status update without location updates but the GPS status will be changed only if some other application did it. Therefore listening for the status updates without location notifications makes sense only for some kind of a background service when you want to save location

[android-developers] Re: Use of files

2011-04-21 Thread Igor Prilepov
Most likely this is about permissions: the native application (I guess you run it from the shell) is executed under different user ID than your Java application. As a temporary development solution you can get root access and fix it but I would recommend to avoid using native code unless for

Re: [android-developers] Web based Emulator

2011-04-21 Thread Igor Prilepov
This is not an emulator but a marketing demo. Emulator should accurately represent the real device, for example you should be able to add a new record to the contacts list, open some page in the browser, etc. This is a development tool. The page you mentioned has different purpose - give some

[android-developers] Re: ViewFlipper responsive animation on view switches

2011-04-20 Thread Igor
My friends, did not find any solution. Please help! Igor On 13 апр, 23:11, Igor ikuk...@gmail.com wrote: Hello everybody, I've gotViewFlipperwith several child views. The requirement is to implement view switching withing theViewFlipperwith some animation BUT this animation should follow

[android-developers] Making new keyboard

2011-04-20 Thread Igor
on long press? Thanks Igor -- 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

[android-developers] Hide a keypad

2011-04-19 Thread Igor Nesralla Ribeiro
Hi, I have a autcompletetextview and i want to hide a keypad when a select a item who appears.. Thanks Igor -- 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] trace a route in mapview

2011-04-15 Thread Igor Nesralla Ribeiro
!? Thanks in advance Igor -- 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

RE: [android-developers] trace a route in mapview

2011-04-15 Thread Igor Nesralla Ribeiro
and the destiny Thanks Igor -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: sexta-feira, 15 de abril de 2011 11:33 To: android-developers@googlegroups.com Subject: Re: [android-developers] trace

RE: [android-developers] trace a route in mapview

2011-04-15 Thread Igor Nesralla Ribeiro
Mark, Thanks again...but i'm searching on a google...and I found a Google Driving Directions...that API is exactly I'm looking for... Best regards ! Igor -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy

[android-developers] ViewFlipper responsive animation on view switches

2011-04-13 Thread Igor
I know only the way to start application on any kind of gestures but this animation just starts, runs and ends... but how to interrupt it and make follow a touch? Any clue? Thank you in advance! Igor. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] open a new activity in tab

2011-04-06 Thread Igor Nesralla Ribeiro
Hi, i have a tabhost with 3 tabs... in the first tab I have a listview, if I selected a row a new activity opens over the tabs...is possible to open this activity into the this tab like over the listview. Thanks Igor -Original Message- From: android-developers@googlegroups.com

RE: [android-developers] open a new activity in tab

2011-04-06 Thread Igor Nesralla Ribeiro
On Wed, Apr 6, 2011 at 2:10 PM, Igor Nesralla Ribeiro nesra...@gmail.com wrote: is possible to open this activity into the this tab like over the listview. Replace the listview with what you want

[android-developers] EditText to filter a listview

2011-04-02 Thread Igor Nesralla Ribeiro
Hi, i have a edittext and a listview ... I want to do thiswhen the users type on a edittext this will filter a listview But...the problem is the listview returns nothing when I type someword that i have in the list. Can anyone help me ? or there any another simple way to do this

[android-developers] how to get a hardware phone information

2011-03-31 Thread Igor Nesralla Ribeiro
Hi, How to get a hardware or system (like model.processor. information about cellphone ?its possible !? Thanks Igor -- 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-developers] problem when passing value between activities !

2011-03-29 Thread Igor Nesralla Ribeiro
of my item Id on Intent method putExtra I cant get then into another acitivity... what I'm doing wrong ?! Thanks Igor here my code: first activity class (Restaurant.java) public class Restaurants extends ListActivity { @Override public void onCreate(Bundle

[android-developers] best way to save images files

2011-03-27 Thread Igor Nesralla Ribeiro
Hi, I have this scenario : I have 50 images files of restaurants , that restaurants(name,city,address,image name) i saved into a database..My question is..how and where I saved this images files.and how I display this images files into a imageview Thanks in advance.. Igor -- You

RE: [android-developers] best way to save images files

2011-03-27 Thread Igor Nesralla Ribeiro
Kevin, Did you have any reference to send me ?!? Thanks Igor From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Kevin Anthony Sent: domingo, 27 de março de 2011 13:27 To: android-developers@googlegroups.com Subject: Re: [android-developers

[android-developers] select a row in a listview

2011-03-25 Thread Igor Nesralla Ribeiro
Hi, I'm newbie on android dev. Sorry for any problemI have a listview wich i display 3 columns (id,restaurant,city) from a sqlite...(using a simplecursoradapter to bind)how I select a row and open it to edit or view. Anyone has a reference to send me or example !? Thanks Igor -Original

RE: [android-developers] select a row in a listview

2011-03-25 Thread Igor Nesralla Ribeiro
Justin, Well, i have a listview wich I list a restaurants informations like name and city…. how i select a row and open a acitivity with more detail about the restaurant I had opened ?! Can you help me ? Best Regards… Igor From: android-developers@googlegroups.com [mailto:android

RE: [android-developers] select a row in a listview

2011-03-25 Thread Igor Nesralla Ribeiro
Ops sorry for my englishyes I’m waiting a users click on a item in the listview…I think this tutorial is good…but I have a question….i bind my listview using a simplecursosadapter has any diference for this tutorial !? Thanks in advance… Igor From: android-developers

RE: [android-developers] select a row in a listview

2011-03-25 Thread Igor Nesralla Ribeiro
@googlegroups.com Subject: RE: [android-developers] select a row in a listview You can use listView.setOnItemClickListener. It will be passed the clicked item's position as well as its id. 26.03.2011 2:12 пользователь Igor Nesralla Ribeiro nesra...@gmail.com написал: -- You received this message

RE: [android-developers] select a row in a listview

2011-03-25 Thread Igor Nesralla Ribeiro
You shouldn't have to - get your data from the adapter. Note the click listener's parent parameter, that's your list view. Get the adapter from that, then call getItem in the adapter to get your data. 26.03.2011 2:27 пользователь Igor Nesralla Ribeiro nesra...@gmail.com написал: Thanks Kostya

[android-developers] display db columns into a listview

2011-03-24 Thread Igor Nesralla Ribeiro
=wrap_content/ Thanks very much ! Igor Nesralla Ribeiro -- 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-developers] display db columns into a listview

2011-03-24 Thread Igor Nesralla Ribeiro
=wrap_content/ Thanks very much ! Igor Nesralla Ribeiro -- 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-developers] best way to storage data on android

2011-03-22 Thread Igor Nesralla Ribeiro
regards Igor Nesralla Ribeiro -- 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

RE: [android-developers] Re: Android Apps with HTML5

2011-03-01 Thread Igor Nesralla Ribeiro
My question is about a create greats UIwich better ? Native App can do the same that Hybrid Applications ? on Android Market how the most popular !? Att Igor Nesralla Ribeiro -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com

[android-developers] How to take a picture from a front camera

2011-03-01 Thread Igor Nesralla Ribeiro
Hi, I have a question ...how to take a Picture from a front câmera …. And throw it into a imageview… Thanks in advance Igor Nesralla Ribeiro -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Create a UI

2011-02-15 Thread Igor Nesralla Ribeiro
Hi, I'm a new on developer Android and my question ishave any application to build a layout , like a DroidDraw... Thanks in advance Igor Nesralla Ribeiro -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] The most popular way to build a app

2011-02-15 Thread Igor Nesralla Ribeiro
Hi, I'm a new on Android developer...and i have a questionwhat the most popular way to build app ???...like a build views and activitys and java or web app..the both work off-line ?! Thanks in advance Igor Nesralla Ribeiro -- You received this message because you are subscribed

[android-developers] web app or not

2011-02-15 Thread Igor Nesralla Ribeiro
Hi, I'm a new on Android developer...and i have a questionwhat the most popular way to build app ???...like a build views and activitys and java or web app..the both work off-line ?! Thanks in advance Igor Nesralla Ribeiro -- You received this message because you

[android-developers] Re: UnsupportedOperationException: glGenFramebuffersOES

2010-12-23 Thread Igor Korobka
I'm not an expert in area of OpenGL on Android, but GLES11Ext. glGenFramebuffersOES(1,viewFramebuffer); doesn't work on NexusOne either. But the same action with the OpenGL ES 2.0 works just fine: gl20.glGenFramebuffers(1, bufferId); -- You received this message because you are subscribed

[android-developers] Re: New maps app features and mapview

2010-12-18 Thread Igor Korobka
I've solved the issue with small labels on the google maps on hdpi screens. You need a bit of reflection (see the snippet of smali code below): class com.google.googlenav.map.MapTile { .field public static final TEXT_SIZE_DESKTOP:B = 0x0t .field public static final TEXT_SIZE_LARGE:B = 0x3t

[android-developers] Re: New maps app features and mapview

2010-12-18 Thread Igor Korobka
I've solved the issue with small labels on the google maps on hdpi screens. You need a bit of reflection (see the snippet of smali code below): class com.google.googlenav.map.MapTile { .field public static final TEXT_SIZE_DESKTOP:B = 0x0t .field public static final TEXT_SIZE_LARGE:B = 0x3t

[android-developers] When is the 3.0 SDK Coming?

2010-10-28 Thread Igor Birman
Anyone have idea when the 3.0 SDK is coming out? -- 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] Focal Point Camera

2010-07-31 Thread Igor Novais
On Android Phones, it´s possible use focal point of camera? The user select an area on touch screen on preview camera application and set the focus to selected point? Like on Iphone's camera preview. Someone knows something about this? -- Igor Novais -- You received this message because you

[android-developers] Looking for game developer

2010-07-09 Thread Igor
Hello, My name is Igor and I'm from Russia. I found that there is no good RPGs on this platphorm. So I want to create team to develop game. I have good friend, he's roleplaying fan and writes atmosphere modules (adventures) for his sessions. And he has ideas for computer (mobile) RPG. As soon

  1   2   >