[android-developers] Choose Automatically Network using ADB in a bat file (Android)

2016-07-03 Thread Ricardo Calzada
I want to set "Choose automatically" mobile networks using ADB commands in a bat file When I work with AT commands I use: AT+cops=0 Is it possible do the same with ADB commands? Do I need to root the phone?

[android-developers] Pago 25 dolares

2016-03-10 Thread Ricardo opcionuno
cuando pueda volver a registrarme este dolar me lo tienen en cuenta gracias ricardo lamy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email

[android-developers] I can't "My first app working"

2016-01-11 Thread Ricardo Morales
i followed every step of the Android Studio "My First App" tutorial but I can't get it working when I type my message and the second activity starts. Here is my logcat: 01-11 14:15:03.459 10362-10362/? D/dalvikvm: Late-enabling CheckJNI 01-11 14:15:03.779

[android-developers] First app not working

2016-01-09 Thread Ricardo Morales
So I tried doing the first app tutorial from the web, the one that sends text to one activity to another. But I think i really suck at this. Here is my logcat: 01-09 17:04:47.471 1633-1633/com.example.ricki.myfirstapp D/dalvikvm: Not late-enabling CheckJNI (already on) 01-09 17:04:47.481

[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
To be straightforward, how can I configure android studio so I do not get the error regarding android.support.v7.internal.widget? Em sexta-feira, 5 de junho de 2015, Justin Anderson magouyaw...@gmail.com escreveu: I'm not sure what you are asking... On Fri, Jun 5, 2015, 2:44 PM Ricardo

[android-developers] AndroidStudio - Wipe data between deploys

2014-06-15 Thread Ricardo Cardoso
How do I delete the application between deploys in Android Studio? -- 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: to fill an object with return after POST

2013-08-19 Thread Ricardo Cardoso
Ricardo Cardoso rick@gmail.com I did the below codes to log into my system @Post https://github.com/Post(/api/v1/sessions.json) User login(UserWrapper user); With that I have to return my webservice ender :status = 200, :json = { :success = true, :info = Logged in, :data = { :user

[android-developers] to fill an object with return after POST

2013-08-16 Thread Ricardo Cardoso
I did the below codes to log into my system @Post https://github.com/Post(/api/v1/sessions.json) User login(UserWrapper user); With that I have to return my webservice ender :status = 200, :json = { :success = true, :info = Logged in, :data = { :user = resource, :auth_token =

[android-developers] AndroidAnnotations RestTemplate

2013-07-31 Thread Ricardo Cardoso
]}, registration={user={email= userte...@example.com, firstname=anotheruser, password=[FILTERED], password_confirmation=[FILTERED]}}} But my Json being passed as follows Parameters: {dateOfBirth=nil, email=em...@gmail.com, firstname=Ricardo, gender=nil, lastname=nil, password=[FILTERED

[android-developers] Re: Help with AndroidAnnotations

2013-07-29 Thread Ricardo Cardoso
any idea? 2013/7/25 Ricardo Cardoso rick@gmail.com Testing the console using CURL typing curl -v -H 'Content-Type: application/json' -H 'Accept: application/json' -X POSThttp://localhost:3000/api/v1/registrations -d {\user\:{\email\:\us...@example.com \,\firstname\:\anotheruser

[android-developers] Help with AndroidAnnotations

2013-07-25 Thread Ricardo Cardoso
have a error Started POST /api/v1/registrations for 192.168.0.138 at 2013-07-24 11:23:21 -0300 Processing by Api::V1::RegistrationsController#create as JSON Parameters: {email=em...@email.com, firstname=Ricardo, password=[FILTERED], password_confirmation=[FILTERED], registration={email=em

[android-developers] Re: Help with AndroidAnnotations

2013-07-25 Thread Ricardo Cardoso
...@provedor.com rick@gmail.com, firstname=Ricardo, password=[FILTERED], password_confirmation=[FILTERED], registration={email= em...@provedor.com, firstname=Ricardo, password=[FILTERED], password_confirmation=[FILTERED]}} See missing object (registration={email)... How can I create a json well

[android-developers] Re: Only Portrait and ReversePortrait in android 2.1 API Level 7

2013-04-17 Thread Ricardo Cardoso
any idea? 2013/4/15 Ricardo Cardoso rick@gmail.com I have a doubt as to leave the screen only in portrait and reversePortrait, tested code, but only when the screen turns reversePortrait, I can not go back to portrait. why? in my MainActivity.class @Overridepublic void

[android-developers] Only Portrait and ReversePortrait in android 2.1 API Level 7

2013-04-15 Thread Ricardo Cardoso
I have a doubt as to leave the screen only in portrait and reversePortrait, tested code, but only when the screen turns reversePortrait, I can not go back to portrait. why? in my MainActivity.class @Overridepublic void onConfigurationChanged(Configuration newConfig)

Re: [android-developers] How to solve the issue with Dalvik compiler limitation on 64K methods?

2013-03-22 Thread Ricardo Amaral
That's what I keep being told but how can I still use Eclipse and execute debug/run builds within the IDE and still run Proguard? -- -- 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] How to solve the issue with Dalvik compiler limitation on 64K methods?

2013-03-21 Thread Ricardo Amaral
My team and I have inherited a large Android project from another team. The whole application with all the included libraries is reported to have around 35000 methods. We now have the task to implement a new service in the app where we need to use Protocol Buffers. The problem is that the

[android-developers] Re: Preferred coding style to reference internal Android resources?

2013-03-21 Thread Ricardo Amaral
Anyone? On Wednesday, January 11, 2012 3:16:49 PM UTC, Ricardo Amaral wrote: When referencing internal Android resources in my app (mostly in a *parent *attribute of a *style *element, haven't really tested anywhere else) I see different examples: Option 1) style name=NotificationTitle

[android-developers] Intent camera option with the gallery

2012-11-29 Thread Ricardo Cardoso
Hello, I wonder how can I call the Intent of the camera with the option flag gallery too? Same is the Instagram app ... hugs -- 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] Save photo in 320x426 resolution with high quality

2012-11-28 Thread Ricardo Cardoso
I'm taking a picture with my application and saving to the phone directory But when I ask to save with this resolution in pixels is giving nullpointerexeption: 11-28 18:01:47.593: E / AndroidRuntime (19992): Caused by: java.lang.NullPointerException 11-28 18:01:47.593: E / AndroidRuntime

Re: [android-developers] Re: Save photo in 320x426 resolution with high quality

2012-11-28 Thread Ricardo Cardoso
you set fullPath is obviously wrong. Also, be careful saving it with this file name: System.currentTimeMillis () + . Jpg If you construct that file name at a different time, it may not open. On Wednesday, November 28, 2012 2:31:01 PM UTC-6, Ricardo Cardoso wrote: I'm taking a picture

[android-developers] How to get the coordinates of an image within an ImageView ?

2012-11-27 Thread Ricardo Cardoso
I have tried the code below, but the coordinates of were very wrong iv_foto.setOnTouchListener(new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { switch(event.getAction()) { case MotionEvent.ACTION_DOWN:

[android-developers] Re: How to get the coordinates of an image within an ImageView ?

2012-11-27 Thread Ricardo Cardoso
? 2012/11/27 Ricardo Cardoso rick@gmail.com I have tried the code below, but the coordinates of were very wrong iv_foto.setOnTouchListener(new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { switch(event.getAction

[android-developers] Re: How to get the coordinates of an image within an ImageView ?

2012-11-27 Thread Ricardo Cardoso
?? 2012/11/27 Ricardo Cardoso rick@gmail.com ? 2012/11/27 Ricardo Cardoso rick@gmail.com I have tried the code below, but the coordinates of were very wrong iv_foto.setOnTouchListener(new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent

[android-developers] Re: How to get the coordinates of an image within an ImageView ?

2012-11-27 Thread Ricardo Cardoso
); break; case MotionEvent.ACTION_MOVE: break; case MotionEvent.ACTION_UP: break; } return true; } }); 2012/11/27 Ricardo Cardoso rick@gmail.com I have tried the code below, but the coordinates of were

[android-developers] Strings.xml call WebView

2012-11-22 Thread Ricardo Cardoso
Who call a WebView through the file strings.xml ?? Como chama uma WebView através do arquvo strings.xml ??? -- 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] Custom filter for ListView using BaseAdapter

2012-09-04 Thread Ricardo Cardoso
Hello, okay? My question is that I can not do a search on my facebook friends in my listview using a basedapter ... My doubt is that the same topic But no solution yet! Follow my code below /* * callback after friends are fetched via me/friends. * Chamada dos amigos atraves do

Re: [android-developers] Custom filter for ListView using BaseAdapter

2012-09-04 Thread Ricardo Cardoso
Already tried debugging, show the LogCat, but nothing could solve ... error does not happen, just when I start typing would have to go in listview filtering the results, but this does not happen! 2012/9/4 TreKing treking...@gmail.com On Tue, Sep 4, 2012 at 12:38 PM, Ricardo Cardoso rick

[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

[android-developers] Can't disable Haptic feedback

2012-08-19 Thread Ricardo Silva
Hi all I have an issue with my application. I'm trying to disable Haptic feedback. On the manifest file i have the permission android.permission.WRITE_SETTINGS And on my activity on the onCreate() i have the following: Settings.System.putInt(getContentResolver(),

[android-developers] Re: Searching on the results JSON listctivity

2012-08-06 Thread Ricardo Cardoso
? 2012/8/5 Ricardo Cardoso rick@gmail.com I have a ListActivity and she is populated with the result of a Json ... I put a EditText to do a search on ListActivity ... however I do not know how to do when the result is a json ... can anyone help me? /** * Definition of the list

[android-developers] Searching on the results JSON listctivity

2012-08-05 Thread Ricardo Cardoso
I have a ListActivity and she is populated with the result of a Json ... I put a EditText to do a search on ListActivity ... however I do not know how to do when the result is a json ... can anyone help me? /** * Definition of the list adapter */ public class FriendListAdapter

[android-developers] Add contact to a group contacts

2012-06-14 Thread Ricardo Graça
Hi Everybody. I need to insert a contact in a contact group. I use the content provider contactsContract of android. The group is added, but the contact is not added in this group. Can you help me? Here is my code. Thanks ops = new ArrayListContentProviderOperation();

[android-developers] Re: Video Streaming Using Darwin Streaming Server(DSS) through Ethernet LAN

2012-04-27 Thread Ricardo Silva
Hi, Did you found a way to play RTSP on Android-x86 using VideoView? Thanks Segunda-feira, 11 de Abril de 2011 12:16:39 UTC+1, saha escreveu: I have my Blaze board running Gingerbread, Connected to my Desktop and i am able to ping from PC to Board. Installed DSS on Desktop and i am

[android-developers] Listview show funny stuff

2012-04-22 Thread Ricardo Rivera
I a listview connecto to a datbase and is showing in the list the value of the record for the app. Something like com.software.myapp.client.client@44abc0 com.software.myapp.client.client@44abc1 etc in the list I want to show only to show the Client Name Here is my Table scheme Client

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
, loadCharacterCursor, from, to); //Setting the adapter do the list - here it crashes. charList.setAdapter(simplCursor); I cant see what I'm doing wrong. Can anyone shed (some) more light to the subject? Ricardo On Sun, Apr 1, 2012 at 12:33 AM, Ted Scott t...@hootinholler.com wrote: Hi Ricardo

[android-developers] ListView and Database

2012-03-31 Thread Ricardo Santos
the class, specially the from and to fields, does anyone know how to use it? My class is not extending ListActivity, my list view is inside a dialog. Ricardo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Dev Environment - maven-android-eclipse

2012-03-22 Thread Ricardo Gladwell
Hi Ted This is possible, please see the Android Connector for M2E (Maven for Eclipse): http://rgladwell.github.com/m2e-android/ Regards... -- Ricardo Gladwell ricardo.gladw...@gmail.com http://www.google.com/profiles/ricardo.gladwell Twitter: @rgladwell On Wednesday, March 21, 2012 4:17:41

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

[android-developers] Rotate Fragment with WebView or VideoView

2012-02-07 Thread Ricardo
Hi I have different layouts for portrait and lanscape (very different from each other), and I add all the fragments using transactions. I have a VideoView inside one of my fragments, and it can´t be stopped during the rotation. So I am using the onConfigurationChanged method to avoid the

[android-developers] Re: Strange behavior with Theme.DeviceDefault.Light

2012-01-31 Thread Ricardo Amaral
Just to let everyone who stumbles upon this that I had the confirmation from Adam Powel that this was a bug that slipped through, it has been fixed for the next update. Problem resolved :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Strange behavior with Theme.DeviceDefault.Light

2012-01-25 Thread Ricardo Amaral
It does seem to contradict but looking at * res/values/themes_device_defaults.xml* on API Level 15 source (look here: http://pastebin.com/rj5LwgVf) we can see that both the *Theme.DeviceDefault*and *Theme.DeviceDefault.Light* inherit from *Theme.Holo* and *Theme.Holo.Ligh*t, respectively. But

[android-developers] Re: Strange behavior with Theme.DeviceDefault.Light

2012-01-24 Thread Ricardo Amaral
No one else noticed this problem? Are you all using the default/dark theme? This isn't an issue for you guys? -- 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

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

[android-developers] Re: Package name

2012-01-14 Thread Ricardo Amaral
No, Market doesn't allow that. Here's what you could do instead: Publish your app under the new company/package name and wait for it to be live. Once that's done, publish an update to your older app. That update should simply change the app into redirecting users to the new app on the Market

[android-developers] Strange behavior with Theme.DeviceDefault.Light

2012-01-13 Thread Ricardo Amaral
I've implemented the technique described in the recent article Holo Everywherehttp://android-developers.blogspot.com/2012/01/holo-everywhere.htmlposted on Android Developers blog in my own app and I've noticed a strange behavior when using *Theme.DeviceDefault.Light* running Android 4.0.3 on

[android-developers] Re: How to implement multiple Android versions to use different libraries?

2012-01-11 Thread Ricardo Amaral
@TreKing Sorry about that... How can I quote individual answers like you did with mine? I can't find a button for that (obviously the one I used didn't work and e-mailed you my reply instead of posting it here). @Kostya Vasilyev Great, it's something like that I was looking for. I really

Re: [android-developers] How to implement multiple Android versions to use different libraries?

2012-01-11 Thread Ricardo Amaral
On Tuesday, January 10, 2012 7:34:46 PM UTC, TreKing wrote: On Tue, Jan 10, 2012 at 12:55 PM, Ricardo Amaral mas...@ricardoamaral.net wrote: You could include both libraries into your one project, abstract both into concrete classes that are instantiated based on some static flag

[android-developers] Preferred coding style to reference internal Android resources?

2012-01-11 Thread Ricardo Amaral
When referencing internal Android resources in my app (mostly in a *parent *attribute of a *style *element, haven't really tested anywhere else) I see different examples: Option 1) style name=NotificationTitle parent=@android:style/TextAppearance.StatusBar.EventContent.Title / Option 2)

[android-developers] Re: How do I access my Views when using ViewPager/PagerAdapter?

2012-01-11 Thread Ricardo Amaral
Any input on this would be great... -- 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] 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]

[android-developers] How to implement multiple Android versions to use different libraries?

2012-01-09 Thread Ricardo Amaral
I know there are a lot of questions out there about multiple Android versions pertaining to free/paid versions but this might be a little different. My app currently uses AdMob for advertising and it's published on the Android Market and on the Samsung App Store. Unfortunately, the Samsung

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

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

2012-01-04 Thread Ricardo Santos
/ Of the above, the only one I have tried is Graph View, and it is simple and good looking. Too simple for me, however. Hope it helps, Ricardo On Wed, Jan 4, 2012 at 11:52 AM, James Black planiturth...@gmail.comwrote: What have you done on the Canvas class? On Jan 4, 2012 4:17 AM, AndroCraze

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 9

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
. Anyone have an idea on how to make it work? Ricardo -- 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] How do I access my Views when using ViewPager/PagerAdapter?

