[android-developers] Bug with Animation on Android?

2014-06-20 Thread Rafa Firenze
this is quite difficult to explain, but here we go! Ok, the transition until I get the Fragment where the Animation is placed would be: MainActivity (extends Activity) - loginActivity (extendsActivity) - now I call: Intent homeIntent = new Intent(loginActivity.this,

[android-developers] FragmentActivity and TabHost - I'm not understanding anything

2014-02-06 Thread Rafa Firenze
I've seen all the posts of TabHost + FragmentActivity on Google Groups and on StackOverflow and I'm still getting problems. And I don't understand anything. I'm following this tutorial for TabHost and FragmentActivity:

[android-developers] Loading a Listview from 5MB-JSON in server and start loading a map

2014-01-12 Thread Rafa Firenze
Hello, in my app I download a 5MB-JSON which populates a ListView of people. Then, if you click to the map, it shows the position of the people which also shows a infowindow with data. I thought about loading the list, and at the same time loading the map with markers and able to get the

[android-developers] Live Wallpaper Battery Level

2011-11-28 Thread Rafa
criticism and the opportunities and tips for improvement. Rafa. -- 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

[android-developers] Re: Phone calls recording on 2.0

2011-03-17 Thread Rafa
appforce.org ogi.android at gmail.com writes: Thanks for your reply. http://forum.xda-developers.com/showthread.php?t=863074 http://forum.xda-developers.com/showthread.php?t=994570 Let me know if you make advances please; i can record but annoying beep every 10 sec is heard by both

[android-developers] USB Host

2009-12-17 Thread Rafa Perfeito
Hey droiders, Im building an app that communicates with an external sensor, preferably by USB. Now, as many of you already must know, Android smartphones and USB host mode are not natural to one another... But im sure that one solution must be available. At this point i see two possible

[android-developers] Action for receiving mail

2009-02-27 Thread Rafa
Hi every one, does any one knows which action could let a broadcastreceiver react on an incoming email? For example, to be able to react on a SMS is needed to add to the manifest.xml the following: receiver android:name=.Receptor_SMS android:enabled=true intent-filter

[android-developers] Updating applications

2009-02-26 Thread Rafa
Hi to all. How can I update an application that is already installed on an Android phone? I have read something of getting install permissions and then refereeing to the fully qualified class-name for the 'R' class you're refereeing to but I am not clear of how to do this. I am specially

[android-developers] Single choice dialog item selection

2009-02-25 Thread Rafa
Hi every one. I have implemented a single choice dialog this way: On my strings.xml I defined the following array and strings: [syntax=xml] string name=titulo_pedir_telIngresar número telefónico/string string name=accion_selecionarAceptar/string string name=accion_cancelarCancelar/string !--

[android-developers] Re: Single choice dialog item selection

2009-02-25 Thread Rafa
on the button clicked you can perform your action. http://developer.android.com/reference/android/app/AlertDialog.Builde... - Moazzamhttp://moazzam-khan.com/ On Feb 25, 11:03 am, Rafa rbenavidesagu...@gmail.com wrote: Hi every one. I have implemented a single choice dialog this way: On my

[android-developers] Receive email sdk 1.1

2009-02-24 Thread Rafa
Hi, on the sdk 1.1 release notes says: The Settings and Email applications are now included in the SDK and available in the emulator. Does any one knows if is possible and/or how to react to an incoming email? With this sdk version I am able to receive notifications of new emails using the mail

[android-developers] Re: Create graphic interfaces dinamically

2009-02-24 Thread Rafa
, of course, and built the UI in your own code. Not very nice, but doable if the layout elements used can be limited. Wouter On Mon, Feb 23, 2009 at 7:09 PM, Rafa rbenavidesagu...@gmail.com wrote: Hi every one, I trying to create an application similar to the notepad3 tutorial. The main

[android-developers] Create graphic interfaces dinamically

2009-02-23 Thread Rafa
Hi every one, I trying to create an application similar to the notepad3 tutorial. The main difference is that I need to be able to create different note formats. Is possible to obtain an xml file from the web and use it in the creation of an android interface? I have researched about the

[android-developers] Create graphic interfaces dinamically

2009-02-23 Thread Rafa
Hi every one, I trying to create an application similar to the notepad3 tutorial. The main difference is that I need to be able to create different note formats. Is possible to obtain an xml file from the web and use it in the creation of an android interface? I have researched about the

[android-developers] Create graphic interfaces dinamically

2009-02-23 Thread Rafa
Hi every one, I trying to create an application similar to the notepad3 tutorial. The main difference is that I need to be able to create different note formats. Is possible to obtain an xml file from the web and use it in the creation of an android interface? I have researched about the