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

Recent content by fabiobh

  1. F

    App Track Location for travelelers check save latitude and longitude points

    I create an app for travelers that want to save the the geographic coordinates from the places that it was been. You can use the later for see the same places in Google Earth and Google Maps. You can use this app to put the geographic reference(latitude and longitude) of places that you want...
  2. F

    Apps Disable alarms with AlarmManager

    Hi folks, I'm creating a code that generates an alarm that rings several times in a given time interval. buttonStart.setOnClickListener(new Button.OnClickListener() { @Override public void onClick(View arg0) { Intent myIntent = new Intent(Alarm2Activity.this...
  3. F

    Apps Sending and receiving asynchronous HTTP requests

    Hi folks, I developed a game for Android called Jumping Bird, it writes the score obtained by the player in the database on my web server, but it does so synchronized. While it tries to write data in the database on the web, the entire game is stopped , and worse, when the server is slow, the...
  4. F

    Apps Error when call a widget

    Hi all, I developed a widget that is a shortcut to the preferences of the android, on my phone it works ok, but I am monitoring it using Crittercism (a capture crash tool) and he is accusing the following error: Unable to start receiver br.com.fabiosistemas.shortcut2g3g.AppWidget...
  5. F

    Apps Create a widget for shortcut purposes

    Hello everyone, I created a simple widget to show the date, but I want to create I widget that i can use as a shortcut, like the app Power Control, but I don't know how. What class or implementation I need to use to create a shortcut widget?
  6. F

    Apps Eclipse emulator closer to the reality

    Is is possible to create any instance of AVD to be emulated some specific hardware (like the Motorola Milestone or the Xperia X10 mini), I would create a more specific layout for each device
  7. F

    Apps You can download the source code your own application?

    Hi guys, to have a doubt, recently published an application on Android Market, but it is a problem with this layout and would like to fix it, so that I lost the source code in my project in Eclipse, it is possible to recover it somehow, either by eclipse or android market?
  8. F

    Hi from Brazil

    Hi guys, I'm from brazil, Hi from Brazil for all android developers