[android-developers] Re: Intel HAXM and windows 8.1

2015-06-06 Thread Ricardo Santos
/windows-8-1/compare/default.aspx As far as I know it is the missing Client Hyper-V under Management. On Sat, Jun 6, 2015 at 6:47 AM Ricardo Santos ricardo.c.r.san...@gmail.com javascript:_e(%7B%7D,'cvml','ricardo.c.r.san...@gmail.com'); wrote: Hello! My computer is saying that despite being

[android-developers] Re: Intel HAXM and windows 8.1

2015-06-06 Thread Ricardo Santos
Ok, thanks! Is it a restriction from 8.1? I think Windows 8 allowed it! Em sábado, 6 de junho de 2015, Michael Banzon mich...@banzon.dk escreveu: Not so far I can tell. On Sat, Jun 6, 2015, 14:27 Ricardo Santos ricardo.c.r.san...@gmail.com javascript:_e(%7B%7D,'cvml','ricardo.c.r.san

[android-developers] Error with android.support.v7.internal.widget.ActionBarOverlayLayout

2015-06-05 Thread Ricardo Santos
none. Can anyone help me? Ricardo Santos -- 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] Intel HAXM and windows 8.1

2015-06-05 Thread Ricardo Santos
if it is a Windows limitation? Ricardo Santos -- 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] Re: Error with android.support.v7.internal.widget.ActionBarOverlayLayout

2015-06-05 Thread Ricardo Santos
worked around it. I have serached in the messages for people who might have already solved it, but found none. Can anyone help me? Ricardo Santos -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] NDK in MacOS

2012-08-22 Thread Ricardo Santos
. Does anyone knows how to solve this problem? Ricardo Santos -- 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

Re: [android-developers] NDK in MacOS

2012-08-22 Thread Ricardo Santos
Ok, Thanks, going there. On Wed, Aug 22, 2012 at 5:24 PM, Mark Murphy mmur...@commonsware.comwrote: Questions involving the NDK are best asked on the android-ndk Google Group. On Wed, Aug 22, 2012 at 4:22 PM, Ricardo Santos ricardo.c.r.san...@gmail.com wrote: Hello Everyone! I am

Re: [android-developers] ListView and Database

2012-04-02 Thread Ricardo Santos
: On 4/1/2012 3:19 PM, Ricardo Santos wrote: Hi Ted, Maybe I have understood the theory, now, but my code still do not work. So, my code looks like this: //This is my list view ListView charList = (ListView)findViewById(R.id.list); R.id.list needs to be the id of a ListView element

Re: [android-developers] ListView and Database

2012-04-01 Thread Ricardo Santos
:36 PM, Ricardo Santos wrote: Hello everyone! I have in my application, I hace a list view that needs to be populated with data from a database, I have tested my database and my app is handling the data correctly, but I cant populate the list view, I have read about the SimpleCursorAdapter

[android-developers] ListView and Database

2012-03-31 Thread Ricardo Santos
Hello everyone! I have in my application, I hace a list view that needs to be populated with data from a database, I have tested my database and my app is handling the data correctly, but I cant populate the list view, I have read about the SimpleCursorAdapter but I cant understand how to use

Re: [android-developers] Re: Help for android Micro-controller interface

2012-03-14 Thread Ricardo Santos
Hello, I have read about Amarino but I have never used it, it might be what you need. If I am not mistaken, it works with Bluetooth, so you don't have to connect the USB cable... On Wed, Mar 14, 2012 at 3:31 AM, abhijeet tomar abhijeet...@gmail.comwrote: Hello Bhavin, your question is

Re: [android-developers] Re: UI design

2012-03-08 Thread Ricardo Santos
A table view with three rows would do the job too... On Wed, Mar 7, 2012 at 6:00 AM, moktarul anam mokta...@gmail.com wrote: Hi this will be simple listview and use custom adapter Moktarul anam On Wednesday, 7 March 2012 11:37:06 UTC+5:30, megha agrawal wrote: Hello All, I want to

[android-developers] Buttons labels

2012-02-16 Thread Ricardo Santos
a component? Ricardo Santos -- 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] find out which activity resumed/started my activity?

2012-01-23 Thread Ricardo Santos
I believe you cold put a variable in the database when the activity is being interrupted, then when resumed, you cold check to see if that variable is setted on the database. See the lifecycle on the developer page to know what methods are called and when. I have never done anything like that,

Re: [android-developers] overlay webcam

2012-01-20 Thread Ricardo Santos
I have never done anything similar to it, but I would advise you to subclass the component you are using and extend the onCanvas() method to put a circle on the place desired. But, as I said, I have never done anything like that, so if I said anything wrong, someone please correct me. 2012/1/18

