• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. jonathanrz

    Apps SMS stats

    Somebody know how can I read sms data? The data I need is: The time that sms has been sent or received, sender and destination. I need the stats of all sms. Thanks. :)
  2. jonathanrz

    Apps Edit to select colors

    Hi I would like to know if exist some type of edit in android to select a color. Like Photoshop have when you select the color of the pencil, opens a window with a grid with all tones of colors, then the user can select some color and the edit return the hex of this color to me.
  3. jonathanrz

    Apps Source Control

    Somebody here use a source control? Or a place to post code? I read about Github and code.google.com
  4. jonathanrz

    Help Photo Gallery

    Always when I delete or move a photo to another directory, the picture remains in photo gallery, and when I select the picture, is show a message telling that the picture doesn't exists anymore.:confused: You use the default photo gallery or another app? I wish I could reset the database...
  5. jonathanrz

    Apps Where declare the keys of the bundles

    Hi I have a little doubt, I spend data from Activity A to B with a bundle in the intent. Where I should declare the keys? In Activity A or B? Only to avoid confusion, I'm talking about the string that defines the data that will be set in the Bundle.Ex: public static final String KEY =...
  6. jonathanrz

    Apps Doubt about Activities life cycle

    Hi I have an application that have two activities, lets name they A and B for convention. A calls B. In activity B, I implemented the method onSaveInstanceState to save data members on the Bundle, and in the method OnCreate I implemented to take the datas from the Bundle. Everything...
  7. jonathanrz

    Apps Opinion request about doing menus with images

    Hi I'm developing a game, is pretty simple, so I'm not using any graphical library. I'm creating the menu, I thought in just make a lot os textview changing the font, size and color, to look like a game menu, but I didn't find a way to change the font. So I did a GridView where each option...
  8. jonathanrz

    Apps Problem with setLayoutParams and weight

    I'm having problem changing the weight of a view by code. I have two views, each one with weight of 1, when I change the weight of one to 2, then the opposite occurs, the view that have weight 1 occupies 66% of the screen and the view that have weight 2 occupies 33% of the screen. The code...
  9. jonathanrz

    Help Upgrading Defy from Froyo to Gingerbread

    Hi Does somebody here updated the Defy from Froyo to Gingerbread? Had some trouble? Is happy? I had problems with memory in Froyo, Android let to kill the aplications when the memory is very low, and this let my phone slow, I downloaded Auto Memory Manager, this changed the values when...
  10. jonathanrz

    New Member

    Hi My name is Jonathan, and I work as a C++ programmer. I started programming to android yesterday. I have a Motorola Defy with Froyo, was my first Android device. I'm here to talk mainly about programming, but I have interest in everything about Android. I have found the forum...