[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