Re: [android-developers] Newbie question about Content Provider

2012-01-20 Thread Ricardo Santos
Do the notepad tutorial, on the developers page, it will help you a lot. On Tue, Jan 17, 2012 at 1:37 PM, Lester Quintero lesterqu...@gmail.comwrote: Hello everybody, Its possible with content providers make insert-select in SqlIte database. would be something like: Insert into Table(t1,

Re: [android-developers] Augmented Reality

2012-01-20 Thread Ricardo Santos
You will need more than 7 days for that... My advice it for you to go beyond wikipedia and see some real image processing books. I had this on college a few years ago and do not remember the name of the subject, but I know that with some real research you can do it. Hope you don't have a

Re: [android-developers] How to continously updating data from XML

2012-01-16 Thread Ricardo Santos
Why don't you make a thread that keeps checking for changes on the file, than, if a change is detected, you can update all the data... Or, create a button update data now... On Fri, Jan 13, 2012 at 7:16 AM, Cheah Peng Huat cheahp...@hotmail.comwrote: I have a problem trying to get dynamic data

Re: [android-developers] Re: hi

2012-01-10 Thread Ricardo Santos
I would suggest you to use a regular expression and create a String array from the input String, so you can get whatever you want from the array. It has been a while since I used this technique, but I believe this link will help: http://www.regular-expressions.info/java.html On Tue, Jan 10,

Re: [android-developers] sample android app wont run on eclipse

2012-01-09 Thread Ricardo Santos
Have yuo created a virtual device with the device manager? If you have, ave you created with the correct Android version? On Sun, Jan 8, 2012 at 9:53 AM, karan hans karanh...@gmail.com wrote: wheb i run helloworld app this is what i get [2012-01-08 17:06:11 - HelloWorld]

Re: [android-developers] Confused about error for (Button)findViewById(R.id.MyButton)

2012-01-09 Thread Ricardo Santos
If that doesn't help, you can send the error that you are getting, so we can have a better idea of what is wrong with the code. 2012/1/9 Kostya Vasilyev kmans...@gmail.com http://developer.android.com/guide/topics/resources/accessing-resources.html When your application is compiled, aapt

Re: [android-developers] how to debug the code when using camera of device(mobile)

2012-01-06 Thread Ricardo Santos
I have never used USB deugging, but that should do the trick... Connect with the USB the device you want to use, and set eclipse to look for a connection on the USB, instead on the emulator. Just saying again that I have never used it, if anyone has ever done it, please add your answer. In this

Re: [android-developers] Setting textColor in strings.xml file

2012-01-04 Thread Ricardo Santos
In the strings.xml, I don't think so. You Could use a style to make your job easier. http://developer.android.com/guide/topics/ui/themes.html Ricardo On Mon, Jan 2, 2012 at 10:57 PM, Glenn glennark...@gmail.com wrote: Probably a stupid question from a newbie but here goes... Can I set a

Re: [android-developers] How to Plot Line Graph

2012-01-04 Thread Ricardo Santos
Hi there! I have that difficulty myself, and I tried to make a custom view that could be used to create a graph plotter. It is a bit tricky (not difficult, though), and if you decide to try it, it could be interesting. However, after a some time coding I found that the effort wasn't rewarding

Re: [android-developers] image file and text file

2012-01-04 Thread Ricardo Santos
I believe that customize a component is the answer here. http://developer.android.com/guide/topics/ui/custom-components.html Extend view, use a canas and draw the bitmap and the text. Hope it helps, Ricardo On Wed, Jan 4, 2012 at 2:20 PM, chayan chowdhury chayanchowdh...@gmail.comwrote: how

Re: [android-developers] android contacts..

2012-01-04 Thread Ricardo Santos
Android has a database that can deal with that... http://developer.android.com/guide/topics/data/data-storage.html#db Hope it helps, Ricardo P.S.: Do the notepad tutorial too, it will help you a lot. http://developer.android.com/resources/tutorials/notepad/index.html On Wed, Jan 4, 2012 at

Re: [android-developers] Re: resoultion issues

2012-01-03 Thread Ricardo Santos
Did you try making a layout to support the different screen types? http://developer.android.com/guide/practices/screens_support.html And, post screencaps... Ricardo On Tue, Jan 3, 2012 at 3:17 PM, skink psk...@gmail.com wrote: jaggu wrote: Hi iam facing issue screen resolution issues

[android-developers] onDraw not being called

2012-01-02 Thread Ricardo Santos
Hi everyone! I am trying to make a custom component, so for testing purposes I made a view that draws a white line. The code for the component follows: public class CGrafico extends SurfaceView implements SurfaceHolder.Callback{ public CGrafico(Context context) { super(context); }