2011-12-29 Thread Ricardo Amaral
I've started using a ViewPager on my app but I am not find the migration from the current layout easy. I'm looking for a better way than to rewrite most of my Activity's code... Currently I have most of initialization code on the Activity's onCreate(), for instance, stuff like findViewbyId()

[android-developers] Re: How do I access my Views when using ViewPager/PagerAdapter?

2011-12-29 Thread Ricardo Amaral
I've come up with a solution that solves the problem as easily as I wanted. Everything is working as expected... I just want to understand if this is a good solution or there's something wrong doing it this way... Every ViewPager tutorial/document (for instance, an official one:

[android-developers] Re: Accessing to Canvas's parent

2011-12-23 Thread Gilberto Cuba Ricardo
What are you trying to say? On 22 dic, 05:49, Sudhi Hn sudhir...@gmail.com wrote: Hey guys good work On Dec 21, 11:28 pm, Gilberto Cuba R gcubar2...@gmail.com wrote: Hello colleagues, I'm trying to simulate the HTML5 Canvas behaviour on Android. In order to achieve this, I have

Re: [android-developers] Accessing to Canvas's parent

2011-12-22 Thread Gilberto Cuba Ricardo
Thanks for answering Romain Guy. And, how I can access this Canvas shared by all Views in the same window? Why you say I can understand, that the Canvas of bottom View contains the drawing of other Views, is this true? 2011/12/21, Romain Guy romain...@android.com: a All views in a same

[android-developers] Re: Accessing to Canvas's parent

2011-12-21 Thread Gilberto Cuba Ricardo
Please, helpme or post some tips!! 2011/12/21, Gilberto Cuba R gcubar2...@gmail.com: Hello colleagues, I'm trying to simulate the HTML5 Canvas behaviour on Android. In order to achieve this, I have created several classes that inheritate from View, and therefore have THEIR OWN canvas, wich

Re: [android-developers] Re: How secure are SharedPreferences on rooted devices?

2011-11-24 Thread Ricardo Amaral
On Wednesday, November 23, 2011 6:26:09 PM UTC, Mark Murphy (a Commons Guy) wrote: On Wed, Nov 23, 2011 at 12:51 PM, Ricardo Amaral mas...@ricardoamaral.net wrote: I'm a little confused... If SharedPreferences are not safe for this, how are apps handling validation if they don't use

Re: [android-developers] Re: How secure are SharedPreferences on rooted devices?

2011-11-24 Thread Ricardo Amaral
Thanks. This is very basic, so if you decide to use it, you may want to improve/tweak it. At least you need to decide how you manage coupons: by device (how do you identify devices?), user (google account, email), etc. I haven't yet installed anything of that but one way would be to have

Re: [android-developers] Re: How secure are SharedPreferences on rooted devices?

2011-11-24 Thread Ricardo Amaral
I don't think those issues are really that relevant. For my situation at least. This is only to give out some free copies to some persons, not to use as a full validation system for every paying user... -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: How secure are SharedPreferences on rooted devices?

2011-11-24 Thread Ricardo Amaral
On Thursday, November 24, 2011 2:57:47 PM UTC, Nikolay Elenkov wrote: On Thu, Nov 24, 2011 at 11:37 PM, Ricardo Amaral mas...@ricardoamaral.net wrote: I don't think those issues are really that relevant. For my situation at least. It's your app, so you should know best

[android-developers] Re: How secure are SharedPreferences on rooted devices?

2011-11-24 Thread Ricardo Amaral
On Thursday, November 24, 2011 5:36:20 PM UTC, Kevin TeslaCoil Software wrote: I'm just trying to understand how secure is SharedPreferences and what alternatives are there, that's all. On a rooted device SharedPreferences absolutely can be tampered with. Same with any on-device

[android-developers] Re: How secure are SharedPreferences on rooted devices?

2011-11-23 Thread Ricardo Amaral
I'm a little confused... If SharedPreferences are not safe for this, how are apps handling validation if they don't use online validation? I'm sure there are a couple who don't use online validation but have some sort of validation and they probably use SharedPreferences to control the app

[android-developers] How secure are SharedPreferences on rooted devices?

2011-11-17 Thread Ricardo Amaral
I was thinking of implementing a coupon based system for my app so I could offer some copies of the full version to some people. I found blog article which provided the server code (to install on Google AppEngine) and the client code to use on the app. I looked at the source code and realized

[android-developers] There is some android component that distribute text as news paper column?

2011-11-04 Thread Fabian Ricardo Rodrìgueza Avellaneda
I'm making an android app that looks like a news paper, and obviously the distributions text have to be as columns. Could you imagine the new york time web app? Something like that. So I'm looking into some property in some component that i can configure to do it, or maybe some library or

[android-developers] Re: There is some android component that distribute text as news paper column?

2011-11-04 Thread Fabian Ricardo Rodrìgueza Avellaneda
On 4 nov, 08:29, John Davis davi...@gmail.com wrote: On Fri, Nov 4, 2011 at 6:57 AM, lbendlin l...@bendlin.us wrote: I guess this is your lucky day - you will be the first one to develop this.  I would start with finding out how many columns to display on the current device and screen

[android-developers] Re: Connect tablets without 3G network and WiFi Ad-Hoc Bluetooth PAN

2011-11-03 Thread ricardo garcia
...@gmail.com wrote: Em Wed, 26 de outubro de 2011 em 08:14:52 -0700, Ricardo Garcia escreveu: Gostaria que o tablet Android, especialmente com OS favo de mel ou ICE CREAM Sandwith teve o apoio para se conectar à internet via Wi-Fi oude anúncios -Hoc PAN Bluetooth. Como muitos desses comprimidos não têm

[android-developers] Re: Should I use the same certifcate for all my apps or a different one per app?

2011-10-29 Thread Ricardo Amaral
I think my whole question could have been resumed to: Is there any benefit in using multiple certificates in the context of security? And given all your answers, I assume the answer is no. Thank you all. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Disable video output on the application

2011-10-28 Thread Ricardo Silva
Hello, For security term of using and published videos, I need to disable all the video output on the android devices. How I can disable through the API or other way? Thanks Kind Regards, Ricardo Silva -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How do you use and debug your apps in your main phone?

2011-10-28 Thread Ricardo Amaral
I think I'll have to add that to my todo list... Too bad there are no better alternatives. :/ -- 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: How do you use and debug your apps in your main phone?

2011-10-28 Thread Ricardo Amaral
I already use the emulator a lot for development but it's always good to test on a real device and I do it from time to time just to make sure everything works. I think I'll wait until I buy a new Android phone, I have an HTC Hero and, as you can imagine, got stuck in time; I'll use that for

Re: [android-developers] How do you use and debug your apps in your main phone?

2011-10-28 Thread Ricardo Amaral
Yes, that's another solution. But something I really wanted to avoid. If the whole thing was automatic, it would be great. For instance, the android:debuggable attribute could be used for something like this. As long as that attribute is true, the app could behave as an app with a different

[android-developers] Should I use the same certifcate for all my apps or a different one per app?

2011-10-28 Thread Ricardo Amaral
I suppose the documentation recommends one certificate per developer, so all apps belonging to someone, are, somehow, associated to that one developer. But I'm wondering if there is anyone out there using one different certificate per app and what are the advantages of doing so? If any... But

[android-developers] Re: Several issues after upgrading ADT to v14

2011-10-27 Thread Ricardo Amaral
Am I the only one with this problem? :( -- 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: SDK and ADT r15

2011-10-27 Thread Ricardo Amaral
Just updated... Hopefully it fixes the problems I've been having with the emulator crashing all over the place... -- 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] How do you use and debug your apps in your main phone?

2011-10-27 Thread Ricardo Amaral
Unfortunately I only have one Android phone and it's the one I use as my main phone and development phone. I was wondering how everyone copes with using your own apps and developing them at the same time with a single phone. I'm constantly uninstalling/installing my app and wiping it's data.

[android-developers] Connect tablets without 3G network and WiFi Ad-Hoc Bluetooth PAN

2011-10-26 Thread ricardo garcia
I would like the Android tablet, especially with OS honeycomb or ICE CREAM Sandwith had the support to connect to the internet via WiFi or Ad-Hoc Bluetooth PAN. Because many of these tablets do not have the WiFi concção, nor in any lulgar that there will a WiFi network available. There are

Re: [android-developers] Re: Account suspended

2011-10-26 Thread Ricardo Amaral
This got me thinking about my own app and how Google verifies these things. Depending on the material, it can be very easy for them to know if the material is copyrighted and if the developer in question have a license to use it. In my case, I don't think it's that easy. I'm developing an app

[android-developers] HoneycombGallery sample and orientation changes

2011-10-25 Thread Ricardo
cicle of this kind of applicatino with ActionBar+Tabs? thank you Ricardo -- 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] Android - Sign-In with JAAS

2011-10-24 Thread Ricardo Morais
avoid any activity on my app to be invoke if the user has never signed in? Thanks in advance. Best Regards, Ricardo Morais -- 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

  1   2   >